Mathieu Tessier
Mathieu Tessier
I will close it because I found the documentation under "troubleshooting", but good to keep for visibility.
Sorry I was not clear. I could not find any documentation that says that the intended behavior is that it should fail the deployment. The documentation that I found and...
The following code does not fail if the storage account does not exist. ```` param Location string param StorageAccountName string resource StorageAccount 'Microsoft.Storage/storageAccounts@2022-09-01' existing = { name: StorageAccountName } resource...
Thank you Ben, I think that would be a good workaround for my case!