Skip to content

Commit d124ea0

Browse files
author
ecfan
committed
Fix multi-tenant
1 parent 9f40e41 commit d124ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/support-non-unicode-character-encoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When you work with text payloads, Azure Logic Apps infers the text is encoded in
1515

1616
To work with text that has other character encoding, apply base64ToBinary encoding to the non-Unicode payload. This step prevents Azure Logic Apps from assuming the text is in UTF-8 format. You can then convert any .NET-supported encoding to UTF-8 using Azure Functions.
1717

18-
This solution works with both *multi-tenant* and *single-tenant* workflows. You can also [use this solution with the AS2 connector](#convert-payloads-for-as2).
18+
This solution works with both *multitenant* and *single-tenant* workflows. You can also [use this solution with the AS2 connector](#convert-payloads-for-as2).
1919

2020
## Convert payload encoding
2121

0 commit comments

Comments
 (0)