Skip to content

Commit 00587d5

Browse files
committed
adding an important warning for service provider trigger
1 parent 31478e8 commit 00587d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,13 @@ 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+
> Make sure to configure any service provider trigger correctly and test it thoroughly to confirm it is working. A failed
257+
> service provider trigger may cause additional unnecessary scaling which may dramatically increase your billing cost. A common
258+
> mistake is setting a trigger without providing the logic app permission to the destination such as service bus queue or Azure
259+
> storage blob container etc. This also means such trigger needs to be monitored all the times to detect and fix any issue
260+
> promptly.
261+
255262
<a name="limited-unavailable-unsupported"></a>
256263

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

0 commit comments

Comments
 (0)