File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services: logic-apps
55ms.suite : integration
66ms.reviewers : estfan, azla
77ms.topic : how-to
8- ms.date : 07/11 /2023
8+ ms.date : 07/31 /2023
99tags : connectors
1010---
1111
@@ -350,6 +350,11 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
350350 >
351351 > If you want to include the hash or pound symbol (**#**) in the URI
352352 > when making a call to the Request trigger, use this encoded version instead: `%25%23`
353+ >
354+ > The URL for the Request trigger is associated with your workflow's storage account. This URL
355+ > changes if the storage account changes. For example, with Standard logic apps, if you manually
356+ > change your storage account and copy your workflow to the new storage account, the URL for
357+ > the Request trigger also changes to reflect the new storage account. The same workflow has a different URL.
353358
354359---
355360
You can’t perform that action at this time.
0 commit comments