Skip to content

Commit bc8dfd5

Browse files
Merge pull request #211552 from raiyanalam/patch-2
Adding retirement notice and details to deployment-center-launcher.md
2 parents 9d50bcb + 8a8b5df commit bc8dfd5

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

articles/aks/deployment-center-launcher.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ author: rayoef
99

1010
# Deployment Center for Azure Kubernetes
1111

12+
> [!IMPORTANT]
13+
> Deployment Center for Azure Kubernetes Service will be retired on March 31, 2023. [Learn more](/azure/aks/deployment-center-launcher#retirement)
14+
1215
Deployment Center in Azure DevOps simplifies setting up a robust Azure DevOps pipeline for your application. By default, Deployment Center configures an Azure DevOps pipeline to deploy your application updates to the Kubernetes cluster. You can extend the default configured Azure DevOps pipeline and also add richer capabilities: the ability to gain approval before deploying, provision additional Azure resources, run scripts, upgrade your application, and even run more validation tests.
1316

1417
In this tutorial, you will:
@@ -135,3 +138,29 @@ You can delete the related resources that you created when you don't need them a
135138
## Next steps
136139
137140
You can modify these build and release pipelines to meet the needs of your team. Or, you can use this CI/CD model as a template for your other pipelines.
141+
142+
## Retirement
143+
144+
Deployment Center for Azure Kubernetes will be retired on March 31, 2023 in favor of [Automated deployments](/azure/aks/automated-deployments). We encourage you to switch for enjoy similar capabilities.
145+
146+
#### Migration Steps
147+
148+
There is no migration required as AKS Deployment center experience does not store any information itself, it just helps users with their Day 0 getting started experience on Azure. Moving forward, the recommended way for users to get started on CI/CD for AKS will be using [Automated deployments](/azure/aks/automated-deployments) feature.
149+
150+
For existing pipelines, users will still be able to perform all operations from GitHub Actions or Azure DevOps after the retirement of this experience. Only the ability to create and view pipelines from Azure portal will be removed. See [GitHub Actions](https://docs.github.com/en/actions) or [Azure DevOps](/azure/devops/pipelines/get-started/pipelines-get-started) to learn how to get started.
151+
152+
For new application deployments to AKS, instead of using Deployment center users can get the same capabilities by using Automated deployments.
153+
154+
#### FAQ 
155+
156+
1. Where can I manage my CD pipeline after this experience is deprecated? 
157+
158+
Post retirement, you will not be able to view or create CD pipelines from Azure portal’s AKS blade. However, as with the current experience, you can go to GitHub Actions or Azure DevOps portal and view or update the configured pipelines there.
159+
160+
2. Will I lose my earlier configured pipelines?
161+
162+
No. All the created pipelines will still be available and functional in GitHub or Azure DevOps. Only the experience of creating and viewing pipelines from Azure portal will be retired.
163+
164+
3. How can I still configure CD pipelines directly through Azure portal?
165+
166+
You can use Automated deployments available in the AKS blade in Azure portal.

0 commit comments

Comments
 (0)