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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Automated Deployments for Azure Kubernetes Service (Preview)
3
-
description: Learn how to use Automated Deployments to simplify the process of adding GitHub Actions to your Azure Kubernetes Service (AKS) project
2
+
title: Automated deployments for Azure Kubernetes Service (Preview)
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
6
6
ms.date: 7/21/2022
@@ -9,30 +9,31 @@ author: qpetraroia
9
9
10
10
# Automated Deployments for Azure Kubernetes Service (Preview)
11
11
12
-
Automated Deployments simplifies 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.
12
+
Automated deployments simplifies 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.
13
13
14
14
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
15
15
16
16
## Prerequisites
17
17
18
18
* A GitHub account.
19
19
* An AKS cluster.
20
+
* An Azure Container Registry (ACR)
20
21
21
22
## Deploy an application to your AKS cluster
22
23
23
24
1. In the Azure portal, navigate to the resource group containing the AKS cluster you want to deploy the application to.
24
25
25
26
1. Select your AKS cluster, and then select **Automated deployments (preview)** on the left blade. Select **Create an automated deployment**.
26
27
27
-
:::image type="content" source="media/automated-deployments/ad-homescreen.png" alt-text="The Automated Deployments screen in the Azure portal.":::
28
+
:::image type="content" source="media/automated-deployments/ad-homescreen.png" alt-text="The automated deployments screen in the Azure portal.":::
28
29
29
30
1. Name your workflow and click **Authorize** to connect your Azure account with your GitHub account. After your accounts are linked, choose which repository and branch you would like to create the GitHub Action for.
30
31
31
32
-**GitHub**: Authorize and select the repository for your GitHub account.
32
33
33
34
:::image type="content" source="media/automated-deployments/ad-ghactivate-repo.png" alt-text="The authorize and repository selection screen.":::
34
35
35
-
1. Pick your dockerfile and your Azure Container Registry (ACR) and ACR image.
0 commit comments