You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/power-platform/power-apps/manage-apps/wrap-issues.md
+23-14Lines changed: 23 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ Error message: Key vault doesn't exist, or Key vault is missing access privilege
161
161
162
162
### Error code 1000120
163
163
164
-
Error message: No organization ID tags found on key vault.
164
+
Error message: No organization ID tags found on key vault.Ensure that the tag {Bundle ID}.{organization-id} is present and uses the correct case sensitivity.
165
165
166
166
#### Resolution steps
167
167
@@ -179,7 +179,7 @@ Error message: No organization ID tags found on key vault.
179
179
180
180
### Error code 1000121
181
181
182
-
Error message: Android keystore isn't valid. Missing Tag and/or Certificate.
182
+
Error message: Android keystore isn't valid. Ensure that the tag {Bundle ID}.{keystore} is present and uses the correct case sensitivity.
Error message: iOS certificate isn't valid. Missing Tag and/or Secret. Ensure that the tag {Bundle ID}.{cert} is present and uses the correct case sensitivity.
Error message: Missing access key used while accessing Azure Blob storage location.
235
+
Error message: Missing access key required to access the Azure Blob Storage location. Ensure that the tag {Bundle ID}.{accessKey} is present and uses the correct case sensitivity..
236
236
237
237
#### Resolution steps
238
238
@@ -246,11 +246,9 @@ Error message: Missing default value: The required environment variable for sett
246
246
247
247
#### Resolution steps
248
248
249
-
1.Verify if the `PA_Wrap_KV_ResourceID` environment variable exists. If it doesn't, create it.
249
+
1.Assign the resource ID of the Azure key vault you intend to use with your wrap application to the variable.
250
250
251
-
2. Assign the resource ID of the Azure key vault you intend to use with your wrap application to the variable.
252
-
253
-
3. Confirm that the specified resource ID includes all required tags associated with the Bundle ID defined in the wrap wizard.
251
+
2. Confirm that the specified resource ID includes all required tags associated with the Bundle ID defined in the wrap wizard.
254
252
255
253
For more information, see [Step 2: Target platform](/power-apps/maker/common/wrap/wrap-how-to#step-2-target-platform).
256
254
@@ -260,13 +258,11 @@ Error message: No tags or missing access permission for the specified Azure Key
260
258
261
259
#### Resolution steps
262
260
263
-
1. Verify if the `PA_Wrap_KV_ResourceID` environment variable exists. If it doesn't, create it.
264
-
265
-
2. Assign the resource ID of the Azure key vault you intend to use with your wrap application to the variable.
261
+
1. Assign the resource ID of the Azure key vault you intend to use with your wrap application to the variable.
266
262
267
-
3. Confirm that the specified resource ID includes all required tags associated with the Bundle ID defined in the wrap wizard.
263
+
2. Confirm that the specified resource ID includes all required tags associated with the Bundle ID defined in the wrap wizard.
268
264
269
-
4. Ensure you have permission to access your key vault:
265
+
3. Ensure you have permissions to access your key vault:
270
266
271
267
1. As a Microsoft Entra ID (formerly Azure AD) admin, add the service principal for the AppID "4e1f8dc5-5a42-45ce-a096-700fa485ba20" by running the following commands in PowerShell:
272
268
@@ -295,6 +291,19 @@ Error message: No tags or missing access permission for the specified Azure Key
295
291
296
292
For more information, see [Step 2: Target platform](/power-apps/maker/common/wrap/wrap-how-to#step-2-target-platform).
297
293
294
+
---
295
+
### Error code 1000132
296
+
297
+
Error message: Missing environment variable 'PA_Wrap_KV_ResourceID' for the targeted environment.
298
+
299
+
#### Resolution steps
300
+
301
+
1. Check whether the environment variable PA_Wrap_KV_ResourceID exists in the target environment. If it does not, create it.
302
+
303
+
2. Ensure the name follows the correct naming convention without typos or formatting errors.
304
+
305
+
For more information, see [Step 2: Target platform](/power-apps/maker/common/wrap/wrap-how-to#step-2-target-platform).
0 commit comments