Skip to content

Commit cdc480e

Browse files
authored
Update wrap-issues.md
1 parent 3690dea commit cdc480e

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

support/power-platform/power-apps/manage-apps/wrap-issues.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Error message: Key vault doesn't exist, or Key vault is missing access privilege
161161

162162
### Error code 1000120
163163

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.
165165

166166
#### Resolution steps
167167

@@ -179,7 +179,7 @@ Error message: No organization ID tags found on key vault.
179179

180180
### Error code 1000121
181181

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.
183183

184184
#### Resolution steps
185185

@@ -198,7 +198,7 @@ Error message: Android keystore isn't valid. Missing Tag and/or Certificate.
198198

199199
### Error code 1000122
200200

201-
Error message: iOS certificate isn't valid.
201+
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.
202202

203203
#### Resolution steps
204204

@@ -217,7 +217,7 @@ Error message: iOS certificate isn't valid.
217217

218218
### Error code 1000123
219219

220-
Error message: iOS profile isn't valid.
220+
Error message: iOS profile isn't valid. Ensure that the tag {Bundle ID}.{profile} is present and uses the correct case sensitivity.
221221

222222
#### Resolution steps
223223

@@ -232,7 +232,7 @@ Error message: iOS profile isn't valid.
232232

233233
### Error code 1000128
234234

235-
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..
236236

237237
#### Resolution steps
238238

@@ -246,11 +246,9 @@ Error message: Missing default value: The required environment variable for sett
246246

247247
#### Resolution steps
248248

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.
250250

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.
254252

255253
For more information, see [Step 2: Target platform](/power-apps/maker/common/wrap/wrap-how-to#step-2-target-platform).
256254

@@ -260,13 +258,11 @@ Error message: No tags or missing access permission for the specified Azure Key
260258

261259
#### Resolution steps
262260

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.
266262

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.
268264

269-
4. Ensure you have permissions to access your key vault:
265+
3. Ensure you have permissions to access your key vault:
270266

271267
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:
272268

@@ -295,6 +291,19 @@ Error message: No tags or missing access permission for the specified Azure Key
295291
296292
For more information, see [Step 2: Target platform](/power-apps/maker/common/wrap/wrap-how-to#step-2-target-platform).
297293
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).
306+
298307
---
299308
300309
## Issue 7: Fail to sign in to wrapped app

0 commit comments

Comments
 (0)