...
/Automation Event Grid and Storage Account Setup
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, ...