When working with Azure, you can deploy many resource types from so-called Azure Resource Manager templates. This approach is ideally suited for continuous integration and continuous delivery pipelines, where your entire infrastructure is defined as code. The code is then deployed on Azure whenever there are changes to the template.
This short recipe shows you how to deploy a simple resource group template to deploy a storage account.