You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common/wrap/wrap-how-to.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,22 +179,25 @@ Follow these steps to create Azure Key Vault and configure KeyVault URI:
179
179
180
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**.
181
181
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.
183
183
184
184
> [!div class="mx-imgBorder"]
185
185
> 
186
186
187
187
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.
188
188
189
-
:::image type="content" source="media/how-to-v2/Add_members.png" alt-text="Click on Members tab.":::
189
+
> [!div class="mx-imgBorder"]
190
+
> 
190
191
191
192
Search for **Wrap KeyVault Access App**.
192
193
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
+
> 
194
196
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
+
> 
198
201
199
202
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).
0 commit comments