Tag: ARM

Introduction to Azure ARM Template
Introduction to Azure ARM Template
Blog Posts

ARM  stands for Azure Resource Manager. We use ARM templates to deploy resources to Azure. We can automate deployments and use the infrastructure as code. In code, we define the infrastructure that needs to be deployed. The infrastructure code becomes part of our project. Like the application code, we store the infrastructure code in a repository… READ MORE

Multi-Region ARM Deployments
Multi-Region ARM Deployments
Blog Posts

Azure solutions that span multiple regions are more and more requested.  There are several options to deploy Azure resources across regions and ARM templates are one of them.  It’s very easy, let me explain! In this example, we’ll deploy an App Service Plan in two regions.  One will act as the primary region, the other… READ MORE

Azure, Your Template Repository (Preview)
Azure, Your Template Repository (Preview)
Blog Posts

The functionality of Azure is ever expanding. People can easily feel overwhelmed by the wealth of functionality accessible through API’s and the Azure portal. Today I’d like to show you how you can easily store your favourite (company-specific) templates right inside the Azure environment, where it can be accessed by you, your co-workers and customers… READ MORE