Skip to content

Commit 82a9008

Browse files
Merge branch 'connectedregistry-QS' of https://github.com/tejaswikolli-web/azure-docs-pr into connectedregistry-QS
2 parents 44b8d1a + e26d93b commit 82a9008

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: "Sync Connected registry with Azure arc"
2+
title: "Connected registry synchronization scheduling"
33
description: "Sync the Connected registry extension with Azure Arc synchronization schedule and window."
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 sync the Connected registry extension with with synchronization schedule and window.
10+
#customer intent: Learn how to sync the connected registry extension using a synchronization schedule and window.
1111
---
1212

13-
# Sync Connected registry with Azure Arc in Scheduled window
13+
# Configuring the connected registry sync schedule and window
1414

15-
In this tutorial, you learn how to synchronize the Connected registry extension with Azure Arc. The synchronization process includes updating the Connected registry extension with synchronization schedule and window.
15+
In this tutorial, you’ll learn how to configure the synchronization for a connected registry. The process includes updating the connected registry extension with a synchronization schedule and window.
1616

17-
The tutorial helps you to update the synchronization schedule for a Connected registry in Azure Container Registry using Azure CLI commands. It guides you on how to set up the Connected registry to sync continuously every minute or sync every day at midnight.
17+
You’ll be guided on how to update the synchronization schedule using Azure CLI commands. This tutorial covers setting up the connected registry to sync continuously every minute or to sync daily at midnight.
1818

19-
The commands use CRON expressions to define the sync schedule and ISO 8601 duration format for the sync window. Remember to replace the placeholders with your actual registry names when executing the commands.
19+
The commands utilize CRON expressions to define the sync schedule and the ISO 8601 duration format for the sync window. Remember to replace the placeholders with your actual registry names when executing the commands.
2020

2121
You learn how to:
2222

@@ -28,11 +28,11 @@ You learn how to:
2828

2929
To complete this tutorial, you need the following resources:
3030

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

33-
## Update the Connected registry to sync every day at midnight
33+
## Update the connected registry to sync every day at midnight
3434

35-
1. Run the [az acr connected-registry update][az-acr-connected-registry-update] command to update the Connected registry synchronization schedule to occasionally connect and sync every day at midnight with sync window for 4 hours duration.
35+
1. Run the [az acr connected-registry update][az-acr-connected-registry-update] command to update the connected registry synchronization schedule to occasionally connect and sync every day at midnight with sync window for 4 hours duration.
3636

3737
For example, the following command configures the connected registry `myconnectedregistry` to schedule sync daily occur every day at 12:00 PM UTC at midnight and set the synchronization window to 4 hours (PT4H). The duration for which the connected registry will sync with the parent ACR `myacrregistry` after the sync initiates.
3838

@@ -43,21 +43,21 @@ az acr connected-registry update --registry myacrregistry \
4343
--sync-window PT4H
4444
```
4545

46-
The configuration sync for the connected registry daily at noon UTC for 4 hours.
46+
The configuration syncs the connected registry daily at noon UTC for 4 hours.
4747

48-
## Update the Connected registry and sync continuously every minute
48+
## Update the connected registry to sync continuously every minute
4949

50-
1. Run the [az acr connected-registry update][az-acr-connected-registry-update] command to update the Connected registry synchronization to connect and sync continuously every minute.
50+
1. Run the [az acr connected-registry update][az-acr-connected-registry-update] command to update the connected registry synchronization to connect and sync continuously every minute.
5151

52-
For example, the following command configures the connected registry `myconnectedregistry` to schedule sync every minute.
52+
For example, the following command configures the connected registry `myconnectedregistry` to schedule sync every minute with the cloud registry.
5353

5454
```azurecli
5555
az acr connected-registry update --registry myacrregistry \
5656
--name myconnectedregistry \
5757
--sync-schedule "* * * * *"
5858
```
5959

60-
The configuration syncs every minute with the connected registry.
60+
The configuration syncs the connected registry with the cloud registry every minute.
6161

6262
## Next steps
6363

@@ -70,4 +70,4 @@ The configuration syncs every minute with the connected registry.
7070
7171
<!-- LINKS - internal -->
7272
[az-acr-connected-registry-update]: /cli/azure/acr/connected-registry#az-acr-connected-registry-update
73-
[quickstart]: quickstart-connected-registry-arc-cli.md
73+
[quickstart]: quickstart-connected-registry-arc-cli.md

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)