Skip to content

Commit 525028f

Browse files
authored
Merge pull request #17083 from ManikaDhiman/md-add-key-vault-requirement
Added key vault requirements
2 parents cd2f1d0 + 603fb87 commit 525028f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

azure-local/concepts/system-requirements-23h2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
88
ms.custom: references_regions
9-
ms.date: 02/21/2025
9+
ms.date: 02/14/2025
1010
---
1111

1212
# System requirements for Azure Local
@@ -41,6 +41,8 @@ Here are the Azure requirements for your Azure Local instance:
4141
- Japan East
4242
- South Central US
4343

44+
- **Azure Key Vault**: Make sure to enable public network access when you set up a key vault. This setting allows Azure Local instances to connect to the key vault without any access issues.
45+
4446
## Machine and storage requirements
4547

4648
Before you begin, make sure that the physical machine and storage hardware used to deploy Azure Local meets the following requirements:

azure-local/deploy/deployment-prerequisites.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,19 @@ This article discusses the security, software, hardware, and networking prerequi
1717

1818
## Review requirements and complete prerequisites
1919

20-
| Requirements | Links |
21-
|-------------------------------|-------------------------------------------------------------------------------------------------|
22-
| Security features | [Link](../concepts/security-features.md) |
23-
| Environment readiness | [Link](../manage/use-environment-checker.md) |
24-
| System requirements | [Link](../concepts/system-requirements-23h2.md) |
25-
| Firewall requirements | [Link](../concepts//firewall-requirements.md) |
20+
| Requirements | Links |
21+
|--|--|
22+
| Security features | [Link](../concepts/security-features.md) |
23+
| Environment readiness | [Link](../manage/use-environment-checker.md) |
24+
| System requirements | [Link](../concepts/system-requirements-23h2.md) |
25+
| Firewall requirements | [Link](../concepts//firewall-requirements.md) |
2626
| Physical network requirements | [Link](../concepts//physical-network-requirements.md) |
27-
| Host network requirements | [Link](../concepts/host-network-requirements.md) |
27+
| Host network requirements | [Link](../concepts/host-network-requirements.md) |
2828

2929
## Complete deployment checklist
3030

3131
Use the following checklist to gather the required information ahead of the actual deployment of your Azure Local instance.
3232

33-
3433
|Component|What is needed|
3534
|--|--|
3635
|Machine names|Unique name for each machine you wish to deploy.|
@@ -44,10 +43,9 @@ Use the following checklist to gather the required information ahead of the actu
4443
|Custom location|(Optional) A name for the custom location created for your system. This name is used for Azure Arc VM management. <br> For more information, see the **Specify management settings** page in [Deploy via Azure portal](./deploy-via-portal.md#specify-management-settings).|
4544
|Azure subscription ID|ID for the Azure subscription used to register the system. Make sure that you are a user access administrator and a contributor on this subscription. This will allow you to manage access to Azure resources, specifically to Arc-enable each machine of an Azure Local instance. For more information, see [Assign Azure permissions for deployment](./deployment-arc-register-server-permissions.md#assign-required-permissions-for-deployment)|
4645
|Azure Storage account|For two-node systems, a witness is required. For a cloud witness, an [Azure Storage account](/azure/storage/common/storage-account-create) is needed. In this release, you cannot use the same storage account for multiple systems. For more information, see **Specify management settings** in [Deploy via Azure portal](./deploy-via-portal.md#specify-management-settings). <br> For naming conventions, see [Azure Storage account names](/azure/storage/common/storage-account-overview#storage-account-name).|
47-
|Azure Key Vault|A key vault is required to securely store secrets for this system, such as cryptographic keys, local admin credentials, and BitLocker recovery keys. For more information, see **Basics** in [Deploy via Azure portal](./deploy-via-portal.md#start-the-wizard-and-fill-out-the-basics). <br> For naming convention, see [Azure Key Vault names](/azure/key-vault/general/about-keys-secrets-certificates#object-identifiers).|
46+
|Azure Key Vault|A key vault is required to securely store secrets for this system, such as cryptographic keys, local admin credentials, and BitLocker recovery keys. For requirements, see **Azure Key Vault** in [Azure requirements](../concepts/system-requirements-23h2.md#azure-requirements). For creating a key vault during deployment, see **Basics** in [Deploy via Azure portal](./deploy-via-portal.md#start-the-wizard-and-fill-out-the-basics). <br> For naming conventions, see [Azure Key Vault names](/azure/key-vault/general/about-keys-secrets-certificates#object-identifiers).|
4847
|Outbound connectivity| Run the [Environment checker](../manage/use-environment-checker.md) to ensure that your environment meets the outbound network connectivity requirements for firewall rules.|
4948

50-
5149
## Next steps
5250

5351
- Prepare your [Active Directory](./deployment-prep-active-directory.md) environment.

0 commit comments

Comments
 (0)