File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ foreach($ipconfig in $internalNic.Properties.ipConfigurations) {
156
156
$recordName = $fqdn.split('.', 2)[0]
157
157
$dnsZone = $fqdn.split('.', 2)[1]
158
158
New-AzPrivateDnsRecordSet `
159
- -ResourceGroupName $resourceGroupName `
159
+ -ResourceGroupName $resourceGroupName `
160
160
-Name $recordName `
161
161
-RecordType A `
162
162
-ZoneName $zone.Name `
@@ -428,4 +428,4 @@ Invoke-Command `
428
428
## See also
429
429
- [ Networking considerations for direct Azure file share access] ( storage-files-networking-overview.md )
430
430
- [ Configure a Point-to-Site (P2S) VPN on Linux for use with Azure Files] ( storage-files-configure-p2s-vpn-linux.md )
431
- - [ Configure a Site-to-Site (S2S) VPN for use with Azure Files] ( storage-files-configure-s2s-vpn.md )
431
+ - [ Configure a Site-to-Site (S2S) VPN for use with Azure Files] ( storage-files-configure-s2s-vpn.md )
You can’t perform that action at this time.
0 commit comments