We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d2fee commit 8f1bed6Copy full SHA for 8f1bed6
articles/container-apps/vnet-custom-internal.md
@@ -296,7 +296,7 @@ $DnsRecordArgs = @{
296
Ttl = 3600
297
PrivateDnsRecords = $DnsRecords
298
}
299
-New-AzPrivateDnsARecordSet @DnsRecordArgs
+New-AzPrivateDnsRecordSet @DnsRecordArgs
300
```
301
302
---
articles/container-apps/vnet-custom.md
0 commit comments