Skip to content

Commit d2e27df

Browse files
authored
Merge pull request #80974 from grabery/patch-4
value not recognized as a command
2 parents 3c520d9 + fd1a5b4 commit d2e27df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ $serverEndpointPath = "<your-server-endpoint-path>"
3333
$cloudTieringDesired = $true
3434
$volumeFreeSpacePercentage = <your-volume-free-space>
3535
# Optional property. Choose from: [NamespaceOnly] default when cloud tiering is enabled. [NamespaceThenModifiedFiles] default when cloud tiering is disabled. [AvoidTieredFiles] only available when cloud tiering is disabled.
36-
$initialDownloadPolicy = NamespaceOnly
37-
$initialUploadPolicy = Merge
36+
$initialDownloadPolicy = "NamespaceOnly"
37+
$initialUploadPolicy = "Merge"
3838
# Optional property. Choose from: [Merge] default for all new server endpoints. Content from the server and the cloud merge. This is the right choice if one location is empty or other server endpoints already exist in the sync group. [ServerAuthoritative] This is the right choice when you seeded the Azure file share (e.g. with Data Box) AND you are connecting the server location you seeded from. This enables you to catch up the Azure file share with the changes that happened on the local server since the seeding.
3939
4040
if ($cloudTieringDesired) {
@@ -94,4 +94,4 @@ az storagesync sync-group server-endpoint create --resource-group myResourceGrou
9494
9595
```
9696

97-
---
97+
---

0 commit comments

Comments
 (0)