2

Is there a way to create a Stored Access Policy for Azure Blob Containers through an ARM template? If yes how?

See also https://learn.microsoft.com/en-us/rest/api/storageservices/establishing-a-stored-access-policy

Thanks

4c74356b41
  • 69,186
  • 6
  • 100
  • 141
quervernetzt
  • 10,311
  • 6
  • 32
  • 51

1 Answers1

2

No, this is not possible. This api is not exposed through ARM >> you cannot use it in arm templates.

https://learn.microsoft.com/en-us/rest/api/storagerp/storageaccounts/create

4c74356b41
  • 69,186
  • 6
  • 100
  • 141