Skip to content

Commit f5af742

Browse files
author
ecfan
committed
Draft updates
1 parent 4e18ee4 commit f5af742

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: engagement-fy23, devx-track-dotnet
1616

1717
This guide shows how to locally create an example Standard logic app workflow that you can run in single-tenant Azure Logic Apps when you use Visual Studio Code with the **Azure Logic Apps (Standard)** extension.
1818

19-
In this guide, you'll create a Standard logic app workspace and project, build your workflow, and ultimately deploy your project as a Standard logic app resource in Azure where your workflow can run in single-tenant Azure Logic Apps or in App Service Environment v3 (Windows-based App Service plans only). You can also deploy and run your workflow anywhere that Kubernetes can run, such as Azure, Azure Kubernetes Service, on premises, or even other cloud providers, due to the containerized runtime for Azure Logic Apps (Standard).
19+
In this guide, you create a Standard logic app workspace and project, build your workflow, and deploy your project as a Standard logic app resource in Azure where your workflow can run in single-tenant Azure Logic Apps or in App Service Environment v3 (Windows-based App Service plans only). You can also deploy and run your workflow anywhere that Kubernetes can run, such as Azure, Azure Kubernetes Service, on premises, or even other cloud providers, due to the containerized runtime for Azure Logic Apps (Standard).
2020

2121
Here are just some benefits that Standard logic apps provide:
2222

@@ -908,7 +908,7 @@ Deployment for the Standard logic app resource requires a hosting plan and prici
908908

909909
1. For the option to use SQL storage in this example, select **No**.
910910

911-
If you already set up a SQL database to use for storage by following [Set up SQL database storage for Standard logic app workflows](/azure/logic-apps/set-up-sql-db-storage-single-tenant-standard-workflows), you can select **Yes**.
911+
If you already set up an SQL database to use for storage by following [Set up SQL database storage for Standard logic app workflows](/azure/logic-apps/set-up-sql-db-storage-single-tenant-standard-workflows), you can select **Yes**.
912912

913913
1. For the Application Insights resource, which enables diagnostic logging and tracing for your logic app, choose from the following options:
914914

@@ -1149,7 +1149,7 @@ After Application Insights opens, you can review various metrics for your logic
11491149

11501150
### Designer fails to open
11511151

1152-
When you try to open the designer, you get this error, **"Workflow design time could not be started"**. If you previously tried to open the designer, and then discontinued or deleted your project, the extension bundle might not correctly download. To check whether this reason is the cause, follow these steps:
1152+
When you try to open the designer, you get this error, **"Workflow design time could not be started"**. If you previously tried to open the designer, but you discontinued or deleted your project, the extension bundle might not correctly download. To check whether this reason is the cause, follow these steps:
11531153

11541154
1. In Visual Studio Code, open the Output window. From the **View** menu, select **Output**.
11551155

@@ -1213,7 +1213,7 @@ The missing triggers and actions now appear in the designer.
12131213

12141214
When a run fails, and you inspect the run in monitoring view, this error might appear on a trigger or action that has a longer name, which causes the underlying Uniform Resource Identifier (URI) to exceed the default character limit.
12151215

1216-
To resolve this problem and adjust for the longer URI, edit the **`UrlSegmentMaxCount`** and **`UrlSegmentMaxLength`** registry keys on your computer by following the steps below. These key's default values are described in this topic, [Http.sys registry settings for Windows](/troubleshoot/iis/httpsys-registry-windows).
1216+
To resolve this problem and adjust for the longer URI, edit the **`UrlSegmentMaxCount`** and **`UrlSegmentMaxLength`** registry keys on your computer by following these steps. These key's default values are described in this article, [Http.sys registry settings for Windows](/troubleshoot/iis/httpsys-registry-windows).
12171217

12181218
> [!IMPORTANT]
12191219
>
@@ -1252,7 +1252,7 @@ To resolve this problem and adjust for the longer URI, edit the **`UrlSegmentMax
12521252

12531253
When you try to start a debugging session, you get the error, **"Error exists after running preLaunchTask 'generateDebugSymbols'"**. To resolve this problem, edit the **tasks.json** file in your project to skip symbol generation.
12541254

1255-
1. In your project, expand the **.vscode** folder, and open the **tasks.json** file.
1255+
1. In your project, expand the.vscode** folder, and open the **tasks.json** file.
12561256

12571257
1. In the following task, delete the line, **`"dependsOn: "generateDebugSymbols"`**, along with the comma that ends the preceding line, for example:
12581258

articles/logic-apps/manage-logic-apps-visual-studio-code.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: devx-track-dotnet
1414

1515
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1616

