Hands-on Azure DevOps
You will learn how to build and deploy an application with Azure DevOps. We will go through the whole process. We will start from project creation, and the first web app commit. Then you will learn how you should configure your first build in the way that not only will compile your application but it will also check the quality of your code.
Next we will switch to environment creation. We will prepare ARM template and pipeline that will provision environments in Azure for the already prepared application. Finally, we will connect both elements into one and create automatic deployment to Azure. For the test environment, we will do it automatically and for production one we will create blue-green deployment configuration that will include approval flow.
When we finish, you will know the latest DevOps trends and insights in modern technologies that will allow you to release your application multiple times per day. And the most important thing - you will be able to implement it in your solution or organisation.