Posts

Showing posts from April, 2020

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...

Azure DevOps: Project's need to Practice the Implementation

Project Implementation Related Activities are Would like to know the steps have been performed or implemented in Azure DevOps labs to make them available instantly. Daily Activities and Responsibilities of Azure DevOps Engineer. 1) Implement an Azure DevOps Organization from Sractch level 2) Implement Azure DevOps Project from Scratch Level 3) Implement Azure DevOps Services from Scratch Level Azure DevOps Services will include, Azure Repos, Azure Pipelines, Azure Artifacts, Azure Test Plans (according to environment availability) 1) Perform an end to end Migration with each of Azure DevOps Services( Azure repos, Azure Pipelines, Azure Artifacts) 2) Perform an end to end Migration with Azure DevOps Project 3) Perform an end to end Migration with Azure DevOps Organization 4) Implement an environment to share the azure devops services among the Azure DevOps Project, Azure DevOps Organizations. 1) Implementing the change the Repos' Configuration. 2) Integrating the ...

Azure DevOps: Question related to Azure DevOps Project

Explain the process to create the Azure DevOps Project? How to determine project would be public or private? How to determine which type of version control to be used in Project? How to determine which type of process to be used in Project? Is it possible to change the version control of a created project later? Is it possible to change the process of a created project later? What are the benefits with GIT Version Control? What are the benefits with TFVC (Team Foundation Version Control)? What are the differences between the four processes by default available while creating the project? What are the differences between GIT and TFVC? What kind of parameters we need to consider before we are re-naming a Project which is already in development stage? What are the default version control and default work item process if don’t choose specifically when I am creating Azure DevOps Project? As you know that you can configure private URL for Azure DevOps Organization, due to som...