Automation Event Grid and Storage Account Setup
Explore setting up automation for Event Grid and Storage Account creation using Azure DevOps pipelines. Learn to configure pipeline jobs, variables, and integrate Azure Key Vault for managing sensitive data while building an event-driven infrastructure.
We'll cover the following...
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, ...