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 @@ -239,7 +239,7 @@ Set up a local PowerShell repository and install the Az.DnsResolver PowerShell m
239
239
$domainListName = "domainlist-$($nameSuffix)"
240
240
$securityRuleName = "securityrule-$($nameSuffix)"
241
241
$resolverPolicyLinkName = "dnsresolverpolicylink"
242
- $storageAccountName = "stor- $($name)" # Customize this, taking care that the name is not too long
242
+ $storageAccountName = "stor$($name)" # Customize this, taking care that the name is not too long
243
243
$diagnosticSettingName = "diagnosticsetting-$($nameSuffix)"
244
244
$vnetId = "/subscriptions/$subscriptionId/resourceGroups/$resourceGroupName/providers/Microsoft.Network/virtualNetworks/$virtualNetworkName"
245
245
@@ -369,4 +369,4 @@ At line:1 char:1
369
369
370
370
- Review concepts related to [ DNS security policy] ( dns-security-policy.md ) .
371
371
- Review [ Azure Private DNS zones scenarios] ( private-dns-scenarios.md ) .
372
- - Review [ DNS resolution in virtual networks] ( ../virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md ) .
372
+ - Review [ DNS resolution in virtual networks] ( ../virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md ) .
You can’t perform that action at this time.
0 commit comments