Skip to content

Commit adbdbfc

Browse files
committed
Merge remote-tracking branch 'upstream/main' into learn-build-service-prodbot/docutune-autopr-20260108-225327-7524624-ignore-build
2 parents 5890afe + a328eba commit adbdbfc

11 files changed

Lines changed: 133 additions & 49 deletions

File tree

support/azure/virtual-machines/linux/removing-extensions-netapp-cvo.md

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,34 @@ Cloud Volumes ONTAP doesn't support Azure VM extensions because extensions affec
4343
> Starting in BlueXP 3.9.54, NetApp enforces this pre-existing limitation as a notification in BlueXP.
4444
4545
## Resolution
46-
To resolve this issue, run the following script against any affected NetApp CVO VMs in PowerShell:
46+
To resolve this issue, run the following script against any affected NetApp CVO VMs.
47+
48+
### [PowerShell](#tab/powershell)
4749

4850
```powershell
49-
$subscriptionId = (Get-AzContext).Subscription.Id
50-
$resourceGroup = "RGname"
51-
$vmName = "VMName"
52-
$apiVersion = "2025-04-01"
53-
$uri = "https://management.azure.com/subscriptions/${subscriptionId}/resourceGroups/${resourceGroup}/providers/Microsoft.Compute/virtualMachines/${vmName}?api-version=${apiVersion}"
54-
$response = Invoke-AzRestMethod -Method GET -Uri $uri
55-
$vmModel = $response.Content | ConvertFrom-Json
56-
$vmModel.resources = @()
57-
$body = $vmModel | ConvertTo-Json -Depth 10 -Compress
58-
Invoke-AzRestMethod -Method PUT -Uri $uri -Payload $body
51+
$subscriptionId = (Get-AzContext).Subscription.Id
52+
$resourceGroup = "RGname"
53+
$vmName = "VMName"
54+
$apiVersion = "2025-04-01"
55+
$uri = "https://management.azure.com/subscriptions/${subscriptionId}/resourceGroups/${resourceGroup}/providers/Microsoft.Compute/virtualMachines/${vmName}?api-version=${apiVersion}"
56+
$response = Invoke-AzRestMethod -Method GET -Uri $uri
57+
$vmModel = $response.Content | ConvertFrom-Json
58+
$vmModel.resources = @()
59+
$body = $vmModel | ConvertTo-Json -Depth 10 -Compress
60+
Invoke-AzRestMethod -Method PUT -Uri $uri -Payload $body
61+
```
62+
63+
### [CLI](#tab/cli)
64+
65+
```cmd
66+
subscriptionId=$(az account show --query id -o tsv)
67+
resourceGroup="RGName"
68+
vmName="VMName"
69+
apiVersion="2025-04-01"
70+
uri="https://management.azure.com/subscriptions/${subscriptionId}/resourceGroups/${resourceGroup}/providers/Microsoft.Compute/virtualMachines/${vmName}?api-version=${apiVersion}"
71+
response=$(az rest --method get --uri "$uri")
72+
vmModel=$(echo "$response" | jq '.resources = []')
73+
az rest --method put --uri "$uri" --body "$vmModel"
5974
```
6075

6176
> [!NOTE]

support/dynamics/gp/version-numbers-build-numbers-of-dexterity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This error also occurs when you try to view a source code dictionary that is bas
3131

3232
To resolve this problem, we recommend that you obtain a new dictionary that is based on the current build of the Dynamics.dic file. For third-party dictionaries, you can update the code that is in the current build of the Dynamics.dic file by using the Dexterity Source Code Control Service.
3333

