Skip to content

Commit cbc65c6

Browse files
authored
Update storage-files-sync-create-server-endpoint.md
1 parent 662e7ec commit cbc65c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

includes/storage-files-sync-create-server-endpoint.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: khdownie
66
ms.service: azure-file-storage
77
ms.topic: include
8-
ms.date: 04/26/2023
8+
ms.date: 06/04/2024
99
ms.author: kendownie
1010
ms.custom: include file, devx-track-azurecli
1111
ms.devlang: azurecli
@@ -37,6 +37,9 @@ To add a server endpoint, go to the newly created sync group. Under **Server end
3737

3838
To add the server endpoint, select **Create**. Your files are now kept in sync across your Azure file share and Windows Server.
3939

40+
> [!NOTE]
41+
> Azure Files Sync takes a snapshot of the Azure file share as a backup before creating the server endpoint. This snapshot can be used to restore the share to the state before the server endpoint was created. The snapshot is not removed automatically after the server endpoint is created, so you can delete it manually if you don't need it. You can find the snapshots created by Azure File Sync by looking at the snapshots for the Azure file share and checking for AzureFileSync in the Initiator column.
42+
4043
# [PowerShell](#tab/azure-powershell)
4144
Execute the following PowerShell commands to create the server endpoint, and be sure to replace `<your-server-endpoint-path>` and `<your-volume-free-space>` with the desired values. Check the settings for the optional [initial download](../articles/storage/file-sync/file-sync-server-endpoint-create.md#initial-download-section) and [initial upload](../articles/storage/file-sync/file-sync-server-endpoint-create.md#initial-sync-section) policies.
4245

0 commit comments

Comments
 (0)