Skip to content

Commit 626fcb5

Browse files
author
Manika Dhiman
committed
tweaks
1 parent b5c44bf commit 626fcb5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-local/deploy/deployment-local-identity-with-key-vault.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Using local identity with Key Vault on Azure Local offers several benefits, part
2929

3030
- **Secret store.** Key Vault securely manages and stores secrets, such as BitLocker keys, node passwords, and other sensitive information. This reduces the risk of unauthorized access and enhances the overall security posture.
3131

32-
- **Maintain simplified management.** By integrating with Key Vault, organizatios can streamline the management of secrets and credentials. This includes storing deployment and local identity secrets in a single vault, making it easier to manage and access these secrets.
32+
- **Maintain simplified management.** By integrating with Key Vault, organizations can streamline the management of secrets and credentials. This includes storing deployment and local identity secrets in a single vault, making it easier to manage and access these secrets.
3333

3434
- **Simplified deployment.** During the system deployment via the Azure portal, you have the option to select a local identity provider integrated with Key Vault. This option streamlines the deployment process by ensuring all necessary secrets are securely stored within Key Vault. The deployment becomes more efficient by reducing dependencies on existing AD systems or other systems that run AD, which require ongoing maintenance. Additionally, this approach simplifies firewall configurations for Operational Technology networks, making it easier to manage and secure these environments.
3535

@@ -107,15 +107,15 @@ The general deployment steps are the same as those outlined in [Deploy an Azure
107107
108108
1. Provide the DNS server details configured in the [Configure DNS for Azure Local](#configure-dns-server-for-azure-local) section.
109109
110-
:::image type="content" source="media/deployment-local-identity-with-key-vault/provide-dns-server.png" alt-text="Screenshot of the Networking tab showing the DNS Server field." border="false" lightbox="media/deployment-local-identity-with-key-vault/provide-dns-server.png":::
110+
:::image type="content" source="media/deployment-local-identity-with-key-vault/provide-dns-server.png" alt-text="Screenshot of the Networking tab showing the DNS Server field." lightbox="media/deployment-local-identity-with-key-vault/provide-dns-server.png":::
111111
112112
### Management tab
113113
114114
1. Select the **Local Identity with Azure Key Vault** option.
115115
1. To create a new Key Vault, select **Create a new Key Vault**. Enter the required details in the right context pane and then select **Create**.
116116
1. In **Key vault name**, enter the new Key Vault name.
117117
118-
:::image type="content" source="media/deployment-local-identity-with-key-vault/create-key-vault-at-deployment.png" alt-text="Screenshot of Create a Key Vault page." border="false" lightbox="media/deployment-local-identity-with-key-vault/create-key-vault-at-deployment.png":::
118+
:::image type="content" source="media/deployment-local-identity-with-key-vault/create-key-vault-at-deployment.png" alt-text="Screenshot of Create a Key Vault page." lightbox="media/deployment-local-identity-with-key-vault/create-key-vault-at-deployment.png":::
119119
120120
## Post-deployment steps
121121
@@ -144,7 +144,7 @@ After deploying the system, confirm the deployment was without AD (AD-less).
144144
145145
This ensures that all critical information is stored safely and can be easily retrieved when needed, providing an additional layer of security and reliability for our infrastructure.
146146
147-
:::image type="content" source="media/deployment-local-identity-with-key-vault/back-up-secrets.png" alt-text="Screenshot of the Secrets page." border="false" lightbox="media/deployment-local-identity-with-key-vault/back-up-secrets.png":::
147+
:::image type="content" source="media/deployment-local-identity-with-key-vault/back-up-secrets.png" alt-text="Screenshot of the Secrets page." lightbox="media/deployment-local-identity-with-key-vault/back-up-secrets.png":::
148148
149149
## Update Key Vault on Azure Local
150150
@@ -156,7 +156,7 @@ Follow these steps to update your backup Key Vault configuration of a system to
156156
157157
1. Set up the appropriate access controls for the new Key Vault. This includes granting necessary permissions to the node identity. Ensure your Key Vault is assigned the **Key Vaults Secret Officer** role. For instructions, see [Provide access to Key Vault keys, certificates, and secrets with an Azure role-based access control](/azure/key-vault/general/rbac-guide?tabs=azure-portal).
158158
159-
:::image type="content" source="media/deployment-local-identity-with-key-vault/add-key-vault-secret-officer-role.png" alt-text="Screenshot of Add role assignment page." border="false" lightbox="media/deployment-local-identity-with-key-vault/add-key-vault-secret-officer-role.png":::
159+
:::image type="content" source="media/deployment-local-identity-with-key-vault/add-key-vault-secret-officer-role.png" alt-text="Screenshot of Add role assignment page." lightbox="media/deployment-local-identity-with-key-vault/add-key-vault-secret-officer-role.png":::
160160
161161
1. Update the system configuration.
162162
@@ -179,11 +179,11 @@ Follow these steps to update your backup Key Vault configuration of a system to
179179
180180
Here's a sample screenshot of **Resource JSON** where you can update the Key Vault:
181181
182-
:::image type="content" source="media/deployment-local-identity-with-key-vault/resource-json.png" alt-text="Screenshot of the Resource JSON where you can update the Key Vault." border="false" lightbox="media/deployment-local-identity-with-key-vault/resource-json.png":::
182+
:::image type="content" source="media/deployment-local-identity-with-key-vault/resource-json.png" alt-text="Screenshot of the Resource JSON where you can update the Key Vault." lightbox="media/deployment-local-identity-with-key-vault/resource-json.png":::
183183
184184
1. Check secrets in the new Key Vault. Confirm that all backup secrets are properly stored in the new Key Vault.
185185
186-
1. Clean up old Key Vault. The old Key Vault and its secrets aren't deleted automatically. After you verified that the new Key Vault is configured correctly and all secrets are stored as expected, you can delete the old Key Vault if necessary.
186+
1. Clean up the old Key Vault. The old Key Vault and its secrets aren't deleted automatically. After you've verified that the new Key Vault is configured correctly and all secrets are stored as expected, you can delete the old Key Vault if necessary.
187187
188188
## Recover a deleted Key Vault and resume backup
189189

0 commit comments

Comments
 (0)