34-
For more information about how to upgrade a Dexterity-based application by using the Dexterity Source Code Control Service, see [How to upgrade a Dexterity-based application in Microsoft Dynamics GP by using the Dexterity Source Code Control Service](https://support.microsoft.com/topic/how-to-upgrade-a-dexterity-based-application-in-microsoft-dynamics-gp-by-using-the-dexterity-source-code-control-service-9a592921-430d-e33b-9ab5-b7072dd9d026).
34+
For more information about how to upgrade a Dexterity-based application by using the Dexterity Source Code Control Service, see [How to upgrade a Dexterity-based application in Microsoft Dynamics GP by using the Dexterity Source Code Control Service](./upgrade-a-dexterity-based-application.md).
3535

3636
For dictionaries that you want to access but that you do not plan to change, follow these steps to enable the dictionaries to run in Test Mode:
3737

@@ -50,4 +50,4 @@ Alternatively, you can take the following actions:
5050
5151
## References
5252

53-
For more information about index files and Great Plains Dexterity source code control functionality, see [How to use an index file and the Microsoft Dynamics GP Dexterity source code control functionality to make sure that the resources that you create maintain the same resource ID in different builds and versions of your code](https://support.microsoft.com/topic/how-to-use-an-index-file-and-the-microsoft-dynamics-gp-dexterity-source-code-control-functionality-to-make-sure-that-the-resources-that-you-create-maintain-the-same-resource-id-in-different-builds-and-versions-of-your-code-02402cc4-d884-afcf-d910-1d47722c18cc).
53+
For more information about index files and Great Plains Dexterity source code control functionality, see [How to use an index file with Dexterity to ensure resource IDs do not change in new builds and versions](./how-to-use-index-file-with-dexterity-to-maintain-resource-ids-in-new-builds-and-versions.md).

support/entra/entra-id/ad-dmn-services/send-microsoft-authenticator-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Follow these steps to send logs to customer support and get the incident ID.
1616
1. Open Microsoft Authenticator.
1717
1. Tap **Send feedback** in the app's top menu.
1818
1. Select **Having trouble?**.
19-
1. Fill out the form, and then select **Send** to send the feedback and/or logs (**Send** is on the top left on iOS, and on the top right on Android).
19+
1. Fill out the form, and then select **Send** to send the feedback and logs.
2020
1. Note the incident ID. You or your administrator will need this ID if you contact Microsoft Support.
2121

2222

support/power-platform/dataverse/environment-app-access/troubleshooting-user-needs-read-write-access-organization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ search.audienceType:
1212
---
1313
# Troubleshoot user access issues for different environments
1414

15+
## Summary
16+
1517
This article helps administrators diagnose and resolve common user access issues in Power Platform environments. You'll learn how to use the built-in diagnostics tool to identify problems with permissions, licenses, security roles, and group memberships that prevent users from accessing environments and resources.
1618

1719
To access an environment, a user must meet the following criteria:

support/power-platform/dataverse/working-with-solutions/missing-dependency-on-solution-import.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.custom: sap:Working with Solutions\Dependencies prevent a solution import
1212
---
1313
# Missing dependencies error during solution import
1414

15+
## Summary
16+
1517
When you [import a solution](/powerapps/maker/data-platform/import-update-export-solutions) into a target environment in Microsoft Power Apps, you might encounter errors about missing dependencies. This article helps you identify the cause of missing dependency errors and provides workarounds to resolve them. It also includes best practices to help you prevent these errors in future solution imports.
1618

1719
_Applies to:_   Power Platform, Solutions

support/power-platform/power-apps/create-and-use-apps/common-issues-and-resolutions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ contributors:
1616
---
1717
# Common issues and resolutions for Power Apps
1818

19+
## Summary
20+
1921
This article provides solutions to common problems that you might encounter when you create or use Power Apps. The article organizes problems by functional area, such as connectors, Power Automate integrations, Power Fx, and Power Apps Studio. Each section includes troubleshooting steps and links to related documentation.
2022

2123
Before you troubleshoot specific problems, review [Power Apps troubleshooting strategies](./isolate-common-issues.md) for guidance on how to identify the source of a problem. That article outlines key principles for debugging both functional and performance problems.

support/power-platform/power-automate/desktop-flows/application-certificate-error.md

Lines changed: 38 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Could not read the application certificate when creating connection with CyberArk credential
33
description: Solves an error that occurs when you create a desktop flow connection using a CyberArk credential in Microsoft Power Automate.
4-
ms.custom: sap:Desktop flows\Cannot create desktop flow connection
4+
ms.custom: sap:Desktop flows\Connection Setup - CyberArk
55
ms.date: 11/17/2024
66
ms.author: quseleba
77
author: QuentinSele
@@ -18,25 +18,25 @@ When you [create a desktop flow connection using a CyberArk credential](/power-a
1818
1919
## Cause
2020

21-
The error message occurs because the credential used in the connection can't be authenticated on the target machine you selected.
21+
The error message occurs because the credential used in the connection can't authenticate on the target machine you selected.
2222

2323
## Resolution
2424

25-
If you use [Power Automate for desktop installer version](/power-platform/released-versions/power-automate-desktop#all-power-automate-desktop-versions) earlier than 2.50, you can upgrade to version 2.50 or later. After the upgrade, when you create a desktop flow connection using a CyberArk credential, you might see an error message with specific details on what went wrong. The details will give you enough information to solve the problem.
25+
If you use [Power Automate for desktop installer version](/power-platform/released-versions/power-automate-desktop#all-power-automate-desktop-versions) earlier than 2.50, upgrade to version 2.50 or later. After the upgrade, when you create a desktop flow connection using a CyberArk credential, you might see an error message with specific details on what went wrong. The details will give you enough information to solve the problem.
2626

2727
Check the following sections for some specific error messages and their resolutions:
2828

2929
## "The configuration for the cyberArk store is incorrect. Validate all connection information."
3030

3131
This error occurs because the CyberArk store is misconfigured, and a valid request can't be made for CyberArk.
3232

33-
To solve this issue, make sure that the configuration settings in Power Automate match those in CyberArk, including the server address and the application ID. For example, the hostname of the CyberArk server should follow the `https://hostname.com` or `https://hostname.com:443` format. For more information, see [Create a CyberArk credential](/power-automate/desktop-flows/create-cyberark-credential#create-a-cyberark-credential-1).
33+
To solve this problem, make sure that the configuration settings in Power Automate match those in CyberArk, including the server address and the application ID. For example, the hostname of the CyberArk server should follow the `https://hostname.com` or `https://hostname.com:443` format. For more information, see [Create a CyberArk credential](/power-automate/desktop-flows/create-cyberark-credential#create-a-cyberark-credential-1).
3434

3535
## "Could not contact the CyberArk vault. Verify connectivity to the server and validate all connection information."
3636

37-
This error occurs due to issues with network connectivity between your machine and the CyberArk server.
37+
This error occurs because of problems with network connectivity between your machine and the CyberArk server.
3838

39-
To solve this issue:
39+
To fix this problem:
4040

4141
- Confirm that your machine can communicate with the CyberArk server.
4242
- Ensure that the server certificate is trusted by installing it in the [Trusted Root Certification Authorities Certificate Store](/windows-hardware/drivers/install/trusted-root-certification-authorities-certificate-store).
@@ -46,40 +46,63 @@ To solve this issue:
4646

4747
This error occurs because the object name doesn't match a CyberArk secret that the configured application can retrieve.
4848

49-
To solve this issue,
49+
To fix this problem,
5050

5151
1. Use the [Get accounts API](https://docs.cyberark.com/pam-self-hosted/latest/en/content/sdk/getaccounts.htm?tocpath=Developer%7CREST%20APIs%7CAccounts%7C_____1) to get a list of all the accounts in the Vault.
5252
1. If no account name matches the object name, update the object name with an existing account, or confirm with your CyberArk team that the application has access to the CyberArk safe that contains the object.
5353

5454
## "The CyberArk server was unable to verify the certificate, please confirm that the CyberArk server is correctly configured for SSL authentication."
5555

56-
This issue occurs because the CyberArk Central Credential Provider (CCP) might not be correctly set up or configured.
56+
This problem occurs because the CyberArk Central Credential Provider (CCP) might not be correctly set up or configured.
5757

58-
To solve this issue, see [CCP Error APPAP330E Failed to verify application authentication data: Could not obtain client certificate details](https://community.cyberark.com/s/article/CCP-Error-APPAP330E-Failed-to-verify-application-authentication-data-Could-not-obtain-client-certificate-details).
58+
To fix this problem, see [CCP Error APPAP330E Failed to verify application authentication data: Could not obtain client certificate details](https://community.cyberark.com/s/article/CCP-Error-APPAP330E-Failed-to-verify-application-authentication-data-Could-not-obtain-client-certificate-details).
5959

6060
## "Could not read the application certificate. Try to delete and recreate the application."
6161

6262
This error message means that the CyberArk certificate can't be processed correctly. The application certificate might be missing, corrupted, or incorrectly installed.
6363

64-
This message often appears incorrectly for most errors with Power Automate for desktop versions before 2.50. If you're using a version earlier than 2.50, try an upgrade.
64+
For most errors, this message appears incorrectly in versions of Power Automate for desktop before 2.50. If you're using a version earlier than 2.50, try an upgrade.
6565

6666
Otherwise, [delete](https://docs.cyberark.com/identity/latest/en/content/applications/appsadminportal/appremove.htm) and [re-create](https://docs.cyberark.com/credential-providers/13.0/en/content/common/adding-applications.htm) the application in CyberArk as suggested in the error message. Ensure that you correctly enter the **Application ID**, **Safe**, **Folder**, and **Object** details when [setting up the connection](/power-automate/desktop-flows/create-cyberark-credential#create-a-cyberark-credential-1).
6767

68+
## Troubleshoot certificate trust errors
69+
70+
If a connection check times out while retrieving credentials from CyberArk, the issue might be related to HTTPS certificate trust. To determine whether an untrusted certificate is causing the problem, you can temporarily configure the [Power Automate service (UIFlowService)](/power-automate/desktop-flows/pad-architecture) to accept untrusted certificates for testing purposes.
71+
72+
> [!WARNING]
73+
> For security, the service accepts only trusted certificates by default. Use the following steps only for testing. After you finish testing, delete the registry entry and restart the service to restore the default behavior.
74+
75+
To test for certificate trust issues, follow these steps:
76+
77+
1. Open [Registry Editor](~/windows-server/performance/windows-registry-advanced-users.md#use-registry-editor).
78+
1. Go to the following registry key:
79+
80+
`HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Power Automate Desktop\Registration`
81+
82+
1. Create a new **DWORD** value named `AllowUntrustedCyberArkHttpsCertificate`.
83+
1. Set the value to `1` to allow untrusted CyberArk HTTPS certificates.
84+
1. Restart the Power Automate service (UIFlowService) to apply the change.
85+
1. Retry creating the desktop flow connection with the CyberArk credential.
86+
1. After testing, delete the `AllowUntrustedCyberArkHttpsCertificate` registry entry.
87+
1. Restart the Power Automate service again to restore the default behavior.
88+
89+
If the connection succeeds after you allow untrusted certificates, the root cause is a certificate trust problem. To permanently resolve this problem, install the CyberArk server certificate in the [Trusted Root Certification Authorities Certificate Store](/windows-hardware/drivers/install/trusted-root-certification-authorities-certificate-store) on the target machine.
90+
6891
## Other troubleshooting steps
6992

70-
If you still don't have enough information to mitigate the issue, here are some steps you can take to troubleshoot the issue:
93+
If you still don't have enough information to resolve the issue, try the following steps:
7194

72-
1. Try using a dedicated action to get a secret from CyberArk in Power Automate for desktop with a local run to validate your configuration.
73-
1. Try using a browser to get the secret from the target machine with one of the following methods:
95+
1. Use a dedicated action to get a secret from CyberArk in Power Automate for desktop with a local run to validate your configuration.
96+
1. Use a browser to get the secret from the target machine by using one of the following methods:
7497

7598
- Install the client certificate required for the application on the machine in the user store.
7699
- Use the following URI in your browser, and select the appropriate certificate to authenticate:
77100

78101
`https://<hostname>/AIMWebService/api/Accounts?AppId=<appid>&Query=Safe=<safe>;Object=<object>`
79102

80-
1. If you receive a warning message indicating that the server certificate isn't trusted with one of the methods in step 2, make sure you install the server certificate in the [Trusted Root Certification Authorities Certificate Store](/windows-hardware/drivers/install/trusted-root-certification-authorities-certificate-store).
103+
1. If you receive a warning message indicating that the server certificate isn't trusted by using one of the methods in step 2, make sure you install the server certificate in the [Trusted Root Certification Authorities Certificate Store](/windows-hardware/drivers/install/trusted-root-certification-authorities-certificate-store).
81104

82-
1. Try [changing the Power Automate for desktop service user](/power-automate/desktop-flows/troubleshoot#change-the-on-premises-service-account) to a user who has successfully retrieved the secret with one of the methods in step 2.
105+
1. Try [changing the Power Automate for desktop service user](/power-automate/desktop-flows/troubleshoot#change-the-on-premises-service-account) to a user who successfully retrieved the secret by using one of the methods in step 2.
83106

84107
## More information
85108

support/power-platform/power-automate/flow-run-issues/triggers-troubleshoot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ search.audienceType:
1111
---
1212
# Troubleshoot Power Automate trigger issues and errors
1313

14+
## Summary
15+
1416
When Power Automate flows don't run as expected, the trigger might be the problem. [Triggers](/power-automate/triggers-introduction) are the entry point for your flows. They can fail for several reasons, such as connection problems, expired authentication tokens, licensing problems, and misconfigured conditions.
1517

1618
This article describes the most common trigger problems and their solutions. You'll learn how to diagnose connection problems, check licensing requirements, review trigger conditions, and handle environment-specific problems.

0 commit comments

Comments
 (0)