Skip to content

Commit 2e8b758

Browse files
authored
Merge pull request #126414 from thedarksage/patch-5
Correcting the private endpoint DNS Zone Name Format
2 parents 06bdf1b + 69a185c commit 2e8b758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/site-recovery/hybrid-how-to-enable-replication-private-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ When the private endpoint is created, five fully qualified domain names (FQDNs)
160160

161161
The five domain names are formatted in this pattern:
162162

163-
`{Vault-ID}-asr-pod01-{type}-.{target-geo-code}.privatelink.siterecovery.windowsazure.com`
163+
`{Vault-ID}-asr-pod01-{type}.{target-geo-code}.privatelink.siterecovery.windowsazure.com`
164164

165165
### Approve private endpoints for site recovery
166166

@@ -299,7 +299,7 @@ Create one private DNS zone to allow the Site Recovery provider (for Hyper-V mac
299299
private DNS zone.
300300

301301
These fully qualified domain names match this pattern:
302-
`{Vault-ID}-asr-pod01-{type}-.{target-geo-code}.siterecovery.windowsazure.com`
302+
`{Vault-ID}-asr-pod01-{type}.{target-geo-code}.siterecovery.windowsazure.com`
303303

304304
:::image type="content" source="./media/hybrid-how-to-enable-replication-private-endpoints/add-record-set.png" alt-text="Screenshot that shows the Add record set page.":::
305305

0 commit comments

Comments
 (0)