Skip to content

Commit c4bf0ea

Browse files
authored
Update wrap-how-to.md
1 parent 3fdeb0e commit c4bf0ea

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,22 +179,25 @@ Follow these steps to create Azure Key Vault and configure KeyVault URI:
179179

180180
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** option under **Add** button.
182+
Go to **Access control (IAM)** tab and select **Add role assignment** option under **Add** menu button.
183183

184184
> [!div class="mx-imgBorder"]
185185
> ![Add role assignment on Access control tab.](media/how-to-v2/Access_control_tab.png "Add role assignment on Access control tab.")
186186
187187
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.
188188

189-
:::image type="content" source="media/how-to-v2/Add_members.png" alt-text="Click on Members tab.":::
189+
> [!div class="mx-imgBorder"]
190+
> ![Click on Members tab..](media/how-to-v2/Add_members.png" "Click on Members tab.")
190191
191192
Search for **Wrap KeyVault Access App**.
192193

193-
:::image type="content" source="media/how-to-v2/Add_role_for_wrap_signing.png" alt-text=Search for Wrap KeyVault Access App.":::
194+
> [!div class="mx-imgBorder"]
195+
> ![Search for Wrap KeyVault Access App.](media/how-to-v2/Add_role_for_wrap_signing.png "Search for Wrap KeyVault Access App.")
194196
195-
Add **Wrap KeyVault Access App** to have a **Reader** role, then click on **Review + assign**.
196-
197-
:::image type="content" source="media/how-to-v2/Add_role_assignment.png" alt-text=Search for Wrap KeyVault Access App.":::
197+
Add **Reader** role to **Wrap KeyVault Access App** and click on **Review + assign**.
198+
199+
> [!div class="mx-imgBorder"]
200+
> ![Assign Reader role to Wrap KeyVault Access App.](media/how-to-v2/Add_role_assignment.png "Assign Reader role to Wrap KeyVault Access App.")
198201
199202
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).
200203

0 commit comments

Comments
 (0)