Skip to content

Commit dd4dde4

Browse files
authored
Update wrap-how-to.md
1 parent 3f972ed commit dd4dde4

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

powerapps-docs/maker/common/wrap/wrap-how-to.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,23 @@ Follow these steps to create Azure Key Vault and configure KeyVault URI:
177177
`Connect-AzureAD -TenantId <your tenant ID>` <br>
178178
`New-AzureADServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App"`
179179

180-
2. In your default subscription's Access Control (IAM), add a **Reader** role assignment to the **Service Principal** representing your app, e.g. **Wrap KeyVault Access App**. Make sure it is present in the **Subscription's IAM**, and the **Keyvault's IAM**.
180+
2. In your default subscription's **Access Control (IAM)**, add a **Reader** role assignment to the **Service Principal** representing your app, e.g. **Wrap KeyVault Access App**. Make sure it is present in the **Subscription's IAM**, and the **Keyvault's IAM**.
181181

182-
Go to **Access control (IAM)** tab and select **Add role assignment** menu option.
182+
Go to **Access control (IAM)** tab and select **Add role assignment** option under **Add** button.
183+
183184
:::image type="content" source="media/how-to-v2/Access_control_tab.png" alt-text="Add role assignment on Access control tab.":::
185+
186+
Select **Job fucntion roles** tab and make sure **Reader** role is selcetdd. Then click on **Members** tab in the top menu to assign this **Reader** role to your new **Wrap KeyVault Access App** Service Principal you have created in Step 1.
187+
188+
:::image type="content" source="media/how-to-v2/Add_members.png" alt-text="Click on Members tab.":::
189+
190+
Search for **Wrap KeyVault Access App**.
191+
192+
:::image type="content" source="media/how-to-v2/Add_role_for_wrap_signing.png" alt-text=Search for Wrap KeyVault Access App.":::
193+
194+
Add **Wrap KeyVault Access App** to have a **Reader** role, then click on **Review + assign**.
195+
196+
:::image type="content" source="media/how-to-v2/Add_role_assignment.png" alt-text=Search for Wrap KeyVault Access App.":::
184197

185198
4. Create or access existing key vault. Please ensure this key vault is located in the default subscription for your tenant. More information: [Create a key vault using the Azure portal](/azure/key-vault/general/quick-create-portal).
186199

0 commit comments

Comments
 (0)