How to resolve SAS URL for Storage Account in RM Template
问题 I am trying to create RM template that creates a web site and configures this for logging into the blob storage. I saw this post in StackOverflow, which shows how to configure this. The json looks somewhat following: { "id": "/subscriptions/.../config/logs", "name": "logs", "type": "Microsoft.Web/sites/config", "location": "North Central US", "properties": { "applicationLogs": { "fileSystem": { "level": "Off" }, "azureBlobStorage": { "level": "Information", "sasUrl": "...", "retentionInDays":