Skip to content

Commit 0dca534

Browse files
authored
Update tutorial-connected-registry-upgrade.md
Updated section contents for upgrade and rollback.
1 parent cfbd2cd commit 0dca534

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/container-registry/tutorial-connected-registry-upgrade.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: " Upgrade and Rollback Connected registry with Azure arc"
3-
description: "Upgrade and Roll back the Connected registry extension with Azure Arc for secure the extension deployment."
2+
title: " Upgrade and Rollback of the connected registry Arc extension version"
3+
description: "Upgrade and roll back the connected registry Arc extension version."
44
author: tejaswikolli-web
55
ms.author: tejaswikolli
66
ms.service: azure-container-registry
77
ms.topic: tutorial #Don't change.
88
ms.date: 06/17/2024
99

10-
#customer intent: Learn how to upgrade and rollback the Connected registry extension with Azure Arc to secure the extension deployment.
10+
#customer intent: Learn how to upgrade and rollback the connected registry Arc extension.
1111
---
1212

13-
# Upgrade and Rollback with Connected registry with Azure arc
13+
# Upgrade and Rollback the connected registry extension version
1414

15-
In this tutorial, you learn how to upgrade the Connected registry extension with Azure Arc. The upgrade process includes securing the extension deployment with HTTPS, Transport Layer Security (TLS) encryption, and upgrades/rollbacks.
15+
In this tutorial, you learn how to upgrade and rollback the connected registry extension version.
1616

1717
You learn how to:
1818

@@ -25,9 +25,9 @@ You learn how to:
2525

2626
To complete this tutorial, you need the following resources:
2727

28-
* Follow the [quickstart][quickstart] to create an Azure Arc-enabled Kubernetes cluster. Deploying with Secure-by-default settings imply the following configuration is being used: HTTPS, Read Only, Trust Distribution, Cert Manager service.
28+
* Follow the [quickstart][quickstart] as needed.
2929

30-
## Deploy the Connected registry Arc extension with auto upgrade
30+
## Deploy the connected registry extension with auto upgrade enabled
3131

3232
1. Follow the [quickstart][quickstart] to edit the [az-k8s-extension-create][az-k8s-extension-create] command and include the `--auto-upgrade-minor-version true` parameter. This parameter automatically upgrades the extension to the latest version whenever a new version is available.
3333

@@ -42,10 +42,10 @@ To complete this tutorial, you need the following resources:
4242
--auto-upgrade-minor-version true
4343
```
4444
45-
## Deploy the Connected registry Arc extension with auto rollback
45+
## Deploy the connected registry extension with auto rollback enabled
4646
4747
> [!IMPORTANT]
48-
> When a customer pins to a specific version, the extension does not auto-rollback. Auto-rollback will only occur if the--auto-upgrade-minor-version is set to true.
48+
> When a customer pins to a specific version, the extension does not auto-rollback. Auto-rollback will only occur if the--auto-upgrade-minor-version flag is set to true.
4949
5050
1. Follow the [quickstart][quickstart] to edit the [az k8s-extension update] command and add --version with your desired version. This example uses version 0.6.0. This parameter updates the extension version to the desired pinned version.
5151
@@ -61,7 +61,7 @@ To complete this tutorial, you need the following resources:
6161
--version 0.6.0
6262
```
6363
64-
## Deploy the Connected registry arc extension with manual upgrade
64+
## Deploy the connected registry extension using manual upgrade steps
6565
6666
1. Follow the [quickstart][quickstart] to edit the [az-k8s-extension-update][az-k8s-extension-update] command and add--version with your desired version. This example uses version 0.6.1. This parameter upgrades the extension version to 0.6.1.
6767
@@ -88,4 +88,4 @@ In this tutorial, you learned how to upgrade the Connected registry extension wi
8888
8989
[quickstart]: quickstart-connected-registry-arc-cli.md
9090
[az-k8s-extension-create]: /cli/azure/k8s-extension#az-k8s-extension-create
91-
[az-k8s-extension-update]: /cli/azure/k8s-extension#az-k8s-extension-update
91+
[az-k8s-extension-update]: /cli/azure/k8s-extension#az-k8s-extension-update

0 commit comments

Comments
 (0)