Skip to content

Commit 03fa292

Browse files
authored
Merge pull request #211554 from raiyanalam/patch-3
Add retirement details for VM CD
2 parents 8646e2a + 7e7783a commit 03fa292

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

articles/virtual-machines/linux/tutorial-devops-azure-pipelines-classic.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ In each iteration, a rolling deployment replaces instances of an application's p
2626

2727
Using **Continuous-delivery**, you can configure rolling updates to your virtual machines within the Azure portal.
2828

29+
[!IMPORTANT] Virtual Machine's Continuous delivery setting will be retired on March 31, 2023. [Learn more](/azure/virtual-machines/linux/tutorial-devops-azure-pipelines-classic?source=recommendations#retirement)
30+
31+
2932
1. Sign in to [Azure portal](https://portal.azure.com/) and navigate to a virtual machine.
3033

3134
1. Select **Continuous delivery**, and then select **Configure**.
@@ -75,3 +78,28 @@ Using **Continuous-delivery**, you can configure rolling updates to your virtual
7578

7679
- [Configure the canary deployment strategy](./tutorial-azure-devops-canary-strategy.md)
7780
- [Configure the blue-green deployment strategy](./tutorial-azure-devops-blue-green-strategy.md)
81+
82+
## Retirement
83+
84+
Continuous delivery setting of Virtual Machines will be retired on March 31, 2023. Please switch to directly using Azure DevOps to create customized pipelines for deployment to Azure VMs. Release pipeline [Stage Templates](/azure/devops/pipelines/release/env-templates) and [Deployments Groups](/azure/devops/pipelines/process/deployment-group-phases) Azure DevOps' features provide similar experiences.
85+
86+
### Migration Steps
87+
88+
There is no migration required as VM CD experience does not store any information itself, it just helps users with their Day 0 getting started experience on Azure and Azure DevOps. Users will still be able to perform all operations from Azure DevOps after retirement. You won't be able to create and view pipelines from the Azure portal anymore.
89+
90+
### FAQ
91+
92+
Where can I set up my CD pipeline after this experience is deprecated? 
93+
94+
You won't be able to view or create Azure DevOps pipelines from an Azure portal Virtual Machine blade after retirement. You still can go to Azure DevOps portal and view or update pipelines.
95+
96+
Will I lose my earlier configured pipelines?
97+
98+
No. Your pipelines will still be available in Azure DevOps.
99+
100+
101+
How can I configure different deployment strategies?
102+
103+
The current experience uses [deployment groups](/azure/devops/pipelines/process/deployment-group-phases) to create deployment strategies. You can use deployment groups or release pipeline [Stage Templates](/azure/devops/pipelines/release/env-templates) to build your pipeline with templates.
104+
105+

0 commit comments

Comments
 (0)