Hi, is it possible to remove a SystemAssigned Iden...
# azure
m
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
Interesting question… It sounds like Azure API behaves this way. Do you know if ARM templates have the same problem?
m
@tall-librarian-49374 I am not sure re ARM templates.