Skip to content

Commit 6fe8162

Browse files
Merge pull request #276535 from xuehongg/mybranch1
Logic Apps Standard: adding an important warning for service provider trigger
2 parents 3cab360 + a9bc707 commit 6fe8162

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/logic-apps/single-tenant-overview-compare.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,14 @@ For example, a Standard workflow has both managed connectors and built-in connec
252252

253253
In single-tenant Azure Logic Apps, [built-in connectors with specific attributes are informally known as *service providers*](../connectors/built-in.md#service-provider-interface-implementation). Some built-in connectors support only a single way to authenticate a connection to the underlying service. Other built-in connectors can offer a choice, such as using a connection string, Microsoft Entra ID, or a managed identity. All built-in connectors run in the same process as the redesigned Azure Logic Apps runtime. For more information, review the [built-in connector list for Standard logic app workflows](../connectors/built-in.md#built-in-connectors).
254254

255+
> [!IMPORTANT]
256+
>
257+
> Make sure to correctly set up and test any service provider-based trigger to confirm successful operation.
258+
> A failed service provider-based trigger might create unnecessary scaling, which can dramatically increase your billing costs.
259+
> For example, a common mistake is setting a trigger without giving your logic app permission or access to the destination,
260+
> such as a Service Bus queue, Azure Storage blob container, and so on. Also, make sure
261+
> that you monitor such triggers at all times so you can promptly detect and fix any issues.
262+
255263
<a name="limited-unavailable-unsupported"></a>
256264

257265
## Changed, limited, unavailable, or unsupported capabilities

0 commit comments

Comments
 (0)