You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/automate-build-deployment-standard.md
+15-18Lines changed: 15 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 03/15/2024
8
+
ms.date: 03/29/2024
9
9
## Customer intent: As a developer, I want to automate builds and deployments for my Standard logic app workflows.
10
10
---
11
11
@@ -94,38 +94,35 @@ For more information, see the following documentation:
94
94
95
95
1. Select the workflow template. Enter your workflow name.
96
96
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.
98
98
99
99
Visual Studio Code shows your new workspace and logic app project.
100
100
101
101
1. Follow these steps to open the workflow designer:
102
102
103
-
1.
103
+
1.In your logic app project, expand the folder with your workflow name.
104
104
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**.
108
106
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**.
110
108
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.
114
110
115
-
<aname="enable-managed-connectors"></a>
111
+
1. Follow the prompts to select these items:
116
112
117
-
## Enable Microsoft-managed, Azure-hosted connectors in your workflow
113
+
-**Use connectors from Azure**
118
114
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).
120
118
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
122
120
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.
124
122
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":::
127
124
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).
0 commit comments