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/aks/deployment-center-launcher.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ author: rayoef
9
9
10
10
# Deployment Center for Azure Kubernetes
11
11
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
+
12
15
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.
13
16
14
17
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
135
138
## Next steps
136
139
137
140
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