Skip to content

Commit e55faff

Browse files
Merge pull request #246916 from xuehongg/mybranch7
Azure Logic Apps: [Standard] Request trigger callback URL changes when storage account changes
2 parents 15357a8 + e2042c0 commit e55faff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewers: estfan, azla
77
ms.topic: how-to
8-
ms.date: 07/11/2023
8+
ms.date: 07/31/2023
99
tags: 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

0 commit comments

Comments
 (0)