C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Azure ARM Template
WhatsApp
Raj Kumar
3y
4.8
k
0
3
25
Blog
Introduction
ARM known as Azure Resource Manager; it is basically a JSON file describing the resource(s) to be created. ARM is used by Azure in almost in all deployments also it can be exported, modified, uploaded, and deployed, also it can also be created from scratch.
ARM template is a declarative way of deploying resources
Declarative
Describes the end result
Allows “What-If” operation
Can deploy multiple resources at once
Can be integrated in CI/CD processes
Can be source controlled
Used by ARM template
Imperative
Sends instructions to run
Error prone
Can’t be verified
Can’t be source controlled
Suited for quick and dirty operations
Used by Azure CLI, PowerShell
Azure
ARM Template
Azure ARM
People also reading
Membership not found