services | author | level |
---|---|---|
ARM and Azure Pipeline |
wviriya |
200 |
FastTrack for Azure - How to deploy Azure service and infrastructure using ARM Template. Leverage Azure Pipeline for continuous deployment.
"Zero to Hero with ARM and IaC" How to create an ARM Template from scratch and deploy it using CI/CD pipelines.
- I want to do Infrastructure as Code but don't know where to start.
- My team keeps asking me to deploy infrastructure and various environments to Azure, and I do it manually.
- I want to automate my infrastructure.
- Understand the basic structure of an ARM Template
- Be aware of the tools available to create and manage ARM Templates
- Understand basic how to create and use simple Azure Pipelines
- Azure Subscription
- Azure DevOps account
- JSON (JavaScript Object Notation)
- YAML Syntax
- Git repository
- Desire to learn
This sample is a guide for learning basic ARM Template usage. The links in this document can you help better understand these services and tools.
A native infra-as-code solution for managing Azure resources using a declarative programming paradigm.
- ARM QuickStart Templates
- Azure Portal
- VS Code
- Visual Studio
- Template structure and syntax
- Template references
- ARM template functions
- What-if deployment (preview)
- Deployment scripts (preview)
- ARM Template Toolkit for analyzing and testing