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.
0 commit comments