Skip to content

Commit 554268d

Browse files
authored
Merge pull request #7008 from MicrosoftDocs/mints-wrap
add info on key vault
2 parents 1bbed62 + caa636c commit 554268d

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,17 @@ Takes you to the app settings. Also available using the shake gesture. Can't be
258258
259259
Follow these steps to configure KeyVault URI:
260260
261-
1. Sign in to your tenent as an admin and [create an Azure service principal](/powershell/azure/create-azure-service-principal-azureps?#create-a-service-principal) for 1P AAD application: 4e1f8dc5-5a42-45ce-a096-700fa485ba20 (WrapKeyVaultAccessApp)
261+
1. Sign in to your tenent as an admin and create an Azure service principal for 1P AAD application: 4e1f8dc5-5a42-45ce-a096-700fa485ba20 (WrapKeyVaultAccessApp) by running the following script: <br>
262+
`Connect-AzureAD -TenantId <your tenant ID> New-AzureADServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App"`
262263
263-
2. Add a role to the service principal listed above in the subscription where the Key Vault is going to exist. For more information, see [Steps to assign an Azure role](/azure/key-vault/general/quick-create-portal).
264+
2. Add a role to the service principal listed above in the subscription where the Key Vault is going to exist. For detailed steps, see [Assign a user as an administrator of an Azure subscription](/azure/role-based-access-control/role-assignments-portal-subscription-admin). Note: In step 3, you may choose Contributor, as only a minimal role is required to access the Key vault.
264265
265-
3. Create or access existing keyvault: [Create a key vault using the Azure portal](/azure/key-vault/general/quick-create-portal)
266+
3. Create or access existing key vault: [Create a key vault using the Azure portal](/azure/key-vault/general/quick-create-portal)
267+
4. Add access policies for the key vault.
266268
267-
4. Depending on your device, do one of following:
269+
:::image type="content" source="media/wrap-canvas-app/wrap-keyvault.gif" alt-text="Add access policies for the key vault.":::
270+
271+
5. Depending on your device, do one of following:
268272
- For Android, create the .pfx file upload it to the keyvault certificate section. More information: [Generate keys](code-sign-android.md#generate-keys)
269273
270274
:::image type="content" source="media/wrap-canvas-app/wrap-1.png" alt-text="Create a cert for Android.":::
@@ -283,7 +287,7 @@ Follow these steps to configure KeyVault URI:
283287
284288
:::image type="content" source="media/wrap-canvas-app/wrap-2.png" alt-text="Create a cert for iOS.":::
285289
286-
5. Once iOS or Android certificates are created and uploaded, add three tags with the name as the bundle id, and the value corresponding to the name of the uploaded certificate(s).
290+
6. Once iOS or Android certificates are created and uploaded, add three tags with the name as the bundle id, and the value corresponding to the name of the uploaded certificate(s).
287291
288292
:::image type="content" source="media/wrap-canvas-app/wrap-3.png" alt-text="Add tags.":::
289293
-24.7 KB
Binary file not shown.
-23.9 KB
Binary file not shown.
-44.2 KB
Binary file not shown.
Loading

0 commit comments

Comments
 (0)