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
description: "Sync the Connected registry extension with Azure Arc synchronization schedule and window."
4
4
author: tejaswikolli-web
5
5
ms.author: tejaswikolli
6
6
ms.service: azure-container-registry
7
7
ms.topic: tutorial #Don't change.
8
8
ms.date: 06/17/2024
9
9
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.
11
11
---
12
12
13
-
# Sync Connected registry with Azure Arc in Scheduled window
13
+
# Configuring the connected registry sync schedule and window
14
14
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.
16
16
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.
18
18
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.
20
20
21
21
You learn how to:
22
22
@@ -28,11 +28,11 @@ You learn how to:
28
28
29
29
To complete this tutorial, you need the following resources:
30
30
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.
32
32
33
-
## Update the Connected registry to sync every day at midnight
33
+
## Update the connected registry to sync every day at midnight
34
34
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.
36
36
37
37
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.
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.
47
47
48
-
## Update the Connected registry and sync continuously every minute
48
+
## Update the connected registry to sync continuously every minute
49
49
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.
51
51
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.
53
53
54
54
```azurecli
55
55
az acr connected-registry update --registry myacrregistry \
56
56
--name myconnectedregistry \
57
57
--sync-schedule "* * * * *"
58
58
```
59
59
60
-
The configuration syncs every minute with the connected registry.
60
+
The configuration syncs the connected registry with the cloud registry every minute.
61
61
62
62
## Next steps
63
63
@@ -70,4 +70,4 @@ The configuration syncs every minute with the connected registry.
Copy file name to clipboardExpand all lines: articles/container-registry/tutorial-connected-registry-upgrade.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
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."
4
4
author: tejaswikolli-web
5
5
ms.author: tejaswikolli
6
6
ms.service: azure-container-registry
7
7
ms.topic: tutorial #Don't change.
8
8
ms.date: 06/17/2024
9
9
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.
11
11
---
12
12
13
-
# Upgrade and Rollback with Connected registry with Azure arc
13
+
# Upgrade and Rollback the connected registry extension version
14
14
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.
16
16
17
17
You learn how to:
18
18
@@ -25,9 +25,9 @@ You learn how to:
25
25
26
26
To complete this tutorial, you need the following resources:
27
27
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.
29
29
30
-
## Deploy the Connected registry Arc extension with auto upgrade
30
+
## Deploy the connected registry extension with auto upgrade enabled
31
31
32
32
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.
33
33
@@ -42,10 +42,10 @@ To complete this tutorial, you need the following resources:
42
42
--auto-upgrade-minor-version true
43
43
```
44
44
45
-
## Deploy the Connected registry Arc extension with auto rollback
45
+
## Deploy the connected registry extension with auto rollback enabled
46
46
47
47
> [!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.
49
49
50
50
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.
51
51
@@ -61,7 +61,7 @@ To complete this tutorial, you need the following resources:
61
61
--version 0.6.0
62
62
```
63
63
64
-
## Deploy the Connected registry arc extension with manual upgrade
64
+
## Deploy the connected registry extension using manual upgrade steps
65
65
66
66
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.
67
67
@@ -88,4 +88,4 @@ In this tutorial, you learned how to upgrade the Connected registry extension wi
0 commit comments