You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/tutorial-devops-azure-pipelines-classic.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,9 @@ In each iteration, a rolling deployment replaces instances of an application's p
26
26
27
27
Using **Continuous-delivery**, you can configure rolling updates to your virtual machines within the Azure portal.
28
28
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
+
29
32
1. Sign in to [Azure portal](https://portal.azure.com/) and navigate to a virtual machine.
30
33
31
34
1. Select **Continuous delivery**, and then select **Configure**.
@@ -75,3 +78,28 @@ Using **Continuous-delivery**, you can configure rolling updates to your virtual
75
78
76
79
-[Configure the canary deployment strategy](./tutorial-azure-devops-canary-strategy.md)
77
80
-[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.
0 commit comments