Introduction
  • Introduction
High Level concepts on the Existing Template Yaml File
  • Sample Application and Repository Structure
  • Create the first Pipeline using a Template
  • Triggers section
  • Pool section
  • Variables Section and Steps Section
  • Template MSBuilt task
  • Run the template pipeline
Deploy the ASP NET Core App to an Azure App Service Resource
  • Create an Azure App Service
  • Explain DotNetCoreCli and AzureWebDeploy Tasks
  • Create an Azure Service Connection
  • Deploy the ASP NET Core app to the APP Service
  • Access the deployed ASP NET Core APP. Troubleshoot if not working
Deploy Angular App to Azure Static Web Apps
  • Create pipeline for Angular Application. Build the Angular App
  • Create Azure Static Web App. Deploy Angular App to it
  • Check the Angular App Deployment
Deploy ASP NET Core API to Azure Kubernetes Services
  • Introduction
  • Create an ASP NET Core WebAPI with Docker Support
  • Start project locally and commit the code
  • Create an AKS Cluster in Azure Portal
  • Create a Azure Container Registry
  • Create the Azure Pipeline for deploying to the AKS Cluster
  • Explain the AKS Pipeline
  • Fix Docker Build. Move the DockerFile into the Correct Folder
  • Validate the AKS Cluster after the Pipeline Deployment
  • Explaining the Kubernetes deployment.yml
  • Validate deployment.yml changes
  • Explain the Kubernetes service.yml