Skip to content

Commit f4aa0a5

Browse files
authored
Consistency edits
Updated the descriptions for Integration Account ID and SAS URL parameters to provide detailed formatting and steps for obtaining these values.
1 parent c9d916a commit f4aa0a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/logic-apps/logic-apps-enterprise-integration-as2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,16 +169,16 @@ To decode messages with the AS2 connector, follow these steps:
169169
| Parameter | Required | Description |
170170
|-----------|----------|-------------|
171171
| **Connection Name** | Yes | A name for the connection. |
172-
| **Integration Account ID** | Yes | The name for your integration account. |
173-
| **Integration Account SAS URL** | Yes | The callback URL for your integration account. |
172+
| **Integration Account ID** | Yes | The resource ID for your integration account, which has the following format: <br><br>**`/subscriptions/<Azure-subscription-ID>/resourceGroups/<resource-group-name>/providers/Microsoft.Logic/integrationAccounts/<integration-account-name>`** <br><br>For example: <br>`/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/integrationAccount-RG/providers/Microsoft.Logic/integrationAccounts/myIntegrationAccount` <br><br>To find this resource ID, follow these steps: <br><br>1. In the Azure portal, open your integration account. <br>2. On the integration account sidebar, select **Overview**. <br>3. On the **Overview** page, select **JSON View**. <br>4. From the **Resource ID** property, copy the value. |
173+
| **Integration Account SAS URL** | Yes | The request endpoint URL that uses shared access signature (SAS) authentication to provide access to your integration account. This callback URL has the following format: <br><br>**`https://<request-endpoint-URI>sp=<permissions>sv=<SAS-version>sig=<signature>`** <br><br>For example: <br>`https://prod-04.west-us.logic-azure.com:443/integrationAccounts/aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb?api-version=2015-08-1-preview&sp=XXXXXXXXX&sv=1.0&sig=aB1cD2eF-3gH4iJ5kL6-mN7oP8qR` <br><br>To find this URL, follow these steps: <br><br>1. In the Azure portal, open your integration account. <br>2. On the integration account sidebar, under **Settings**, select **Callback URL**. <br>3. From the **Generated Callback URL** property, copy the value. |
174174

175175
For example:
176176

177177
:::image type="content" source="./media/logic-apps-enterprise-integration-as2/create-decode-connection.png" alt-text="Screenshot shows Decode AS2 message connection information." lightbox="./media/logic-apps-enterprise-integration-as2/create-decode-connection.png":::
178178

179179
1. When you're done, select **Create new**.
180180

181-
1. In the action information pane, provide the following information:
181+
1. In the action information pane, provide the following values:
182182

183183
| Parameter | Required | Description |
184184
|-----------|----------|-------------|

0 commit comments

Comments
 (0)