Skip to content

Commit b3ab609

Browse files
committed
final acrolinx fixes
1 parent 0a5982b commit b3ab609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/automated-deployments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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 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.
1313

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

@@ -35,7 +35,7 @@ Automated deployments simplifies the process of setting up a GitHub Action and c
3535

3636
1. Pick your dockerfile and your ACR and image.
3737

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

4040
1. Determine whether you'll deploy with Helm or regular Kubernetes manifests. Once decided, pick the appropriate deployment files from your repository and decide which namespace you want to deploy into.
4141

0 commit comments

Comments
 (0)