From 48bf8ecb84a2ba206b8a3b95288c6207f2495c4d Mon Sep 17 00:00:00 2001 From: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:09:37 +0300 Subject: [PATCH 1/3] Update ms.custom --- support/power-platform/power-apps/manage-apps/wrap-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/power-platform/power-apps/manage-apps/wrap-issues.md b/support/power-platform/power-apps/manage-apps/wrap-issues.md index f970366dfea..7103a8e4a65 100644 --- a/support/power-platform/power-apps/manage-apps/wrap-issues.md +++ b/support/power-platform/power-apps/manage-apps/wrap-issues.md @@ -5,7 +5,7 @@ ms.reviewer: sitaramp, koagarwa ms.author: arijitba author: arijitba ms.date: 08/04/2025 -ms.custom: has-azure-ad-ps-ref, azure-ad-ref-level-one-done, sap:App Management\Wrap an app +ms.custom: no-azure-ad-ps-ref, sap:App Management\Wrap an app --- # Troubleshoot common issues when using the wrap feature From e2acf9e19619cb44a8c30c4aacdc71908d2230a7 Mon Sep 17 00:00:00 2001 From: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:12:43 +0300 Subject: [PATCH 2/3] Revise Azure Key Vault Errors documentation to remove references to Azure AD PowerShell module Updated article with new content and formatting for Azure Key Vault errors in Power Apps. --- .../manage-apps/azure-key-vault-errors.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/support/power-platform/power-apps/manage-apps/azure-key-vault-errors.md b/support/power-platform/power-apps/manage-apps/azure-key-vault-errors.md index 84a2ff62d46..fe4f86b41c8 100644 --- a/support/power-platform/power-apps/manage-apps/azure-key-vault-errors.md +++ b/support/power-platform/power-apps/manage-apps/azure-key-vault-errors.md @@ -35,8 +35,8 @@ Error message: Default subscription not found, or missing access permissions. 2. 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: ```powershell - Connect-AzureAD -TenantId - New-AzureADServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App" + Connect-Entra -TenantId + New-EntraServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App" ``` 3. In the [Azure portal](https://portal.azure.com), under **Access Control (IAM)**, assign the **Reader** role to your service principal: @@ -72,8 +72,8 @@ Error message: Key vault doesn't exist or is missing access privileges. 3. 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: ```powershell - Connect-AzureAD -TenantId - New-AzureADServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App" + Connect-Entra -TenantId + New-EntraServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App" ``` 4. In the [Azure portal](https://portal.azure.com), assign the **Reader** role as shown in the previous error code section. @@ -192,8 +192,8 @@ Error message: No tags or missing access permission for the specified Azure Key 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: ```powershell - Connect-AzureAD -TenantId - New-AzureADServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App" + Connect-Entra -TenantId + New-EntraServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App" ``` 1. In the [Azure portal](https://portal.azure.com), under **Access Control (IAM)**, assign the **Reader** role to your service principal: @@ -236,3 +236,4 @@ If your issue isn't covered here, or if the preceding steps don't resolve your p - ["Something went wrong" error that occurs when using the wrap feature](something-went-wrong-error-codes.md) - [Troubleshoot common issues when using the wrap feature](wrap-issues.md) + From bae4f85e3b4de20732668765271b05607bc15112 Mon Sep 17 00:00:00 2001 From: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:13:27 +0300 Subject: [PATCH 3/3] Revise Azure Key Vault errors documentation Updated metadata and resolved formatting issues in the Azure Key Vault errors documentation for Power Apps. --- .../power-apps/manage-apps/azure-key-vault-errors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support/power-platform/power-apps/manage-apps/azure-key-vault-errors.md b/support/power-platform/power-apps/manage-apps/azure-key-vault-errors.md index fe4f86b41c8..1064093f63f 100644 --- a/support/power-platform/power-apps/manage-apps/azure-key-vault-errors.md +++ b/support/power-platform/power-apps/manage-apps/azure-key-vault-errors.md @@ -5,7 +5,7 @@ ms.reviewer: sitaramp, koagarwa ms.author: arijitba author: arijitba ms.date: 08/04/2025 -ms.custom: has-azure-ad-ps-ref, azure-ad-ref-level-one-done, sap:App Management\Wrap an app +ms.custom: no-azure-ad-ps-ref, azure-ad-ref-level-one-done, sap:App Management\Wrap an app --- # Azure key vault errors in wrap for Power Apps @@ -237,3 +237,4 @@ If your issue isn't covered here, or if the preceding steps don't resolve your p - ["Something went wrong" error that occurs when using the wrap feature](something-went-wrong-error-codes.md) - [Troubleshoot common issues when using the wrap feature](wrap-issues.md) +