Building the Basic Structure
Let's dive into the architecture using diagrams and Azure components workflow.
We'll cover the following...
Architecture
Let’s begin by looking at the architecture diagram below.
Architecture Diagram
Event grid
An event grid is linked with a subscription listening to the events related to new virtual machine creation. It is necessary to add filtering here. Otherwise, the event grid will generate messages whenever any resource is created in a subscription or in the target resource group. All events are then ...