Skip to content

Commit a575e30

Browse files
authored
Merge pull request #8171 from MicrosoftDocs/mints-fix
added line break
2 parents abb50d2 + 025e49f commit a575e30

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,13 @@ 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+
297+
1. `Connect-AzureAD -TenantId <your tenant ID>` <br>
298+
2. `New-AzureADServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App"`
299+
300+
301+
302+
297303
298304
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.
299305

0 commit comments

Comments
 (0)