Skip to content

Commit 289b544

Browse files
authored
Update how-to.md
1 parent abb50d2 commit 289b544

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,12 @@ Takes you to the app settings. Also available using the shake gesture. Can't be
293293
Follow these steps to configure KeyVault URI:
294294
295295
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>
296-
`Connect-AzureAD -TenantId <your tenant ID> New-AzureADServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App"`
296+
`Connect-AzureAD -TenantId <your tenant ID>` <br>
297+
`New-AzureADServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App"`
298+
299+
300+
301+
297302
298303
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.
299304

0 commit comments

Comments
 (0)