Skip to content

Commit 0666ce0

Browse files
committed
updates content and screenshots
1 parent a357c08 commit 0666ce0

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

articles/azure-resource-manager/managed-applications/key-vault-access.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Azure Key Vault when deploying Managed Applications
33
description: Shows how to access secrets in Azure Key Vault when deploying Managed Applications.
44
ms.custom: subject-rbac-steps
55
ms.topic: conceptual
6-
ms.date: 10/04/2022
6+
ms.date: 04/14/2023
77
---
88

99
# Access Key Vault secret when deploying Azure Managed Applications
@@ -21,17 +21,17 @@ This article describes how to configure the Key Vault to work with Managed Appli
2121

2222
1. Select **Access policies**.
2323

24-
:::image type="content" source="./media/key-vault-access/select-access-policies.png" alt-text="Screenshot of the key vault setting to select access policies.":::
24+
:::image type="content" source="./media/key-vault-access/select-access-configuration.png" alt-text="Screenshot of the key vault setting to select access configuration.":::
2525

26-
1. Select **Azure Resource Manager for template deployment**. Then, select **Save**.
26+
1. Select **Azure Resource Manager for template deployment**. Then, select **Apply**.
2727

28-
:::image type="content" source="./media/key-vault-access/enable-template.png" alt-text="Screenshot of the key vault's access policies that enable Azure Resource Manager for template deployment.":::
28+
:::image type="content" source="./media/key-vault-access/enable-template.png" alt-text="Screenshot of the key vault's access configuration that enables Azure Resource Manager for template deployment.":::
2929

3030
## Add service as contributor
3131

32-
Assign the **Contributor** role to the **Appliance Resource Provider** user at the key vault scope. For detailed steps, see [Assign Azure roles using the Azure portal](../../role-based-access-control/role-assignments-portal.md).
32+
Assign the **Contributor** role to the **Appliance Resource Provider** user at the key vault scope. For detailed steps, go to [Assign Azure roles using the Azure portal](../../role-based-access-control/role-assignments-portal.md).
3333

34-
The **Appliance Resource Provider** is a service principal in your Azure Active Directory's tenant. From the Azure portal, you can see if it's registered by going to **Azure Active Directory** > **Enterprise applications** and change the search filter to **Microsoft Applications**. Search for _Appliance Resource Provider_. If it's not found, [register](../troubleshooting/error-register-resource-provider.md) the `Microsoft.Solutions` resource provider.
34+
The **Appliance Resource Provider** is a service principal in your Azure Active Directory's tenant. From the Azure portal, you can verify if it's registered by going to **Azure Active Directory** > **Enterprise applications** and change the search filter to **Microsoft Applications**. Search for _Appliance Resource Provider_. If it's not found, [register](../troubleshooting/error-register-resource-provider.md) the `Microsoft.Solutions` resource provider.
3535

3636
## Reference Key Vault secret
3737

@@ -78,7 +78,7 @@ To pass a secret from a Key Vault to a template in your Managed Application, you
7878
"resources": [
7979
{
8080
"type": "Microsoft.Resources/deployments",
81-
"apiVersion": "2021-04-01",
81+
"apiVersion": "2022-09-01",
8282
"name": "dynamicSecret",
8383
"properties": {
8484
"mode": "Incremental",
@@ -105,7 +105,7 @@ To pass a secret from a Key Vault to a template in your Managed Application, you
105105
"resources": [
106106
{
107107
"type": "Microsoft.Sql/servers",
108-
"apiVersion": "2022-02-01-preview",
108+
"apiVersion": "2022-05-01-preview",
109109
"name": "[variables('sqlServerName')]",
110110
"location": "[parameters('location')]",
111111
"properties": {
@@ -149,7 +149,7 @@ To pass a secret from a Key Vault to a template in your Managed Application, you
149149

150150
You've configured your Key Vault to be accessible during deployment of a Managed Application.
151151

152-
- For information about passing a value from a Key Vault as a template parameter, see [Use Azure Key Vault to pass secure parameter value during deployment](../templates/key-vault-parameter.md).
153-
- To learn more about key vault security, see [Azure Key Vault security](../../key-vault/general/security-features.md) and [Authentication in Azure Key Vault](../../key-vault/general/authentication.md).
154-
- For managed application examples, see [Sample projects for Azure managed applications](sample-projects.md).
155-
- To learn how to create a UI definition file for a managed application, see [Get started with CreateUiDefinition](create-uidefinition-overview.md).
152+
- For information about passing a value from a Key Vault as a template parameter, go to [Use Azure Key Vault to pass secure parameter value during deployment](../templates/key-vault-parameter.md).
153+
- To learn more about key vault security, go to [Azure Key Vault security](../../key-vault/general/security-features.md) and [Authentication in Azure Key Vault](../../key-vault/general/authentication.md).
154+
- For managed application examples, go to [Sample projects for Azure managed applications](sample-projects.md).
155+
- To learn how to create a UI definition file for a managed application, go to [Get started with CreateUiDefinition](create-uidefinition-overview.md).
1.56 KB
Loading
19.4 KB
Loading

0 commit comments

Comments
 (0)