Azure DevOps: Scenarios to Implement of real time requirement using Azure DevOps


  • Deploy the ARM template which we got with sample web application deployment with different app service name and resource group and service plan.

  • Get any Sample Azure web application repo from the github and then deploy it to azure using Azure DevOps with following conditions:
  • - The ADO and the AAD should be same account. Azure subscription should be different.
  • - The ADO , AAD and Azure subscription each should be different.
  • - The ADO and Azure subscription should be same account but AAD must be different.
  • Deploy only azure SQL database using pipelines. With Powershell, with ARM template.

  • Deploy Azure Virtual machines using pipelines. With Powershell

  • Deploy Azure Virtual machines using pipelines. with ARM template

  • Deploy web application in Azure virtual machine using DevOps.

  • Deploy SQL database in Azure Virtual machine using DevOps.

  • Deploy function app in Azure using DevOps.

  • Deploy two on premise VMs per each environment/stage like Development, QA, UAT, Testing, Pre-Prod, Prod, Release with single CI/CD pipeline.

  • Deploy web application in two on premise VMs per each environment like Development, QA, UAT, Testing, Pre-Prod, Prod, Release with single CI/CD pipeline.

  • Deploy web application in two Azure VMs per each environment like Development, QA, UAT, Testing, Pre-Prod, Prod, Release with single CI/CD pipeline.

  • Deploy two Azure VMs per each environment/stage like Development, QA, UAT, Testing, Pre-Prod, Prod, Release with single CI/CD pipeline.

  • Deploy two Azure VMs per each environment/stage like Development, QA, UAT, Testing, Pre-Prod, Prod, Release with single CI/CD pipeline with AZ powershell.

  • Deploy two Azure VMs per each environment/stage like Development, QA, UAT, Testing, Pre-Prod, Prod, Release with single CI/CD pipeline with ARM templates.

  • Deploy an ARM template to deploy 5 VMs, 5 Web Apps, 5 AADs, 5 logic Apps, 5 Function apps with single pipeline.

  • Deploy an Az powershell to deploy 5 VMs, 5 Web Apps, 5 AADs, 5 logic Apps, 5 Function apps with single pipeline.


Comments

Post a Comment

Popular posts from this blog

Daily Agenda to Learn Azure DevOps and Practice along with your friends.

Basic Questions About Azure Active Directory with Answers - PART 1

Azure Administration : Interview Questions on Virtual Machines - Part 1