Skip to content

Commit cb252c6

Browse files
committed
Breaking up the LRS, ZRS, monitoring code samples
1 parent 85c3b4d commit cb252c6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/storage/common/redundancy-migration.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ For a detailed overview of all of the redundancy options, see [Azure Storage red
3636

3737
You can change your storage account's redundancy configurations as needed, though some configurations are subject to [limitations](#limitations-for-changing-replication-types) and [downtime requirements](#downtime-requirements). Reviewing these limitations and requirements before making any changes within your environment helps avoid conflicts with your own timeframe and uptime requirements.
3838

39-
> [!IMPORTANT]
40-
> Boot diagnostics doesn't support premium storage accounts or zone-redundant storage accounts. When either premium or zone-redundant storage accounts are used for boot diagnostics, users receive a `StorageAccountTypeNotSupported` error upon starting their virtual machine (VM).
41-
4239
There are three ways to change the replication settings:
4340

4441
- [Add or remove geo-replication or read access](#change-the-replication-setting-using-the-portal-powershell-or-the-cli) to the secondary region.
@@ -128,18 +125,18 @@ There are two ways to initiate a conversion:
128125
- [Support-initiated](#support-initiated-conversion)
129126

130127
> [!TIP]
131-
> Microsoft recommends you use customer-initiated conversion instead of support-initiated conversion when possible. With customer-initiated conversion you can start and monitor the progress of the conversion request directly from the Azure portal, and there is no need to open and manage a support request.
128+
> Microsoft recommends using a customer-initiated conversion instead of support-initiated conversion whenever possible. A customer-initiated conversion allows you to initiate the conversion and monitor its progress directly from within the Azure portal. Because the conversion is initiated by the customer, there is no need to create and manage a support request.
132129
133130
#### Customer-initiated conversion
134131

135132
Instead of opening a support request, customers in most regions can start a conversion and monitor its progress. This option eliminates potential delays related to creating and managing support requests. For help determining the regions in which customer-initiated conversion is supported, see the [region limitations](#region) article.
136133

137-
Customer-initiated conversion can be comleted in supported regions using the Azure Portal, PowerShell, or the Azure CLI. Once initiated, the conversion could still take up to 72 hours to begin.
134+
Customer-initiated conversion can be comleted in supported regions using the Azure Portal, PowerShell, or the Azure CLI. After brinitiated, the conversion could still take up to 72 hours to begin.
138135

139-
> [!IMPORTANT]
140-
> A customer-initiated conversion could take up to 72 hours to begin after you initiate it.
136+
[!IMPORTANT]
137+
> There is no SLA for completion of a conversion.
141138
>
142-
> There is no SLA for completion of a customer-initiated conversion.
139+
>If you need more control over when a conversion begins and finishes, consider a [Manual migration](#manual-migration). Generally, the more data you have in your account, the longer it takes to replicate that data to other zones or regions.
143140
>
144141
> For more information about the timing of a customer-initiated conversion, see [Timing and frequency](#timing-and-frequency).
145142
@@ -285,6 +282,9 @@ For more detailed guidance on how to perform a manual migration, see [Move an Az
285282

286283
## Limitations for changing replication types
287284

285+
> [!IMPORTANT]
286+
> Boot diagnostics doesn't support premium storage accounts or zone-redundant storage accounts. When either premium or zone-redundant storage accounts are used for boot diagnostics, users receive a `StorageAccountTypeNotSupported` error upon starting their virtual machine (VM).
287+
288288
Limitations apply to some replication change scenarios depending on:
289289

290290
- [Region](#region)

0 commit comments

Comments
 (0)