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
Copy file name to clipboardExpand all lines: articles/storage/file-sync/file-sync-extend-servers.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,18 +268,18 @@ The Server Registration UI should open automatically after you install the Azure
268
268
269
269
A sync group defines the sync topology for a set of files. A sync group must contain one cloud endpoint, which represents an Azure file share. A sync group also must contain one or more server endpoints. A server endpoint represents a path on a registered server. To create a sync group:
270
270
271
-
1. In the [Azure portal](https://portal.azure.com/), select **+ Sync group** from the Storage Sync Service. Use *afssyncservice02* for this tutorial.
271
+
1. In the [Azure portal](https://portal.azure.com/), select **+ Sync group** from the Storage Sync Service you deployed.
272
272
273
273
:::image type="content" source="media/storage-sync-files-extend-servers/add-sync-group.png" alt-text="Screenshot showing how to create a new sync group in the Azure portal.":::
274
274
275
275
1. Enter the following information to create a sync group with a cloud endpoint:
276
276
277
277
| Value | Description |
278
278
| ----- | ----- |
279
-
|**Sync group name**| This name must be unique within the Storage Sync Service, but can be any name that is logical for you. Use *afssyncgroup* for this tutorial.|
279
+
|**Sync group name**| This name must be unique within the Storage Sync Service, but can be any name that is logical for you.|
280
280
|**Subscription**| The subscription where you deployed the Storage Sync Service for this tutorial. |
281
-
|**Storage account**| Choose **Select storage account**. On the pane that appears, select the storage account that has the Azure file share you created. Use *afsstoracct101918* for this tutorial. |
282
-
|**Azure file share**| The name of the Azure file share you created. Use *afsfileshare* for this tutorial. |
281
+
|**Storage account**| Choose **Select storage account**. On the pane that appears, select the storage account that has the Azure file share you created. |
282
+
|**Azure file share**| The name of the Azure file share you created. |
283
283
284
284
1. Select **Create**.
285
285
@@ -297,8 +297,8 @@ A server endpoint represents a specific location on a registered server. For exa
297
297
298
298
| Value | Description |
299
299
| ----- | ----- |
300
-
|**Registered server**| The name of the server you created. Use *afsvm101918* for this tutorial. |
301
-
|**Path**| The Windows Server path to the drive you created. Use *f:\filestosync* in this tutorial. |
300
+
|**Registered server**| The name of the server you created. For example, *myVM*. |
301
+
|**Path**| The Windows Server path to the drive you created. For example, *f:\filestosync*. |
302
302
|**Cloud Tiering**| Leave disabled for this tutorial. |
303
303
|**Volume Free Space**| Leave blank for this tutorial. |
0 commit comments