Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions azure-local/deploy/deploy-via-portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ This article helps you deploy an Azure Local instance using the Azure portal.
After the extensions are installed successfully, **Add machines** by selecting from the same list of machines and then **Validate selected machines**.

1. **Select an existing Key Vault** or select **Create a new Key Vault**. Create an empty key vault to securely store secrets for this system, such as cryptographic keys, local admin credentials, and BitLocker recovery keys.
[!IMPORTANT] Azure Local does not support deploying a cluster using an existing Azure Key Vault that has Private Endpoints enabled..
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The markdown syntax for the IMPORTANT alert is incorrect. The line should start with > to properly render as a blockquote alert in markdown documentation. Looking at line 46 as an example, the correct format should be > [!IMPORTANT] rather than just [!IMPORTANT]. Without the > prefix, this will not render correctly as an alert box in the documentation.

Suggested change
[!IMPORTANT] Azure Local does not support deploying a cluster using an existing Azure Key Vault that has Private Endpoints enabled..
> [!IMPORTANT] Azure Local does not support deploying a cluster using an existing Azure Key Vault that has Private Endpoints enabled..

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a double period at the end of the sentence. The line ends with two periods instead of one.

Suggested change
[!IMPORTANT] Azure Local does not support deploying a cluster using an existing Azure Key Vault that has Private Endpoints enabled..
[!IMPORTANT] Azure Local does not support deploying a cluster using an existing Azure Key Vault that has Private Endpoints enabled.

Copilot uses AI. Check for mistakes.

1. On the **Create a new key vault** page, provide information for the specified parameters and select **Create**:

Expand Down