Multi-Stage CI/CD Pipelines as Code with YAML For Azure DevOps
About Course
This video will focus on how to use CI/CD Pipelines as Code with YAML for Azure Pipelines. How to create a Multi-stage pipeline using a YAML file. It will provide Pipelines as Code with YAML tutorial for Beginners | Multi-stage Azure Pipelines training.
Learn a complete tutorial for creating the Continuous Integration and Continuous Deployment pipelines as Code using YAML configuration Language.
This will cover, creating the application infrastructure on the cloud with Azure SQL, Azure Service Plan, Azure SQL Server and configuring firewall rules to allow Azure Web App to communicate with Azure SQL Server.
Also, how to create a new YAML pipeline from Azure DevOps pipelines template for ASP.NET which includes tasks in YAML that restore all the NuGet packages, build the ASP.NET application and run unit test, create Web.Zip of the app and store that on Azure Artifacts then pick this package and deploy it to the Web App and SQL Server on Azure.
Using YAML (Yet Another Markup Language). This allows us to access pipeline features but with a markup file that can be managed like any other source control file. YAML build definitions can be added to a project by simply adding their source file to the root of the repository. Azure DevOps also provides default templates for popular project types, as well as a YAML designer to simplify the process of defining build and release tasks.
Course Content
Multi-Stage CI/CD Pipelines as Code with YAML For Azure DevOps
-
Draft Lesson
29:38
No Review Yet