We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207ee0d commit 7538d0bCopy full SHA for 7538d0b
powerapps-docs/maker/common/wrap/create-key-vault-for-code-signing.md
@@ -93,6 +93,13 @@ The following Azure key vault errors might appear in wrap for Power Apps and can
93
| ------------- |:-------------:|
94
|1000118 | Default subscription not found, or missing access permissions|
95
96
+ - Make sure your key vault is in the Default Subscription for your tenant.
97
+
98
+ - Run these PowerShell commands as an admin:
99
100
+`Connect-AzureAD -TenantId <your tenant ID>` in Power Shell <br>
101
+`New-AzureADServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App"`
102
103
## 1000119
104
105
| Error code | Description |
0 commit comments