Skip to content

Commit 5dfe434

Browse files
Merge pull request #275224 from khdownie/patch-1
Update file-sync-firewall-and-proxy.md
2 parents bf16332 + 3845377 commit 5dfe434

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/file-sync/file-sync-firewall-and-proxy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Understand Azure File Sync on-premises proxy and firewall settings.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 04/09/2023
7+
ms.date: 05/13/2024
88
ms.author: kendownie
99
---
1010

@@ -42,7 +42,7 @@ Azure File Sync will work through any means available that allow reach into Azur
4242

4343
Azure File Sync supports app-specific and machine-wide proxy settings.
4444

45-
**App-specific proxy settings** allow configuration of a proxy specifically for Azure File Sync traffic. App-specific proxy settings are supported on agent version 4.0.1.0 or newer and can be configured during the agent installation or by using the `Set-StorageSyncProxyConfiguration` PowerShell cmdlet.
45+
**App-specific proxy settings** allow configuration of a proxy specifically for Azure File Sync traffic. App-specific proxy settings are supported on agent version 4.0.1.0 or newer and can be configured during the agent installation or by using the `Set-StorageSyncProxyConfiguration` PowerShell cmdlet. Use the `Get-StorageSyncProxyConfiguration` cmdlet to return any proxy settings that are currently configured. A blank result indicates that there are no proxy settings configured. To remove the existing proxy configuration, use the `Remove-StorageSyncProxyConfiguration` cmdlet.
4646

4747
PowerShell commands to configure app-specific proxy settings:
4848

@@ -213,7 +213,7 @@ Because the service tag discovery API might not be updated as frequently as the
213213
# from Get-AzLocation.
214214
$region = "westus2"
215215
216-
# The service tag for Azure File Sync. Do not change unless you're adapting this
216+
# The service tag for Azure File Sync. Don't change unless you're adapting this
217217
# script for another service.
218218
$serviceTag = "StorageSyncService"
219219
@@ -228,7 +228,7 @@ $validRegions = Get-AzLocation | `
228228
229229
if ($validRegions -notcontains $region) {
230230
Write-Error `
231-
-Message "The specified region $region is not available. Either Azure File Sync is not deployed there or the region does not exist." `
231+
-Message "The specified region $region isn't available. Either Azure File Sync isn't deployed there or the region doesn't exist." `
232232
-ErrorAction Stop
233233
}
234234

0 commit comments

Comments
 (0)