https://pulumi.com logo
Title
m

mysterious-australia-14256

11/11/2020, 11:49 AM
Hi, is it possible to remove a SystemAssigned Identity on a Storage Account created with AzureNextGen? I have tried the following 1. setting StorageAccountArgs Identity to null. This causes "pulumi preview" to report that the identity needs to be removed and running "pulumi up" reports that the object was updated but doesn't actually seem to change anything (i.e. "export template" in the Azure portal still shows the identity). Subsequent "Pulumi up" runs (with or without -r) report no change required. 2. setting the IdentityArgs type to "None" but this errors saying that Type must be one of ['SystemAssigned']
t

tall-librarian-49374

11/11/2020, 12:46 PM
Interesting question… It sounds like Azure API behaves this way. Do you know if ARM templates have the same problem?
m

mysterious-australia-14256

11/11/2020, 3:23 PM
@tall-librarian-49374 I am not sure re ARM templates.