Skip to content

Commit 7302856

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-aadroles-assignments-groups-update
2 parents d583de3 + ba8d8db commit 7302856

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, niding, azla
77
ms.topic: reference
88
ms.custom: engagement-fy23
9-
ms.date: 09/20/2022
9+
ms.date: 04/07/2023
1010
---
1111

1212
# Reference guide to workflow expression functions in Azure Logic Apps and Power Automate
@@ -5343,6 +5343,11 @@ And returns this result XML:
53435343

53445344
Check XML for nodes or values that match an XPath (XML Path Language) expression, and return the matching nodes or values. An XPath expression, or just "XPath", helps you navigate an XML document structure so that you can select nodes or compute values in the XML content.
53455345

5346+
> [!NOTE]
5347+
>
5348+
> In Consumption and Standard logic apps, all function expressions use the [.NET XPath library](/dotnet/api/system.xml.xpath).
5349+
> XPath expressions are compatible with the underlying .NET library and support only the expression that the underlying .NET library supports.
5350+
53465351
```
53475352
xpath('<xml>', '<xpath>')
53485353
```

articles/virtual-desktop/users/connect-thin-clients.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect to Azure Virtual Desktop with thin clients - Azure Virtual Deskto
33
description: Learn how to connect to Azure Virtual Desktop using thin clients.
44
author: dknappettmsft
55
ms.topic: how-to
6-
ms.date: 10/04/2022
6+
ms.date: 04/07/2023
77
ms.author: daknappe
88
---
99

@@ -26,6 +26,9 @@ The following partners have thin client devices that have been approved to use w
2626
| NComputing | [NComputing client documentation](https://www.ncomputing.com/microsoft) | [NComputing support](https://www.ncomputing.com/support/support-options) |
2727
| Stratodesk | [Stratodesk client documentation](https://kb.stratodesk.com/microsoft-windows-virtual-desktop-wvd) | [Stratodesk support](https://www.stratodesk.com/support/) |
2828

29+
>[!IMPORTANT]
30+
>If you encounter an issue when trying to connect to Azure Virtual Desktop, you must verify whether it's unique to your approved partner thin client. You can verify whether this is a unique issue by trying to reproduce it on [any first-party Remote Desktop client](remote-desktop-clients-overview.md). If you can't reproduce the issue on a first-party client, then you must contact your client's provider for support.
31+
2932
## Next steps
3033

3134
Learn more about Remote Desktop clients at [Remote Desktop clients overview](remote-desktop-clients-overview.md).

0 commit comments

Comments
 (0)