Skip to content

Commit 0a5982b

Browse files
committed
terminology fixes
1 parent 89fa628 commit 0a5982b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/aks/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
href: deployment-center-launcher.md
506506
- name: GitHub Actions for Kubernetes
507507
href: ../aks/kubernetes-action.md
508-
- name: Configure Automated Deployments (preview)
508+
- name: Configure automated deployments (preview)
509509
href: automated-deployments.md
510510
- name: CI/CD with Azure Pipelines
511511
href: ../aks/devops-pipeline.md

articles/aks/automated-deployments.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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
44
ms.author: qpetraroia
55
ms.topic: tutorial
66
ms.date: 7/21/2022
@@ -9,30 +9,31 @@ author: qpetraroia
99

1010
# Automated Deployments for Azure Kubernetes Service (Preview)
1111

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.
1313

1414
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
1515

1616
## Prerequisites
1717

1818
* A GitHub account.
1919
* An AKS cluster.
20+
* An Azure Container Registry (ACR)
2021

2122
## Deploy an application to your AKS cluster
2223

2324
1. In the Azure portal, navigate to the resource group containing the AKS cluster you want to deploy the application to.
2425

2526
1. Select your AKS cluster, and then select **Automated deployments (preview)** on the left blade. Select **Create an automated deployment**.
2627

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.":::
2829

2930
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.
3031

3132
- **GitHub**: Authorize and select the repository for your GitHub account.
3233

3334
:::image type="content" source="media/automated-deployments/ad-ghactivate-repo.png" alt-text="The authorize and repository selection screen.":::
3435

35-
1. Pick your dockerfile and your Azure Container Registry (ACR) and ACR image.
36+
1. Pick your dockerfile and your ACR and image.
3637

3738
:::image type="content" source="media/automated-deployments/ad-image.png" alt-text="The image selection screen .":::
3839

0 commit comments

Comments
 (0)