Skip to content

Commit cfd5dff

Browse files
committed
fixing acrolinx
1 parent 424aa31 commit cfd5dff

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

articles/storage/blobs/object-replication-configure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article describes how to configure an object replication policy by using th
2121

2222
## Prerequisites
2323

24-
Before you configure object replication, create the source and destination storage accounts if they do not already exist. The source and destination accounts can be either general-purpose v2 storage accounts or premium block blob accounts. For more information, see [Create an Azure Storage account](../common/storage-account-create.md).
24+
Before you configure object replication, create the source and destination storage accounts if they don't already exist. The source and destination accounts can be either general-purpose v2 storage accounts or premium block blob accounts. For more information, see [Create an Azure Storage account](../common/storage-account-create.md).
2525

2626
Object replication requires that blob versioning is enabled for both the source and destination account, and that blob change feed is enabled for the source account. To learn more about blob versioning, see [Blob versioning](versioning-overview.md). To learn more about change feed, see [Change feed support in Azure Blob Storage](storage-blob-change-feed.md). Keep in mind that enabling these features can result in additional costs.
2727

@@ -47,7 +47,7 @@ To create a replication policy in the Azure portal, follow these steps:
4747

4848
:::image type="content" source="media/object-replication-configure/configure-replication-policy.png" alt-text="Screenshot showing replication rules in Azure portal":::
4949

50-
1. If desired, specify one or more filters to copy only blobs that match a prefix pattern. For example, if you specify a prefix `b`, only blobs whose name begin with that letter are replicated. You can specify a virtual directory as part of the prefix. You can add a maximum of up to five prefix matches. The prefix string does not support wildcard characters.
50+
1. If desired, specify one or more filters to copy only blobs that match a prefix pattern. For example, if you specify a prefix `b`, only blobs whose name begin with that letter are replicated. You can specify a virtual directory as part of the prefix. You can add a maximum of up to five prefix matches. The prefix string doesn't support wildcard characters.
5151

5252
The following image shows filters that restrict which blobs are copied as part of a replication rule.
5353

@@ -218,7 +218,7 @@ az storage account or-policy show \
218218

219219
## Configure object replication using a JSON file
220220

221-
If you do not have permissions to the source storage account or if you want to use more than 10 container pairs, then you can configure object replication on the destination account and provide a JSON file that contains the policy definition to another user to create the same policy on the source account. For example, if the source account is in a different Azure AD tenant from the destination account, then you can use this approach to configure object replication.
221+
If you don't have permissions to the source storage account or if you want to use more than 10 container pairs, then you can configure object replication on the destination account and provide a JSON file that contains the policy definition to another user to create the same policy on the source account. For example, if the source account is in a different Azure AD tenant from the destination account, then you can use this approach to configure object replication.
222222

223223
> [!NOTE]
224224
> Cross-tenant object replication is permitted by default for a storage account. To prevent replication across tenants, you can set the **AllowCrossTenantReplication** property (preview) to disallow cross-tenant object replication for your storage accounts. For more information, see [Prevent object replication across Azure Active Directory tenants](object-replication-prevent-cross-tenant-policies.md).
@@ -252,7 +252,7 @@ You can then download a JSON file containing the policy definition that you can
252252

253253
The downloaded JSON file includes the policy ID that Azure Storage created for the policy on the destination account. You must use the same policy ID to configure object replication on the source account.
254254

255-
Keep in mind that uploading a JSON file to create a replication policy for the destination account via the Azure portal does not automatically create the same policy in the source account. Another user must create the policy on the source account before Azure Storage begins replicating objects.
255+
Keep in mind that uploading a JSON file to create a replication policy for the destination account via the Azure portal doesn't automatically create the same policy in the source account. Another user must create the policy on the source account before Azure Storage begins replicating objects.
256256

257257
# [PowerShell](#tab/powershell)
258258

@@ -306,7 +306,7 @@ az storage account or-policy create \
306306

307307
## Check the replication status of a blob
308308

309-
You can check the replication status for a blob in the source account using the Azure portal, PowerShell, or Azure CLI. Object replication properties are not populated until replication has either completed or failed.
309+
You can check the replication status for a blob in the source account using the Azure portal, PowerShell, or Azure CLI. Object replication properties aren't populated until replication has either completed or failed.
310310

311311
# [Azure portal](#tab/portal)
312312

@@ -363,7 +363,7 @@ To remove a replication policy in the Azure portal, follow these steps:
363363

364364
1. Navigate to the source storage account in the Azure portal.
365365
1. Under **Settings**, select **Object replication**.
366-
1. Click the **More** button next to the policy name.
366+
1. Select the **More** button next to the policy name.
367367
1. Select **Delete Rules**.
368368

369369
# [PowerShell](#tab/powershell)

0 commit comments

Comments
 (0)