1
votes

I knew that we can create an Azure Storage Account by Azure Resource Manager template. See this template.

Question: Can I create an Azure Blob Container/ Table inside a storage account by Azure Resource Manager template and how to do that?

1
I also suggest going here and voting for this feedback item4c74356b41

1 Answers

3
votes

Question: Can I create an Azure Blob Container/ Table inside a storage account by Azure Resource Manager template and how to do that?

Simple answer is that no you can't (at least as of today).

In order to create a Blob Container or Table inside a Storage Account you would need to use Storage REST API whereas template deployment works off of Azure Resource Manager API.