Automation Event Grid and Storage Account Setup
Learn to set up automation for the Azure Event Grid, storage account, and queues.
We'll cover the following
Building the Pipeline
In this lesson, we will start building our pipeline. Let’s use the following workflow:
- Open the file created previously,
AzureValidationMiddlewareFunctionAppDeployResources.yaml
. - Set up the pipeline header. Here we will add the pipeline working jobs and variables.
In this part, we will add a repository pointer, trigger (we will use the develop
branch), and a pipeline worker image that is necessary for the virtual machine unit. We will use Linux Ubuntu as our operating system.
Get hands-on with 1400+ tech skills courses.