A key factor in any new DevOps journey is the ability to have repeatable, idempotent delivery to the cloud upon building and integrating code to your repositories. Deploying your web applications to Azure in a scripted and repeatable manner may not be as difficult as perceived if you've not already ventured into modern cloud delivery practices. In this session we'll take a quick look at how we can script out our build and release pipelines for Azure DevOps, along with the provisioning of our Azure cloud resources for a web app to see how easy it is to get started.
You will learn:
- Basics of CI/CD with ADO to deliver to Azure
- How to create .yaml pipelines for both builds and releases
- How configure and provision resources via scripting to deploy a web app to Azure