Automation is one of the most important features available and is especially helpful when you're managing large workloads and have tens of systems under your control. This is especially true when the scale of your systems growths – when you have thousands of VMs under your control, doing everything manually becomes almost impossible. Fortunately, you do not have to be an Azure specialist to implement advanced workflows, which will help you understand what is happening with a particular resource group and all the resources it contains.
In this section, we'll learn how to organize a simple automation solution using Azure Event Grid and Azure Logic Apps, which will help you understand the concept and get you started with your own ideas.
Since Event Grid and Logic Apps are serverless services, infrastructure management is no longer your concern – the only thing you have to do is configure a service according...