Skip to content

Commit a798d95

Browse files
Merge pull request #39094 from tksh164/patch-1
Incorrect indentation in Markdown
2 parents ef33a75 + dbf947c commit a798d95

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/storage/files/storage-sync-cloud-tiering.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ The easiest way to recall a file to disk is to open the file. The Azure File Syn
9595
9696
You also can use PowerShell to force a file to be recalled. This option might be useful if you want to recall multiple files at once, such as all the files in a folder. Open a PowerShell session to the server node where Azure File Sync is installed, and then run the following PowerShell commands:
9797
98-
```powershell
99-
Import-Module "C:\Program Files\Azure\StorageSyncAgent\StorageSync.Management.ServerCmdlets.dll"
100-
Invoke-StorageSyncFileRecall -Path <file-or-directory-to-be-recalled>
101-
```
98+
```powershell
99+
Import-Module "C:\Program Files\Azure\StorageSyncAgent\StorageSync.Management.ServerCmdlets.dll"
100+
Invoke-StorageSyncFileRecall -Path <file-or-directory-to-be-recalled>
101+
```
102102

103103
<a id="sizeondisk-versus-size"></a>
104104
### Why doesn't the *Size on disk* property for a file match the *Size* property after using Azure File Sync?
@@ -108,10 +108,10 @@ Windows File Explorer exposes two properties to represent the size of a file: **
108108
### How do I force a file or directory to be tiered?
109109
When the cloud tiering feature is enabled, cloud tiering automatically tiers files based on last access and modify times to achieve the volume free space percentage specified on the cloud endpoint. Sometimes, though, you might want to manually force a file to tier. This might be useful if you save a large file that you don't intend to use again for a long time, and you want the free space on your volume now to use for other files and folders. You can force tiering by using the following PowerShell commands:
110110

111-
```powershell
112-
Import-Module "C:\Program Files\Azure\StorageSyncAgent\StorageSync.Management.ServerCmdlets.dll"
113-
Invoke-StorageSyncCloudTiering -Path <file-or-directory-to-be-tiered>
114-
```
111+
```powershell
112+
Import-Module "C:\Program Files\Azure\StorageSyncAgent\StorageSync.Management.ServerCmdlets.dll"
113+
Invoke-StorageSyncCloudTiering -Path <file-or-directory-to-be-tiered>
114+
```
115115

116116
## Next Steps
117117
* [Planning for an Azure File Sync Deployment](storage-sync-files-planning.md)

0 commit comments

Comments
 (0)