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
Copy file name to clipboardExpand all lines: articles/storage/blobs/object-replication-configure.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.author: tamram
12
12
ms.subservice: blobs
13
13
---
14
14
15
-
# Configure object replication (preview)
15
+
# Configure object replication for block blobs (preview)
16
16
17
17
Object replication (preview) asynchronously copies block blobs between a source storage account and a destination account. For more information about object replication, see [Object replication (preview)](object-replication-overview.md).
18
18
@@ -158,7 +158,7 @@ To create a replication policy with Azure CLI, first install version ??? of the
158
158
Run the following command to install the Azure Storage preview module for Azure CLI:
159
159
160
160
```azurecli
161
-
az extension add -n storage-ors-preview
161
+
az extension add -n storage-or-preview
162
162
```
163
163
164
164
Next, sign in with your Azure credentials:
@@ -167,7 +167,7 @@ Next, sign in with your Azure credentials:
167
167
az login
168
168
```
169
169
170
-
Enable blob versioning on the source and destination storage accounts, and enable change feed on the source account. Make sure that you have already registered for the [change feed](https://azure.microsoft.com/blog/change-feed-support-now-available-in-preview-for-azure-blob-storage/) and Versioning capabilities.
170
+
Enable blob versioning on the source and destination storage accounts, and enable change feed on the source account. Remember to replace values in angle brackets with your own values:
171
171
172
172
```azurecli
173
173
az storage blob service-properties update --resource-group <resource-group> \
@@ -244,8 +244,12 @@ To remove a replication policy in the Azure portal, follow these steps:
244
244
To remove a replication policy, delete the policy from both the source account and the destination account. Deleting the policy also deletes any rules associated with it.
Copy file name to clipboardExpand all lines: articles/storage/blobs/object-replication-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.author: tamram
12
12
ms.subservice: blobs
13
13
---
14
14
15
-
# Object replication (preview)
15
+
# Object replication for block blobs (preview)
16
16
17
17
Object replication (preview) asynchronously copies block blobs between a source storage account and a destination account. Some scenarios supported by object replication include:
18
18
@@ -36,7 +36,7 @@ After you configure object replication, Azure Storage checks the change feed for
36
36
37
37
When you configure object replication, a replication policy is created on both the source account and the destination account via the Azure Storage resource provider. The replication policy is identified by a policy ID. The policy on the source and destination accounts must have the same policy ID in order for replication to take place.
38
38
39
-
A storage account can serve as the source account for up to two destination accounts. The source and destination accounts may all be in different regions. You can configure two separate replication policies to replicate data to each of the destination accounts.
39
+
A storage account can serve as the source account for up to two destination accounts. The source and destination accounts may all be in different regions. You can configure separate replication policies to replicate data to each of the destination accounts.
0 commit comments