Skip to content

Commit 6ecd10a

Browse files
Merge pull request #208753 from jimmart-dev/jammart-storage-zone-redun-mig
change mig guide for storage to zone-redundant
2 parents abc01ff + 9750d85 commit 6ecd10a

File tree

7 files changed

+318
-120
lines changed

7 files changed

+318
-120
lines changed

articles/availability-zones/migrate-storage.md

Lines changed: 115 additions & 39 deletions
Large diffs are not rendered by default.

articles/service-fabric/how-to-managed-cluster-availability-zones.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: tomcassidy
66
author: tomvcassidy
77
ms.service: service-fabric
88
services: service-fabric
9-
ms.date: 07/11/2022
9+
ms.date: 08/23/2022
1010
---
1111
# Deploy a Service Fabric managed cluster across availability zones
1212
Availability Zones in Azure are a high-availability offering that protects your applications and data from datacenter failures. An Availability Zone is a unique physical location equipped with independent power, cooling, and networking within an Azure region.
@@ -119,7 +119,7 @@ Requirements:
119119

120120
If the Public IP resource is not zone resilient, migration of the cluster will cause a brief loss of external connectivity. This is due to the migration setting up new Public IP and updating the cluster FQDN to the new IP. If the Public IP resource is zone resilient, migration will not modify the Public IP resource or FQDN and there will be no external connectivity impact.
121121

122-
2) Initiate migration of the underlying storage account created for managed cluster from LRS to ZRS using [live migration](../storage/common/redundancy-migration.md#request-a-live-migration-to-zrs-gzrs-or-ra-gzrs). The resource group of storage account that needs to be migrated would be of the form "SFC_ClusterId"(ex SFC_9240df2f-71ab-4733-a641-53a8464d992d) under the same subscription as the managed cluster resource.
122+
2) Initiate conversion of the underlying storage account created for managed cluster from LRS to ZRS using [customer-initiated conversion](../storage/common/redundancy-migration.md#customer-initiated-conversion-preview). The resource group of storage account that needs to be migrated would be of the form "SFC_ClusterId"(ex SFC_9240df2f-71ab-4733-a641-53a8464d992d) under the same subscription as the managed cluster resource.
123123

124124
3) Add a new primary node type which spans across availability zones
125125

-118 KB
Loading
84.9 KB
Loading
34.1 KB
Loading

articles/storage/common/redundancy-migration.md

Lines changed: 200 additions & 78 deletions
Large diffs are not rendered by default.

articles/storage/files/files-nfs-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The status of items that appear in this table may change over time as support co
5959
| Encryption at rest| ✔️ |
6060
| Encryption in transit||
6161
| [LRS or ZRS redundancy types](storage-files-planning.md#redundancy)| ✔️ |
62-
| [LRS to ZRS conversion](../common/redundancy-migration.md?tabs=portal#switch-between-types-of-replication)||
62+
| [LRS to ZRS conversion](../common/redundancy-migration.md?tabs=portal#limitations-for-changing-replication-types)||
6363
| [Private endpoints](storage-files-networking-overview.md#private-endpoints) | ✔️ |
6464
| Subdirectory mounts| ✔️ |
6565
| [Grant network access to specific Azure virtual networks](storage-files-networking-endpoints.md#restrict-access-to-the-public-endpoint-to-specific-virtual-networks)| ✔️ |

0 commit comments

Comments
 (0)