Skip to content

Commit c58deb2

Browse files
authored
Merge pull request #196860 from tamram/tamram22-0502
clarify number of containers to migrate to VLW at once
2 parents 0b46ea6 + c89fd6c commit c58deb2

10 files changed

+22
-20
lines changed

articles/storage/blobs/immutable-time-based-retention-policy-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tamram
77

88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 12/01/2021
10+
ms.date: 05/02/2022
1111
ms.author: tamram
1212
ms.subservice: blobs
1313
---
@@ -52,7 +52,7 @@ To configure version-level retention policies, you must first enable version-lev
5252

5353
Version-level immutability on the storage account must be enabled when you create the account. When you enable version-level immutability for a new storage account, all containers subsequently created in that account automatically support version-level immutability. It's not possible to disable support for version-level immutability on a storage account after you've enabled it, nor is it possible to create a container without version-level immutability support when it's enabled for the account.
5454

55-
If you have not enabled support for version-level immutability on the storage account, then you can enable support for version-level immutability on an individual container at the time that you create the container. Existing containers can also support version-level immutability, but must undergo a migration process first. This process may take some time and is not reversible. You can migrate only one container at a time per storage account. For more information about migrating a container to support version-level immutability, see [Migrate an existing container to support version-level immutability](immutable-policy-configure-version-scope.md#migrate-an-existing-container-to-support-version-level-immutability).
55+
If you have not enabled support for version-level immutability on the storage account, then you can enable support for version-level immutability on an individual container at the time that you create the container. Existing containers can also support version-level immutability, but must undergo a migration process first. This process may take some time and is not reversible. You can migrate ten containers at a time per storage account. For more information about migrating a container to support version-level immutability, see [Migrate an existing container to support version-level immutability](immutable-policy-configure-version-scope.md#migrate-an-existing-container-to-support-version-level-immutability).
5656

5757
Version-level time-based retention policies require that [blob versioning](versioning-overview.md) is enabled for the storage account. To learn how to enable blob versioning, see [Enable and manage blob versioning](versioning-enable.md). Keep in mind that enabling versioning may have a billing impact. For more information, see the **Pricing and billing** section in [Blob versioning](versioning-overview.md#pricing-and-billing).
5858

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tamram
77

88
ms.service: storage
99
ms.topic: how-to
10-
ms.date: 04/26/2022
10+
ms.date: 05/02/2022
1111
ms.author: tamram
1212
ms.subservice: blobs
1313
ms.custom: devx-track-azurecli, devx-track-azurepowershell
@@ -41,7 +41,7 @@ To create a replication policy in the Azure portal, follow these steps:
4141
1. Under **Data management**, select **Object replication**.
4242
1. Select **Set up replication rules**.
4343
1. Select the destination subscription and storage account.
44-
1. In the **Container pairs** section, select a source container from the source account, and a destination container from the destination account. You can create up to 10 container pairs per replication policy using this method. If you want to configure more than 10 container pairs (up to 1,000), see [Configure object replication using a JSON file](#configure-object-replication-using-a-json-file).
44+
1. In the **Container pairs** section, select a source container from the source account, and a destination container from the destination account. You can create up to 10 container pairs per replication policy from the Azure portal. To configure more than 10 container pairs (up to 1000), see [Configure object replication using a JSON file](#configure-object-replication-using-a-json-file).
4545

4646
The following image shows a set of replication rules.
4747

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tamram
77

88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 04/26/2022
10+
ms.date: 05/02/2022
1111
ms.author: tamram
1212
ms.subservice: blobs
1313
ms.custom: devx-track-azurepowershell
@@ -39,6 +39,8 @@ Enabling change feed and blob versioning may incur additional costs. For more de
3939

4040
Object replication is supported for general-purpose v2 storage accounts and premium block blob accounts. Both the source and destination accounts must be either general-purpose v2 or premium block blob accounts. Object replication supports block blobs only; append blobs and page blobs are not supported.
4141

42+
Customer-managed failover is not supported for either the source or the destination account in an object replication policy.
43+
4244
## How object replication works
4345

4446
Object replication asynchronously copies block blobs in a container according to rules that you configure. The contents of the blob, any versions associated with the blob, and the blob's metadata and properties are all copied from the source container to the destination container.
@@ -84,7 +86,7 @@ The source and destination accounts may be in the same region or in different re
8486

8587
### Replication rules
8688

87-
Replication rules specify how Azure Storage will replicate blobs from a source container to a destination container. You can specify up to 1,000 replication rules for each replication policy. Each replication rule defines a single source and destination container, and each source and destination container can be used in only one rule, meaning that a maximum of 1,000 source containers and 1,000 destination containers may participate in a single replication policy.
89+
Replication rules specify how Azure Storage will replicate blobs from a source container to a destination container. You can specify up to 1000 replication rules for each replication policy. Each replication rule defines a single source and destination container, and each source and destination container can be used in only one rule, meaning that a maximum of 1000 source containers and 1000 destination containers may participate in a single replication policy.
8890

8991
When you create a replication rule, by default only new block blobs that are subsequently added to the source container are copied. You can specify that both new and existing block blobs are copied, or you can define a custom copy scope that copies block blobs created from a specified time onward.
9092

articles/storage/scripts/storage-blobs-container-calculate-billing-size-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Azure PowerShell script sample - Calculate the total billing size of a blob container | Microsoft Docs
33
description: Calculate the total size of a container in Azure Blob storage for billing purposes.
44
services: storage
5-
author: fhryo-msft
5+
author: stevenmatthew
66

77
ms.service: storage
88
ms.subservice: blobs
99
ms.devlang: powershell
1010
ms.topic: sample
1111
ms.date: 12/29/2020
12-
ms.author: fryu
12+
ms.author: shaas
1313
---
1414

1515
# Calculate the total billing size of a blob container

articles/storage/scripts/storage-blobs-container-calculate-size-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Azure CLI Script Sample - Calculate blob container size | Microsoft Docs
33
description: Calculate the size of a container in Azure Blob storage by totaling the size of the blobs in the container.
44
services: storage
5-
author: tamram
5+
author: stevenmatthew
66
ms.service: storage
77
ms.subservice: blobs
88
ms.devlang: azurecli
99
ms.topic: sample
1010
ms.date: 03/01/2022
11-
ms.author: tamram
11+
ms.author: shaas
1212
ms.custom: devx-track-azurecli
1313
---
1414

articles/storage/scripts/storage-blobs-container-calculate-size-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Calculate size of a blob container with PowerShell
33
titleSuffix: Azure Storage
44
description: Calculate the size of a container in Azure Blob Storage by totaling the size of each of its blobs.
55
services: storage
6-
author: tamram
6+
author: stevenmatthew
77

88
ms.service: storage
99
ms.subservice: blobs
1010
ms.devlang: powershell
1111
ms.topic: sample
1212
ms.date: 12/04/2019
13-
ms.author: tamram
13+
ms.author: shaas
1414
ms.custom: devx-track-azurepowershell
1515
---
1616

articles/storage/scripts/storage-blobs-container-delete-by-prefix-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Azure CLI Script Sample - Delete containers by prefix | Microsoft Docs
33
description: Delete Azure Storage blob containers based on a container name prefix, then clean up the deployment. See help links for commands used in the script sample.
44
services: storage
5-
author: tamram
5+
author: stevenmatthew
66
ms.service: storage
77
ms.subservice: blobs
88
ms.devlang: azurecli
99
ms.topic: sample
1010
ms.date: 03/01/2022
11-
ms.author: tamram
11+
ms.author: shaas
1212
ms.custom: devx-track-azurecli
1313
---
1414

articles/storage/scripts/storage-blobs-container-delete-by-prefix-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Azure PowerShell Script Sample - Delete containers by prefix | Microsoft Docs
33
description: Read an example that shows how to delete Azure Blob storage based on a prefix in the container name, using Azure PowerShell.
44
services: storage
5-
author: tamram
5+
author: stevenmatthew
66

77
ms.service: storage
88
ms.subservice: blobs
99
ms.devlang: powershell
1010
ms.topic: sample
1111
ms.date: 06/13/2017
12-
ms.author: tamram
12+
ms.author: shaas
1313
ms.custom: devx-track-azurepowershell
1414
---
1515

articles/storage/scripts/storage-common-rotate-account-keys-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Azure CLI Script Sample - Rotate storage account access keys | Microsoft Docs
33
description: Create an Azure Storage account, then retrieve and rotate its account access keys.
44
services: storage
5-
author: tamram
5+
author: stevenmatthew
66
ms.service: storage
77
ms.subservice: blobs
88
ms.devlang: azurecli
99
ms.topic: sample
1010
ms.date: 03/02/2022
11-
ms.author: tamram
11+
ms.author: shaas
1212
ms.custom: devx-track-azurecli
1313
---
1414

articles/storage/scripts/storage-common-rotate-account-keys-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Rotate storage account access keys with PowerShell
33
titleSuffix: Azure Storage
44
description: Create an Azure Storage account, then retrieve and rotate one of its account access keys.
55
services: storage
6-
author: tamram
6+
author: stevenmatthew
77

88
ms.service: storage
99
ms.subservice: blobs
1010
ms.devlang: powershell
1111
ms.topic: sample
1212
ms.date: 12/04/2019
13-
ms.author: tamram
13+
ms.author: shaas
1414
ms.custom: devx-track-azurepowershell
1515
---
1616

0 commit comments

Comments
 (0)