Skip to content

Commit b1edfb7

Browse files
authored
Update image links
1 parent eec3457 commit b1edfb7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ By default, Visual Studio Code creates a logic app project that is extension bun
354354
>
355355
> This action is a one-way operation that you can't undo.
356356
357-
1. In the Explorer pane, at your project's root, move your mouse pointer over any blank area below all the other files and folders, open the shortcut menu, and select **Convert to NuGet-based Logic App project**.
357+
1. In the Explorer pane, at your project's root, move your mouse pointer over any blank area below all the other files and folders, open the shortcut menu, and select **Convert to NuGet-based logic app project**.
358358

359359
![Screenshot shows Explorer pane with project shortcut menu opened from blank area in project window.](./media/create-single-tenant-workflows-visual-studio-code/convert-logic-app-project.png)
360360

@@ -474,7 +474,7 @@ If you created your logic app project when assemblies support wasn't available f
474474
> When Visual Studio Code starts the workflow design-time API, you might get a message
475475
> that startup might take a few seconds. You can ignore this message or select **OK**.
476476
>
477-
> If the designer won't open, review the troubleshooting section, [Designer fails to open](#designer-fails-to-open).
477+
> If the designer won't open, see the troubleshooting section, [Designer fails to open](#designer-fails-to-open).
478478
479479
After the designer appears, the **Add a trigger** prompt appears on the designer.
480480

@@ -917,17 +917,17 @@ To find the fully qualified domain names (FQDNs) for these connections, follow t
917917

918918
From Visual Studio Code, you can directly publish your project to Azure to deploy your Standard logic app resource. You can publish your logic app as a new resource, which automatically creates any necessary resources, such as an [Azure Storage account, similar to function app requirements](../azure-functions/storage-considerations.md). Or, you can publish your logic app to a previously deployed Standard logic app resource, which overwrites that logic app.
919919

920-
Deployment for the Standard logic app resource requires a hosting plan and pricing tier, which you select during deployment. For more information, review [Hosting plans and pricing tiers](logic-apps-pricing.md#standard-pricing).
920+
Deployment for the Standard logic app resource requires a hosting plan and pricing tier, which you select during deployment. For more information, see [Hosting plans and pricing tiers](logic-apps-pricing.md#standard-pricing).
921921

922922
<a name="publish-new-logic-app"></a>
923923

924924
### Publish to a new Standard logic app resource
925925

926926
1. On the Visual Studio Code Activity Bar, select the Azure icon to open the Azure window.
927927

928-
1. In the **Azure** window, on the **Workspace** section toolbar, from the **Azure Logic Apps** menu, select **Deploy to Logic App**.
928+
1. In the **Azure** window, on the **Workspace** section toolbar, from the **Azure Logic Apps** menu, select **Deploy to logic app**.
929929

930-
![Screenshot shows Azure window with Workspace toolbar and Azure Logic Apps shortcut menu with Deploy to Logic App selected.](./media/create-single-tenant-workflows-visual-studio-code/deploy-to-logic-app.png)
930+
![Screenshot shows Azure window, Workspace toolbar, Azure Logic Apps shortcut menu, and selected option for Deploy to logic app.](./media/create-single-tenant-workflows-visual-studio-code/deploy-logic-app.png)
931931

932932
1. If prompted, select the Azure subscription to use for your logic app deployment.
933933

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

954954
1. Provide a name for your hosting plan, and then select a pricing tier for your selected plan.
955955

956-
For more information, review [Hosting plans and pricing tiers](logic-apps-pricing.md#standard-pricing).
956+
For more information, see [Hosting plans and pricing tiers](logic-apps-pricing.md#standard-pricing).
957957

958958
1. For optimal performance, select the same resource group as your project for the deployment.
959959

@@ -1115,7 +1115,7 @@ In Visual Studio Code, you can view all the deployed logic apps in your Azure su
11151115

11161116
> [!NOTE]
11171117
> The stop logic app and delete logic app operations affect workflow instances in different ways.
1118-
> For more information, review [Considerations for stopping logic apps](#considerations-stop-logic-apps) and
1118+
> For more information, see [Considerations for stopping logic apps](#considerations-stop-logic-apps) and
11191119
> [Considerations for deleting logic apps](#considerations-delete-logic-apps).
11201120

11211121
![Screenshot shows Visual Studio Code with Resources section and deployed logic app resource.](./media/create-single-tenant-workflows-visual-studio-code/find-deployed-workflow-visual-studio-code.png)
@@ -1313,7 +1313,7 @@ To enable Application Insights on a deployed logic app or to review Application
13131313

13141314
If Application Insights is enabled, on the **Application Insights** pane, select **View Application Insights data**.
13151315

1316-
After Application Insights opens, you can review various metrics for your logic app. For more information, review these topics:
1316+
After Application Insights opens, you can review various metrics for your logic app. For more information, see these articles:
13171317

13181318
* [Azure Logic Apps Running Anywhere - Monitor with Application Insights - part 1](https://techcommunity.microsoft.com/t5/integrations-on-azure/azure-logic-apps-running-anywhere-monitor-with-application/ba-p/1877849)
13191319
* [Azure Logic Apps Running Anywhere - Monitor with Application Insights - part 2](https://techcommunity.microsoft.com/t5/integrations-on-azure/azure-logic-apps-running-anywhere-monitor-with-application/ba-p/2003332)

0 commit comments

Comments
 (0)