Skip to content

Commit 65bc01c

Browse files
author
ecfan
committed
Clarity edits
1 parent 10aff29 commit 65bc01c

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

articles/logic-apps/automate-build-deployment-standard.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 03/15/2024
8+
ms.date: 03/29/2024
99
## Customer intent: As a developer, I want to automate builds and deployments for my Standard logic app workflows.
1010
---
1111

@@ -94,38 +94,35 @@ For more information, see the following documentation:
9494

9595
1. Select the workflow template. Enter your workflow name.
9696

97-
1. Choose to open your workspace either in the current window or a new window.
97+
1. Select whether to open your workspace in the current Visual Studio Code window or a new window.
9898

9999
Visual Studio Code shows your new workspace and logic app project.
100100

101101
1. Follow these steps to open the workflow designer:
102102

103-
1.
103+
1. In your logic app project, expand the folder with your workflow name.
104104

105-
:::image type="content" source="media/automate-build-deployment-standard/created-project.png" alt-text="Screenshot shows Visual Studio Code, Explorer icon selected on left menu, logic app project, and workflow designer." lightbox="media/automate-build-deployment-standard/created-project.png":::
106-
107-
You can now edit the workflow in any way that you want and locally test your workflow along the way. To create and test a sample workflow, see [Create Standard workflows with Visual Studio Code](create-single-tenant-workflows-visual-studio-code.md).
105+
1. Open the shortcut menu for the **workflow.json** file, and select **Open Designer**.
108106

109-
1. Select **Use connectors from Azure** to enable [Microsoft-managed, Azure-hosted connectors](../connectors/managed.md) for your workflow.
107+
1. When you're prompted to allow parameterizations for connections when your project loads, select **Yes**.
110108

111-
> [!NOTE]
112-
>
113-
> If you skip this step, you can access only the [built-in connectors that are runtime-hosted](../connectors/built-in.md) until you [enable the Microosft-managed connectors](#enable-managed-connectors).
109+
This selection allows your project to use parameters in connection definitions so that you can automate build and deployment for different environments.
114110

115-
<a name="enable-managed-connectors"></a>
111+
1. Follow the prompts to select these items:
116112

117-
## Enable Microsoft-managed, Azure-hosted connectors in your workflow
113+
- **Use connectors from Azure**
118114

119-
If you didn't previously enable the [Microsft-managed, Azure-hosted connectors](#enable-managed-connectors) to use in your workflow, follow these steps to complete this task:
115+
> [!NOTE]
116+
>
117+
> If you skip this step, you can use only the [built-in connectors that are runtime-hosted](../connectors/built-in.md) until you [enable the Microosft-managed, Azure-hosted connectors](#enable-managed-connectors).
120118
121-
1. In your logic app project, expand the folder with your workflow name.
119+
- The existing Azure resource group that you plan to use for your logic app
122120

123-
1. Open the **workflow.json** shortcut menu, select **Use Connectors from Azure**, and follow the prompts to select these items:
121+
1. When you're done, reload the workflow designer. If prompted, sign in to Azure.
124122

125-
- **Use connectors from Azure**
126-
- The existing Azure resource group that you plan to use for your logic app
123+
:::image type="content" source="media/automate-build-deployment-standard/created-project.png" alt-text="Screenshot shows Visual Studio Code, Explorer icon selected on left menu, logic app project, and workflow designer." lightbox="media/automate-build-deployment-standard/created-project.png":::
127124

128-
1. When you're done, reload the workflow designer. If prompted, sign in to Azure.
125+
You can now edit the workflow in any way that you want and locally test your workflow along the way. To create and test a sample workflow, see [Create Standard workflows with Visual Studio Code](create-single-tenant-workflows-visual-studio-code.md).
129126

130127
## Generate deployment scripts
131128

0 commit comments

Comments
 (0)