Martin Slot

Results 5 comments of Martin Slot

I am seeing the same with this ARM (sorry for the naming): ``` { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": {}, "variables": {}, "resources": [ { "type": "Microsoft.Storage/storageAccounts", "apiVersion": "2019-06-01", "name":...

> > > Please take a look at the ARM templates/process outlined in this article and see if it resolves your issue > https://azurestorage.com/docs/application-and-user-data/basics/azure-blob-storage-object-replication-arm If you compare https://azurestorage.com/docs/application-and-user-data/basics/azure-blob-storage-object-replication-arm/step02.json with mine,...

> Please note this is a three step process, that you cannot complete in a single ARM template. Step 1 deploy the storage accounts including the Change Feed and Versioning...

@shawnweisfeld i actually agree with you. I forgot to include versioning and change feed. I have done that now, and i still get the same error: ``` { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",...