1. What is the purpose of ARM Templates
2. What are the sections we have in ARM Template
3. What is the need of Parameters and Variables in ARM Template
4. What the Deployment options you have in deployment of ARM Template
5. Incremental vs Complete vs Validation
6. How do you define dependency in ARM Template
7. I have a VNET created in Azure and I need to link that VNET for Virtual Machine resourve in ARM template, how do you do
8. Copy function
9. Parameters vs Variables in ARM Template
10. What is the Task you use to deploy ARM Template in CD pipeline
11. What is the Powershell cmdlet we use to deploy ARM Template
12. I have some resources created in azure from ARM template, later on I have added a new resource in ARM Template and deployed. What will happen
13. Suppose I have a VM created in Azure from ARM Template, later on you have just changed the VM Name in ARM Template, What will happen