Skip to content

Commit 0361849

Browse files
authored
ANPEEE: Fix KeyVault DNS suffix on Bastion FAQ
KeyVault DNS suffix is "vault.azure.net", not "vault.azure.com". Reference: https://learn.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates
1 parent c160218 commit 0361849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/bastion/bastion-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Azure Bastion needs to be able to communicate with certain internal endpoints to
3939
* blob.core.windows.net
4040
* core.windows.net
4141
* vaultcore.windows.net
42-
* vault.azure.com
42+
* vault.azure.net
4343
* azure.com
4444

4545
You may use a private DNS zone ending with one of the names listed above (ex: privatelink.blob.core.windows.net).

0 commit comments

Comments
 (0)