You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@description('The Storage Blob Data Reader Role definition from [Built In Roles](https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles).')
az storage blob list --auth-mode login --blob-endpoint $1 --container-name $2
210
+
'''
211
+
}
212
+
}
213
+
```
214
+
146
215
## Monitor and troubleshoot a deployment script
147
216
148
217
When you deploy a deployment script resource, you need a storage account to store the user script, the execution results, and the `stdout` file. You can specify your own storage account. For more information, see [Use an existing storage account](./deployment-script-develop.md#use-an-existing-storage-account).
0 commit comments