Skip to content

Commit 6193b51

Browse files
author
ecfan
committed
Fix punctuation issues
1 parent f8e2abc commit 6193b51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/logic-apps/create-standard-workflows-visual-studio-code.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ To test your workflow, follow these steps to run a debugging session and find th
640640

641641
1. Copy and save the **Callback URL**, which looks similar to the following URL for the **When an HTTP request is received** trigger in this example:
642642

643-
**`http://localhost:7071/api/<workflow-name>/triggers/manual/invoke?api-version=2020-05-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=<shared-access-signature>`
643+
**`http://localhost:7071/api/<workflow-name>/triggers/manual/invoke?api-version=2020-05-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=<shared-access-signature>`**
644644

645645
:::image type="content" source="media/create-standard-workflows-visual-studio-code/find-callback-url.png" alt-text="Screenshot shows workflow overview page with callback URL.":::
646646

@@ -781,9 +781,9 @@ To find the fully qualified domain names (FQDNs) for these connections, follow t
781781

782782
The following example **connections.json** file contains two connections, an Office 365 connection and an AS2 connection. Both use managed identities for authentication and have the following **`connectionRuntimeUrl`** values, respectively:
783783

784-
- Office 365: **`"connectionRuntimeUrl": https://A1bC2dE3fH4iJ5kL6mN7oP8qR9sT0u.00.common.logic-<Azure-region>.azure-apihub.net/apim/office365/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1`
784+
- Office 365: **`"connectionRuntimeUrl": https://A1bC2dE3fH4iJ5kL6mN7oP8qR9sT0u.00.common.logic-<Azure-region>.azure-apihub.net/apim/office365/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1`**
785785

786-
- AS2: **`"connectionRuntimeUrl": https://A1bC2dE3fH4iJ5kL6mN7oP8qR9sT0u.00.common.logic-<Azure-region>.azure-apihub.net/apim/as2/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2`
786+
- AS2: **`"connectionRuntimeUrl": https://A1bC2dE3fH4iJ5kL6mN7oP8qR9sT0u.00.common.logic-<Azure-region>.azure-apihub.net/apim/as2/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2`**
787787

788788
```json
789789
{
@@ -1175,7 +1175,7 @@ When you try to open the designer, you get this error, **"Workflow design time c
11751175

11761176
### New triggers and actions are missing from the designer picker for previously created workflows
11771177

1178-
Single-tenant Azure Logic Apps supports built-in actions for Azure Function Operations, Liquid Operations, and XML Operations, such as **XML Validation** and **Transform XML**. However, for previously created logic apps, these actions might not appear in the designer picker for you to select if Visual Studio Code uses an outdated version of the extension bundle, **`Microsoft.Azure.Functions.ExtensionBundle.Workflows`.
1178+
Single-tenant Azure Logic Apps supports built-in actions for Azure Function Operations, Liquid Operations, and XML Operations, such as **XML Validation** and **Transform XML**. However, for previously created logic apps, these actions might not appear in the designer picker for you to select if Visual Studio Code uses an outdated version of the extension bundle, **`Microsoft.Azure.Functions.ExtensionBundle.Workflows`**.
11791179

11801180
Also, the **Azure Function Operations** connector and actions don't appear in the designer picker unless you enabled or selected **Use connectors from Azure** when you created your logic app. If you didn't enable the Azure-deployed connectors at app creation time, you can enable them from your project in Visual Studio Code. Open the **workflow.json** shortcut menu, and select **Use Connectors from Azure**.
11811181

@@ -1191,13 +1191,13 @@ To fix the outdated bundle, follow these steps to delete the outdated bundle, wh
11911191

11921192
1. On your computer, browse to the following folder, which contains versioned folders for the existing bundle:
11931193

1194-
**`...\Users\<user-name>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows`
1194+
**`...\Users\<user-name>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows`**
11951195

11961196
1. Delete the version folder for the earlier bundle, for example, if you have a folder for version 1.1.3, delete that folder.
11971197

11981198
1. Now, browse to the following folder, which contains versioned folders for required NuGet package:
11991199

1200-
**`...\Users\<user-name>\.nuget\packages\microsoft.azure.workflows.webjobs.extension`
1200+
**`...\Users\<user-name>\.nuget\packages\microsoft.azure.workflows.webjobs.extension`**
12011201

12021202
1. Delete the version folder for the earlier package.
12031203

0 commit comments

Comments
 (0)