17-
This guide shows how to manage deployed logic apps that you create using Visual Studio Code and how to perform tasks such as edit, disable, enable, and delete workflows. If you have both extensions for **Azure Logic Apps (Consumption)** and **Azure Logic Apps (Standard)** installed in Visual Studio Code, you can view all the deployed logic apps in your Azure subscription and perform management tasks with some that vary based on the logic app type.
17+
This guide shows how to work with deployed logic apps in Visual Studio Code and how to perform tasks such as edit, disable, enable, and delete. If you have both extensions for **Azure Logic Apps (Consumption)** and **Azure Logic Apps (Standard)** installed in Visual Studio Code, you can view all the deployed logic apps in your Azure subscription and perform management tasks with some that vary based on the logic app type.
1818

1919
## Prerequisites
2020

@@ -159,7 +159,7 @@ To edit a deployed Consumption or Standard workflow using the designer, make tho
159159
> Before you change your workflow, you might want to stop or disable your workflow. Make sure
160160
> that you understand how your changes affect your workflow's operation. When you're done,
161161
> remember to restart or reenable your workflow. For considerations around stopping, disabling,
162-
> restarting, or reenabling workflows, see the following documentation:
162+
> restarting, or re-enabling workflows, see the following documentation:
163163
>
164164
> - [Considerations for stopping Consumption logic apps](/azure/logic-apps/manage-logic-apps-with-azure-portal?tabs=consumption#considerations-stop-consumption-logic-apps)
165165
> - [Considerations for stopping Standard logic apps](/azure/logic-apps/manage-logic-apps-with-azure-portal?tabs=standard#considerations-stop-standard-logic-apps)
@@ -220,7 +220,7 @@ Deployed Consumption and Standard logic apps have different ways to disable and
220220

221221
1. In the **Logic Apps (Consumption)** section, expand your Azure subscription, and find your logic app.
222222

223-
1. Open the logic app shortcut menu. Based on the current actvitity state, select **Disable** or **Enable**.
223+
1. Open the logic app shortcut menu. Based on the current activity state, select **Disable** or **Enable**.
224224

225225
### [Standard](#tab/standard)
226226

@@ -232,13 +232,13 @@ Stopping the resource versus disabling a workflow have different effects, so rev
232232

233233
1. In the **Resources** section, expand your Azure subscription, and find your logic app.
234234

235-
1. Open the logic app shortcut menu. Based on the current actvitity state, select **Stop** or **Start**. Or, you can select **Restart**.
235+
1. Open the logic app shortcut menu. Based on the current activity state, select **Stop** or **Start**. Or, you can select **Restart**.
236236

237237
---
238238

239239
## Post logic app stoppage
240240

241-
After you stop a logic app, workflow triggers won't fire the next time that their conditions are met. However, trigger states remember the points at where you stopped the logic app. When you a restart a logic app, the trigger fires for all unprocessed items since the last workflow run.
241+
After you stop a logic app, workflow triggers won't fire the next time that their conditions are met. However, trigger states remember the points at where you stopped the logic app. When you restart a logic app, the trigger fires for all unprocessed items since the last workflow run.
242242

243243
To stop a trigger from firing on unprocessed items since the last workflow run, you must clear the trigger state before you restart a logic app by following these steps:
244244

@@ -248,7 +248,7 @@ To stop a trigger from firing on unprocessed items since the last workflow run,
248248

249249
1. Save your changes. This step resets your trigger's current state.
250250

251-
1. When you're done, [restart your logic app](/azure/logic-apps/manage-logic-apps-visual-studio-code?tabs=consumption#disable-enable-logic-apps).
251+
1. [Restart your logic app](/azure/logic-apps/manage-logic-apps-visual-studio-code?tabs=consumption#disable-enable-logic-apps).
252252

253253
### [Standard](#tab/standard)
254254

@@ -258,7 +258,7 @@ To stop a trigger from firing on unprocessed items since the last workflow run,
258258

259259
1. Repeat for each existing workflow.
260260

261-
1. When you're done, [restart your logic app](/azure/logic-apps/manage-logic-apps-visual-studio-code?tabs=standard#disable-enable-logic-apps).
261+
1. [Restart your logic app](/azure/logic-apps/manage-logic-apps-visual-studio-code?tabs=standard#disable-enable-logic-apps).
262262

263263
---
264264

articles/logic-apps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,8 @@ items:
447447
items:
448448
- name: Manage logic apps - Azure portal
449449
href: manage-logic-apps-with-azure-portal.md
450+
- name: Manage logic apps - Visual Studio Code
451+
href: manage-logic-apps-visual-studio-code.md
450452
- name: Manage logic apps - Visual Studio
451453
href: manage-logic-apps-with-visual-studio.md
452454
- name: Manage integration accounts

0 commit comments

Comments
 (0)