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/automated-deployments.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Automated deployments for Azure Kubernetes Service (Preview)
2
+
title: Automated deployments for Azure Kubernetes Service
3
3
description: Learn how to use automated deployments to simplify the process of adding GitHub Actions to your Azure Kubernetes Service (AKS) project
4
4
ms.author: qpetraroia
5
5
ms.topic: tutorial
@@ -9,12 +9,10 @@ ms.subservice: aks-developer
9
9
author: qpetraroia
10
10
---
11
11
12
-
# Automated Deployments for Azure Kubernetes Service (Preview)
12
+
# Automated Deployments for Azure Kubernetes Service
13
13
14
14
Automated deployments simplify the process of setting up a GitHub Action and creating an automated pipeline for your code releases to your Azure Kubernetes Service (AKS) cluster. Once connected, every new commit will kick off the pipeline, resulting in your application being updated.
15
15
16
-
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
17
-
18
16
> [!NOTE]
19
17
> Private clusters are currently not supported.
20
18
@@ -29,7 +27,7 @@ Automated deployments simplify the process of setting up a GitHub Action and cre
29
27
30
28
In the Azure portal, navigate to the resource group containing the AKS cluster you want to deploy the application to.
31
29
32
-
Select your AKS cluster, and then select **Automated deployments (preview)** on the left blade. Upon selecting **Create**, you'll be presented with two options. If you have an application that isn't yet containerized, you can select **Automatically containerize and deploy** to allow Azure to take care of the process for you. If you already have a containerized application, select **Deploy an application**.
30
+
Select your AKS cluster, and then select **Automated deployments** on the left blade. Upon selecting **Create**, you'll be presented with two options. If you have an application that isn't yet containerized, you can select **Automatically containerize and deploy** to allow Azure to take care of the process for you. If you already have a containerized application, select **Deploy an application**.
33
31
34
32
:::image type="content" source="media/automated-deployments/create-inline.png" alt-text="The automated deployments screen in the Azure portal. 'Create' has been selected, showing the options for already containerized applications and applications that aren't yet containerized." lightbox="media/automated-deployments/create.png":::
35
33
@@ -89,4 +87,3 @@ Learn more about [GitHub Actions for Kubernetes][kubernetes-action].
0 commit comments