Your challenge is to deploy a .NET app to Azure using Azure DevOps. More specifically, you must create a multi-stage build, using YAML. The code has been provided, and you must create the build, and deploy operations.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create an Azure DevOps Organization
- Login to the Azure Portal using the provided credentials.
- Search for Azure DevOps from the services menu.
- Create a new organization and project named
MyFirstProject
.
- Import Code and Setup Environment
- Import the code from this GitHub Repository: https://github.com/linuxacademy/content-az400-lab-resources.git
- Create a service connection for Azure Resource Manager using the service principal provided.
- Create the CI/CD Pipeline
- Modify the YAML to add a build and deploy stage.
HINT: Use the assistant in Azure DevOps to help with YAML build syntax.
- Modify the YAML to add a build and deploy stage.