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
|[1000128](#error-code-1000128)| Missing access key used while accessing Azure Blob storage location. |
99
-
|[1000130](#error-code-1000130)| Missing default value: The required environment variable for setting up Azure Key Vault in the wrap wizard isn't set. |
100
-
|[1000131](#error-code-1000131)| Missing tags for the specified Azure Key Vault resourceID. |
93
+
|[1000119](#error-code-1000119)| Key vault doesn't exist or is missing access privileges.|
94
+
|[1000120](#error-code-1000120)| No organization ID tags found on key vault. Ensure that the tag {Bundle ID}.{organization-id} is present and uses the correct case sensitivity.|
95
+
|[1000121](#error-code-1000121)| Android keystore isn't valid. Ensure that the tag {Bundle ID}.{keystore} is present and uses the correct case sensitivity.|
96
+
|[1000122](#error-code-1000122)| 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.|
97
+
|[1000123](#error-code-1000123)| iOS profile isn't valid. Ensure that the tag {Bundle ID}.{profile} is present and uses the correct case sensitivity.|
98
+
|[1000128](#error-code-1000128)| 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.|
99
+
|[1000130](#error-code-1000130)| Missing default value: The required environment variable for setting up Azure Key Vault in the wrap wizard isn't set.|
100
+
|[1000131](#error-code-1000131)| No tags or missing access permission for the specified Azure Key Vault. |
101
+
|[1000132](#error-code-1000132)| Missing environment variable 'PA_Wrap_KV_ResourceID' for the targeted environment. |
101
102
102
103
### Error code 1000118
103
104
@@ -161,7 +162,7 @@ Error message: Key vault doesn't exist, or Key vault is missing access privilege
161
162
162
163
### Error code 1000120
163
164
164
-
Error message: No organization ID tags found on key vault.
165
+
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
166
166
167
#### Resolution steps
167
168
@@ -179,7 +180,7 @@ Error message: No organization ID tags found on key vault.
179
180
180
181
### Error code 1000121
181
182
182
-
Error message: Android keystore isn't valid. Missing Tag and/or Certificate.
183
+
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.
236
+
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
237
237
238
#### Resolution steps
238
239
@@ -246,19 +247,61 @@ Error message: Missing default value: The required environment variable for sett
246
247
247
248
#### Resolution steps
248
249
249
-
- Add the resource ID for the Azure key vaults you intend to use with your wrap application.
250
-
- Ensure that all required tags are present for the resource ID linked to the Bundle ID specified in the wrap wizard.
250
+
1. Assign the resource ID of the Azure key vault you intend to use with your wrap application to the variable.
251
+
252
+
2. Confirm that the specified resource ID includes all required tags associated with the Bundle ID defined in the wrap wizard.
251
253
252
254
For more information, see [Step 2: Target platform](/power-apps/maker/common/wrap/wrap-how-to#step-2-target-platform).
253
255
254
256
### Error code 1000131
255
257
256
-
Error message: Missing tags for the specified Azure Key Vault resourceID.
258
+
Error message: No tags or missing access permission for the specified Azure Key Vault.
257
259
258
260
#### Resolution steps
259
261
260
-
- After setting up Azure key vaults, add all required tags.
261
-
- Confirm that the resource ID associated with the Bundle ID specified in the wrap wizard includes every necessary tag.
262
+
1. Assign the resource ID of the Azure key vault you intend to use with your wrap application to the variable.
263
+
264
+
2. Confirm that the specified resource ID includes all required tags associated with the Bundle ID defined in the wrap wizard.
265
+
266
+
3. Ensure you have permission to access your key vault:
267
+
268
+
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:
1. In the [Azure portal](https://portal.azure.com), under **Access Control (IAM)**, assign the **Reader** role to your service principal:
276
+
277
+
1. Go to **Access control (IAM)**, and then select **Add role assignment**.
278
+
279
+
:::image type="content" source="media/wrap-issues/add-role-assignment.png" alt-text="Screenshot that shows the Add role assignment option in the Access control (IAM) tab." lightbox="media/wrap-issues/add-role-assignment.png":::
280
+
281
+
1. Choose **Reader** under **Job function roles** and go to the **Members** tab.
282
+
283
+
:::image type="content" source="media/wrap-issues/add-members.png" alt-text="Screenshot that shows the Members tab on the top menu." lightbox="media/wrap-issues/add-members.png":::
284
+
285
+
1. Search for your app name.
286
+
287
+
:::image type="content" source="media/wrap-issues/select-members-to-add-role.png" alt-text="Screenshot that shows how to search for your app." lightbox="media/wrap-issues/select-members-to-add-role.png":::
288
+
289
+
1. Assign the **Reader** role.
290
+
291
+
:::image type="content" source="media/wrap-issues/assign-reader-role-to-wrap-keyvault-access-app.png" alt-text="Screenshot that shows how to assign a Reader role to your app." lightbox="media/wrap-issues/assign-reader-role-to-wrap-keyvault-access-app.png":::
292
+
293
+
For more information, see [Step 2: Target platform](/power-apps/maker/common/wrap/wrap-how-to#step-2-target-platform).
294
+
295
+
---
296
+
### Error code 1000132
297
+
298
+
Error message: Missing environment variable 'PA_Wrap_KV_ResourceID' for the targeted environment.
299
+
300
+
#### Resolution steps
301
+
302
+
1. Check whether the environment variable `PA_Wrap_KV_ResourceID` exists in the target environment. If it doesn't, create it.
303
+
304
+
2. Ensure the name follows the correct naming convention without typos or formatting errors.
262
305
263
306
For more information, see [Step 2: Target platform](/power-apps/maker/common/wrap/wrap-how-to#step-2-target-platform).
0 commit comments