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
In Azure Storage, the only resource capable of moving is the storage account. An Azure file share, as a subresource, can't move to a different storage account.
32
+
The only resource capable of moving is the storage account. An Azure file share, as a subresource, can't move to a different storage account.
33
33
34
34
## Supported combinations
35
35
@@ -41,7 +41,7 @@ As a best practice, the Storage Sync Service and the storage accounts that have
41
41
* Storage Sync Service and storage accounts are located in **different subscriptions** (same Azure tenant)
42
42
43
43
> [!IMPORTANT]
44
-
> Through different combinations of moves, a Storage Sync Service and storage accounts can end up in different subscriptions, governed by different Microsoft Entra tenants. Sync would even appear to be working, but this is not a supported configuration. Sync can stop in the future with no ability to get back into a working condition.
44
+
> Through different combinations of moves, a Storage Sync Service and storage accounts can end up in different subscriptions, governed by different Microsoft Entra tenants. Sync would even appear to be working, but this isn't a supported configuration. Sync can stop in the future with no ability to get back into a working condition.
45
45
46
46
When planning your resource move, there are different considerations for [moving within the same Microsoft Entra tenant](#move-within-the-same-azure-active-directory-tenant) and moving across [to a different Microsoft Entra tenant](#move-to-a-new-azure-active-directory-tenant). When moving Microsoft Entra tenants, always move sync and storage resources together.
Copy file name to clipboardExpand all lines: articles/storage/files/storage-files-quick-create-use-windows.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,6 @@ Now that you've created the VM, connect to it so you can mount your file share.
100
100
101
101
:::image type="content" source="media/storage-files-quick-create-use-windows/local-host2.png" alt-text="Screenshot of the VM log in prompt, more choices is highlighted.":::
102
102
103
-
104
103
1. You might receive a certificate warning during the sign-in process. Select **Yes** or **Continue** to create the connection.
105
104
106
105
### Map the Azure file share to a Windows drive
@@ -121,7 +120,6 @@ Now that you've mapped the drive, create a snapshot.
121
120
122
121
:::image type="content" source="media/storage-files-quick-create-use-windows/create-snapshot.png" alt-text="Screenshot of the storage account snapshots tab.":::
123
122
124
-
125
123
1. In the VM, open the *qstestfile.txt* and type "this file has been modified". Save and close the file.
0 commit comments