Skip to content

Commit 025e49f

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,9 @@ 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>` <br>
297-
`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"`
298299
299300
300301

0 commit comments

Comments
 (0)