Skip to content

Commit f639b16

Browse files
authored
Merge pull request #113011 from SumanthMarigowda-MSFT/patch-48
(Azure CXP) https://github.com/MicrosoftDocs/azure-docs/issues/53245
2 parents e6ecb2f + c92764a commit f639b16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/files/storage-files-networking-endpoints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ New-AzPrivateDnsRecordSet `
213213
If you have a virtual machine inside of your virtual network, or you've configured DNS forwarding as described [here](storage-files-networking-dns.md), you can test that your private endpoint has been setup correctly with the following commands:
214214

215215
```PowerShell
216-
$storageAccountHostName = [System.Uri]::new($storageAccount.PrimaryEndpoints.File) | `
216+
$storageAccountHostName = [System.Uri]::new($storageAccount.PrimaryEndpoints.file) | `
217217
Select-Object -ExpandProperty Host
218218
219219
Resolve-DnsName -Name $storageAccountHostName
@@ -388,7 +388,7 @@ If you have a virtual machine inside of your virtual network, or you've configur
388388
httpEndpoint=$(az storage account show \
389389
--resource-group $storageAccountResourceGroupName \
390390
--name $storageAccountName \
391-
--query "primaryEndpoints.File" | \
391+
--query "primaryEndpoints.file" | \
392392
tr -d '"')
393393

394394
hostName=$(echo $httpEndpoint | cut -c7-$(expr length $httpEndpoint) | tr -d "/")
@@ -629,4 +629,4 @@ az storage account update \
629629
## See also
630630
- [Azure Files networking considerations](storage-files-networking-overview.md)
631631
- [Configuring DNS forwarding for Azure Files](storage-files-networking-dns.md)
632-
- [Configuring S2S VPN for Azure Files](storage-files-configure-s2s-vpn.md)
632+
- [Configuring S2S VPN for Azure Files](storage-files-configure-s2s-vpn.md)

0 commit comments

Comments
 (0)