Skip to content

Commit cf58c1e

Browse files
committed
Merge remote-tracking branch 'upstream/main' into Branch-CI4562
2 parents 1664124 + 3a94eeb commit cf58c1e

File tree

47 files changed

+509
-271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+509
-271
lines changed

.openpublishing.redirection.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12931,6 +12931,58 @@
1293112931
{
1293212932
"source_path": "support/windows-server/performance/toggle-terminal-services-application-server-mode.md",
1293312933
"redirect_url": "/previous-versions/troubleshoot/windows-server/toggle-terminal-services-application-server-mode"
12934+
},
12935+
{
12936+
"source_path": "support/power-platform/power-automate/desktop-flows/desktop-application-crashes-ui-automation.md",
12937+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-automation/desktop-application-crashes-ui-automation"
12938+
},
12939+
{
12940+
"source_path": "support/power-platform/power-automate/desktop-flows/cannot-access-java-application-elements.md",
12941+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-automation/cannot-access-java-application-elements"
12942+
},
12943+
{
12944+
"source_path": "support/power-platform/power-automate/desktop-flows/focus-window-action-not-working.md",
12945+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-automation/focus-window-action-not-working"
12946+
},
12947+
{
12948+
"source_path": "support/power-platform/power-automate/desktop-flows/failed-get-ui-element.md",
12949+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-automation/failed-get-ui-element"
12950+
},
12951+
{
12952+
"source_path": "support/power-platform/power-automate/desktop-flows/ui-automation-action-fails-errors.md",
12953+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-automation/ui-automation-action-fails-errors"
12954+
},
12955+
{
12956+
"source_path": "support/power-platform/power-automate/desktop-flows/set-drop-down-list-value-fails.md",
12957+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-automation/set-drop-down-list-value-fails"
12958+
},
12959+
{
12960+
"source_path": "support/power-platform/power-automate/desktop-flows/browser-automation-error-after-chromium-update.md",
12961+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/browser-automation/browser-automation-error-after-chromium-update"
12962+
},
12963+
{
12964+
"source_path": "support/power-platform/power-automate/desktop-flows/cannot-automate-webpage-with-iframes.md",
12965+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/browser-automation/cannot-automate-webpage-with-iframes"
12966+
},
12967+
{
12968+
"source_path": "support/power-platform/power-automate/desktop-flows/web-automation-action-fails-runtime.md",
12969+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/browser-automation/web-automation-action-fails-runtime"
12970+
},
12971+
{
12972+
"source_path": "support/power-platform/power-automate/desktop-flows/automate-save-as-open-upload-dialog-box-web-browser.md",
12973+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/browser-automation/automate-save-as-open-upload-dialog-box-web-browser"
12974+
},
12975+
{
12976+
"source_path": "support/power-platform/power-automate/desktop-flows/failed-to-assume-control-of-edge-chrome-firefox-error.md",
12977+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/browser-automation/failed-to-assume-control-of-edge-chrome-firefox-error"
12978+
},
12979+
{
12980+
"source_path": "support/power-platform/power-automate/desktop-flows/automation-browser-security-update.md",
12981+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/browser-automation/automation-browser-security-update"
12982+
},
12983+
{
12984+
"source_path": "support/power-platform/power-automate/desktop-flows/web-extensions-policies.md",
12985+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/browser-automation/web-extensions-policies"
1293412986
}
1293512987
]
1293612988
}

support/azure/azure-kubernetes/connectivity/tunnel-connectivity-issues.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ You receive an error message that resembles the following examples about port 10
2929
3030
> Error from server: error dialing backend: dial tcp \<aks-node-ip>:10250: i/o timeout
3131
32+
> Error from server: Get "https\://\<aks-node-name>:10250/containerLogs/\<namespace>/\<pod-name>/\<container-name>": http: server gave HTTP response to HTTPS client
33+
3234
The Kubernetes API server uses port 10250 to connect to a node's kubelet to retrieve the logs. If port 10250 is blocked, the kubectl logs and other features will only work for pods that run on the nodes in which the tunnel component is scheduled. For more information, see [Kubernetes ports and protocols: Worker nodes](https://kubernetes.io/docs/reference/ports-and-protocols/#node).
3335

3436
Because the tunnel components or the connectivity between the server and client can't be established, functionality such as the following won't work as expected:

support/azure/azure-kubernetes/extensions/troubleshoot-dapr-extension-installation-errors.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ description: Troubleshoot errors that occur while installing the Distributed App
44
editor: v-jsitser
55
ms.reviewer: nigreenf, v-leedennis
66
ms.service: azure-kubernetes-service
7-
ms.date: 06/16/2023
7+
ms.date: 03/05/2025
88
ms.custom: sap:Extensions, Policies and Add-Ons
99
---
1010

1111
# Troubleshoot Dapr extension installation errors
1212

1313
This article discusses some common error messages that you may receive when you install or update the [Distributed Application Runtime (Dapr)](https://dapr.io/) extension for Microsoft Azure Kubernetes Service (AKS) or Arc for Kubernetes.
1414

15+
[Learn more about the level of support provided for the Dapr extension.](#next-steps)
16+
1517
## Scenario 1: Installation fails but doesn't show an error message
1618

1719
If the extension generates an error message when you create or update it, you can inspect where the creation failed by running the [az k8s-extension list](/cli/azure/k8s-extension#az-k8s-extension-list) command:
@@ -147,8 +149,15 @@ To resolve this issue, use one of the following methods:
147149
148150
## Next steps
149151
150-
If you're still experiencing installation issues, explore the [AKS troubleshooting guide](/azure/aks/troubleshooting) and the [Dapr OSS troubleshooting guide](https://docs.dapr.io/operations/troubleshooting/common_issues/).
152+
If you're still experiencing installation issues, [create a support request](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview?DMC=troubleshoot) for Microsoft to investigate and resolve.
153+
154+
If you're experiencing Dapr runtime security risks and regressions while using the extension, open an issue with the [Dapr open source project](https://github.com/dapr/dapr/issues/new/choose).
155+
156+
> [!NOTE]
157+
> Learn more about [how Microsoft handles issues raised for the Dapr extension](/azure/aks/dapr-overview#issue-handling).
151158
152-
[!INCLUDE [Third-party disclaimer](../../../includes/third-party-disclaimer.md)]
159+
You could also start a discussion in the Dapr project Discord:
160+
- [Dapr runtime](https://discord.com/channels/778680217417809931/778684372475707416)
161+
- [Dapr components](https://discord.com/channels/778680217417809931/781589820128493598)
153162
154-
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
163+
[!INCLUDE [Third-party disclaimer](../../../includes/third-party-disclaimer.md)]

0 commit comments

Comments
 (0)