Skip to content

Commit 5ba3e7b

Browse files
authored
Merge pull request #275254 from MicrosoftDocs/release-build-2024-aks-automated-deployments
[Build 2024 Ship Room] release-build-2024-aks-automated-deployments
2 parents 5f64e0b + 2f2fc03 commit 5ba3e7b

15 files changed

+3
-6
lines changed

articles/aks/automated-deployments.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Automated deployments for Azure Kubernetes Service (Preview)
2+
title: Automated deployments for Azure Kubernetes Service
33
description: Learn how to use automated deployments to simplify the process of adding GitHub Actions to your Azure Kubernetes Service (AKS) project
44
ms.author: qpetraroia
55
ms.topic: tutorial
@@ -9,12 +9,10 @@ ms.subservice: aks-developer
99
author: qpetraroia
1010
---
1111

12-
# Automated Deployments for Azure Kubernetes Service (Preview)
12+
# Automated Deployments for Azure Kubernetes Service
1313

1414
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.
1515

16-
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
17-
1816
> [!NOTE]
1917
> Private clusters are currently not supported.
2018
@@ -29,7 +27,7 @@ Automated deployments simplify the process of setting up a GitHub Action and cre
2927

3028
In the Azure portal, navigate to the resource group containing the AKS cluster you want to deploy the application to.
3129

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**.
3331

3432
:::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":::
3533

@@ -89,4 +87,3 @@ Learn more about [GitHub Actions for Kubernetes][kubernetes-action].
8987

9088
<!-- LINKS -->
9189
[kubernetes-action]: kubernetes-action.md
92-
-3.48 KB
Loading
-4.06 KB
Loading
-3.26 KB
Loading
-4.09 KB
Loading
-3.21 KB
Loading
-4.08 KB
Loading
-5.09 KB
Loading
-4.17 KB
Loading
-4.95 KB
Loading

0 commit comments

Comments
 (0)