Skip to content

Commit a09eb42

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent b70ae3e commit a09eb42

File tree

2 files changed

+33
-22
lines changed

2 files changed

+33
-22
lines changed

articles/logic-apps/logic-apps-deploy-azure-resource-manager-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Here are a few suggestions to handle authorizing connections:
122122
> [handle potential throttling problems](/azure/logic-apps/handle-throttling-problems-429-errors.md#connector-throttling).
123123
> Throttling happens at the connection level, so reusing the same connection across multiple logic apps might increase the potential for throttling problems.
124124
125-
* Unless your scenario involves services and systems that require multi-factor authentication, you can use a PowerShell script to provide consent for each OAuth connection by running a continuous integration worker as a standard user account on a virtual machine that has active browser sessions with the authorizations and consent already provided. For example, you can repurpose the sample script provided by the [LogicAppConnectionAuth project in the Logic Apps GitHub repo](https://github.com/logicappsio/LogicAppConnectionAuth).
125+
* Unless your scenario involves services and systems that require multifactor authentication, you can use a PowerShell script to provide consent for each OAuth connection by running a continuous integration worker as a standard user account on a virtual machine that has active browser sessions with the authorizations and consent already provided. For example, you can repurpose the sample script provided by the [LogicAppConnectionAuth project in the Logic Apps GitHub repo](https://github.com/logicappsio/LogicAppConnectionAuth).
126126

127127
* If you use a Microsoft Entra [service principal](/azure/active-directory/develop/app-objects-and-service-principals) instead to authorize connections, learn how to [specify service principal parameters in your logic app template](/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview.md#authenticate-connections).
128128

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

Lines changed: 32 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can create, edit, manage, and deploy automated workflows that integrate serv
2222

2323
## Prerequisites
2424

25-
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
25+
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2626

2727
* Download and install these tools, if you don't have them already:
2828

@@ -65,7 +65,7 @@ In Visual Studio, you can find all the logic apps that are associated with your
6565

6666
1. In Cloud Explorer, select the **Account Management** icon. Select the Azure subscription associated with your logic apps, and select **Apply**. For example:
6767

68-
![Select "Account Management"](./media/manage-logic-apps-with-visual-studio/account-management-select-Azure-subscription.png)
68+
![Screenshot shows Visual Studio, Cloud Explorer, and selected icon for Account Management.](./media/manage-logic-apps-with-visual-studio/account-management-select-Azure-subscription.png)
6969

7070
1. Next to the **Account Management** icon, select **Resource Types**. Under your Azure subscription, expand **Logic Apps** so that you can view all the deployed logic apps that are associated with your subscription.
7171

@@ -82,9 +82,10 @@ In Visual Studio, you can open logic apps previously created and deployed either
8282
1. From the logic app's shortcut menu, select **Open with Logic App Editor**.
8383

8484
> [!TIP]
85+
>
8586
> If you don't have this command in Visual Studio 2019, check that you have the latest updates for Visual Studio.
8687
87-
![Open deployed logic app from Azure portal](./media/manage-logic-apps-with-visual-studio/open-logic-app-in-editor.png)
88+
![Screenshot shows Visual Studio and open deployed logic app from Azure portal.](./media/manage-logic-apps-with-visual-studio/open-logic-app-in-editor.png)
8889

8990
After the logic app opens in Logic Apps Designer, at the bottom of the designer, you can select **Code View** so that you can review the underlying logic app definition structure. If you want to create a deployment template for the logic app, learn [how to download an Azure Resource Manager template](#download-logic-app) for that logic app. Learn more about [Resource Manager templates](../azure-resource-manager/templates/overview.md).
9091

@@ -99,17 +100,18 @@ You can [download](../azure-resource-manager/templates/export-template-portal.md
99100
1. From the logic app's shortcut menu, select **Open with Logic App Editor**.
100101

101102
> [!TIP]
103+
>
102104
> If you don't have this command in Visual Studio 2019, check that you have the latest updates for Visual Studio.
103105
104106
The logic app opens in the workflow designer.
105107

106108
1. On the designer toolbar, select **Download**.
107109

108-
![Download logic app from Azure portal](./media/manage-logic-apps-with-visual-studio/download-logic-app-from-portal.png)
110+
![Screenshot shows Visual Studio, designer toolbar, and selected option to download logic app from Azure portal.](./media/manage-logic-apps-with-visual-studio/download-logic-app-from-portal.png)
109111

110112
1. When you're prompted for a location, browse to that location and save the Resource Manager template for the logic app definition in JSON (.json) file format.
111113

112-
Your logic app definition appears in the `resources` subsection inside the Resource Manager template. You can now edit the logic app definition and Resource Manager template with Visual Studio. You can also add the template as an [Azure Resource Group project](../azure-resource-manager/templates/create-visual-studio-deployment-project.md) to a Visual Studio solution. Learn about [Azure Resource Group projects for logic apps in Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md).
114+
Your logic app definition appears in the **`resources`** subsection inside the Resource Manager template. You can now edit the logic app definition and Resource Manager template with Visual Studio. You can also add the template as an [Azure Resource Group project](../azure-resource-manager/templates/create-visual-studio-deployment-project.md) to a Visual Studio solution. Learn about [Azure Resource Group projects for logic apps in Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md).
113115

114116
<a name="link-integration-account"></a>
115117

@@ -121,21 +123,23 @@ To build logic apps for business-to-business (B2B) enterprise integration scenar
121123

122124
1. In Solution Explorer, open the **\<logic-app-name\>.json** file's shortcut menu, and select **Open With Logic App Designer**. (Keyboard: Ctrl + L)
123125

124-
![Open logic app's .json file with workflow designer](./media/manage-logic-apps-with-visual-studio/open-logic-app-designer.png)
126+
![Screenshot shows Solution Explorer and option to open logic app JSON file with workflow designer.](./media/manage-logic-apps-with-visual-studio/open-logic-app-designer.png)
125127

126128
> [!TIP]
129+
>
127130
> If you don't have this command in Visual Studio 2019, check that you have the latest updates to Visual Studio and the Azure Logic Apps Tools extension.
128131
129132
1. Make sure that the workflow designer has focus by selecting the designer's tab or surface so that the Properties window shows the **Integration Account** property for your logic app.
130133

131-
![Properties window - "Integration Account" property](./media/manage-logic-apps-with-visual-studio/open-logic-app-properties-integration-account.png)
134+
![Screenshot shows the Properties window and the property named Integration Account.](./media/manage-logic-apps-with-visual-studio/open-logic-app-properties-integration-account.png)
132135

133136
> [!TIP]
137+
>
134138
> If the Properties window isn't already open, from the **View** menu, select **Properties Window**. (Keyboard: Press F4)
135139
136140
1. Open the **Integration Account** property list, and select the integration account that you want to link to your logic app, for example:
137141

138-
![Open "Integration Account" property list](./media/manage-logic-apps-with-visual-studio/select-integration-account.png)
142+
![Screenshot shows opened list for the Integration Account property.](./media/manage-logic-apps-with-visual-studio/select-integration-account.png)
139143

140144
1. When you're done, remember to save your Visual Studio solution.
141145

@@ -153,21 +157,25 @@ To change your logic app's location type or location, you have to open your logi
153157

154158
1. In Solution Explorer, open the `<logic-app-name>.json` file's shortcut menu, and select **Open With Logic App Designer**. (Keyboard: Ctrl + L)
155159

156-
![Open logic app's .json file with workflow designer](./media/manage-logic-apps-with-visual-studio/open-logic-app-designer.png)
160+
![Screenshot shows open logic app JSON file with workflow designer.](./media/manage-logic-apps-with-visual-studio/open-logic-app-designer.png)
157161

158162
> [!TIP]
163+
>
159164
> If you don't have this command in Visual Studio 2019, check that you have the latest updates to Visual Studio and the Azure Logic Apps Tools extension.
160165
161-
1. Make sure that the workflow designer has focus by selecting the designer's tab or surface so that the Properties window shows the **Choose Location Type** and **Location** properties for your logic app. The project's location type is set to **Region**.
166+
1. Make sure that the workflow designer has focus by selecting the designer's tab or surface so that the Properties window shows the **Choose Location Type** and **Location** properties for your logic app.
162167

163-
![Properties window - "Choose Location Type" & "Location" properties](./media/manage-logic-apps-with-visual-studio/open-logic-app-properties-location.png)
168+
The project's location type is set to **Region**.
169+
170+
![Screenshot shows Properties window and properites named Choose Location Type and Location.](./media/manage-logic-apps-with-visual-studio/open-logic-app-properties-location.png)
164171

165172
> [!TIP]
173+
>
166174
> If the Properties window isn't already open, from the **View** menu, select **Properties Window**. (Keyboard: Press F4)
167175
168176
1. To change the specific location, open the **Location** property list. Based on the location type, select the location that you want, for example:
169177

170-
![Open "Location" property list, select another Azure region](./media/manage-logic-apps-with-visual-studio/change-azure-resource-group-region.png)
178+
![Screenshot shows open Location property list and another selected Azure region.](./media/manage-logic-apps-with-visual-studio/change-azure-resource-group-region.png)
171179

172180
1. When you're done, remember to save your Visual Studio solution.
173181

@@ -185,38 +193,39 @@ If you edit your logic app in the Azure portal and want to keep those changes, m
185193

186194
* In Visual Studio Cloud Explorer, open your logic app's shortcut menu, and select **Refresh**.
187195

188-
![Refresh logic app with updates](./media/manage-logic-apps-with-visual-studio/refresh-logic-app-with-updates-from-portal.png)
196+
![Screenshot shows selected Refresh option for updating logic app.](./media/manage-logic-apps-with-visual-studio/refresh-logic-app-with-updates-from-portal.png)
189197

190198
## Publish logic app updates
191199

192200
When you're ready to deploy your logic app updates from Visual Studio to Azure, on the workflow designer toolbar, select **Publish**.
193201

194-
![Publish updated logic app to Azure portal](./media/manage-logic-apps-with-visual-studio/publish-logic-app-to-azure-portal.png)
202+
![Screenshot shows Publish option to deploy updated logic app to Azure portal.](./media/manage-logic-apps-with-visual-studio/publish-logic-app-to-azure-portal.png)
195203

196204
## Manually run your logic app
197205

198206
You can manually trigger a logic app deployed in Azure from Visual Studio. On the workflow designer toolbar, select **Run Trigger**.
199207

200-
![Manually run trigger for your logic app](./media/manage-logic-apps-with-visual-studio/manually-run-logic-app.png)
208+
![Screenshot shows option to manually run trigger for your logic app workflow.](./media/manage-logic-apps-with-visual-studio/manually-run-logic-app.png)
201209

202210
## Review run history
203211

204212
To check the status and diagnose problems with logic app runs, you can review the details, such as inputs and outputs, for those runs in Visual Studio.
205213

206214
1. In Cloud Explorer, open your logic app's shortcut menu, and select **Open run history**.
207215

208-
![Open run history for your logic app](./media/manage-logic-apps-with-visual-studio/open-run-history-for-logic-app.png)
216+
![Screenshot shows option to open workflow run history.](./media/manage-logic-apps-with-visual-studio/open-run-history-for-logic-app.png)
209217

210218
1. To view the details for a specific run, double-click a run. For example:
211219

212-
![View information about specific run](./media/manage-logic-apps-with-visual-studio/view-run-history-details.png)
220+
![Screenshot shows how to view information about specific run.](./media/manage-logic-apps-with-visual-studio/view-run-history-details.png)
213221

214222
> [!TIP]
223+
>
215224
> To sort the table by property, select the column header for that property.
216225
217226
1. Expand the steps whose inputs and outputs you want to review, for example:
218227

219-
![View inputs and outputs for each step](./media/manage-logic-apps-with-visual-studio/view-run-history-inputs-outputs.png)
228+
![Screenshot shows how to view inputs and outputs for each step.](./media/manage-logic-apps-with-visual-studio/view-run-history-inputs-outputs.png)
220229

221230
<a name="disable-enable-logic-apps"></a>
222231

@@ -235,7 +244,9 @@ To stop the trigger from firing the next time when the trigger condition is met,
235244
To stop the trigger from firing on unprocessed items since the last run, clear the trigger's state before you reactivate the logic app:
236245

237246
1. In the logic app, edit any part of the workflow's trigger.
247+
238248
1. Save your changes. This step resets your trigger's current state.
249+
239250
1. [Reactivate your logic app](#enable-logic-apps).
240251

241252
* When a workflow is disabled, you can still resubmit runs.
@@ -254,7 +265,7 @@ In Cloud Explorer, open your logic app's shortcut menu, and select **Disable**.
254265

255266
In Cloud Explorer, open your logic app's shortcut menu, and select **Enable**.
256267

257-
![Enable logic app in Cloud Explorer](./media/manage-logic-apps-with-visual-studio/enable-logic-app-cloud-explorer.png)
268+
![Screenshot shows selected Enable option for logic app in Cloud Explorer.](./media/manage-logic-apps-with-visual-studio/enable-logic-app-cloud-explorer.png)
258269

259270
<a name="delete-logic-apps"></a>
260271

@@ -268,11 +279,11 @@ Deleting a logic app affects workflow instances in following ways:
268279

269280
* Azure Logic Apps doesn't create or run new workflow instances.
270281

271-
* If you delete a workflow and then recreate the same workflow, the recreated workflow won't have the same metadata as the deleted workflow. You have to resave any workflow that called the deleted workflow. That way, the caller gets the correct information for the recreated workflow. Otherwise, calls to the recreated workflow fail with an `Unauthorized` error. This behavior also applies to workflows that use artifacts in integration accounts and workflows that call Azure functions.
282+
* If you delete a workflow and then recreate the same workflow, the recreated workflow won't have the same metadata as the deleted workflow. You have to resave any workflow that called the deleted workflow. That way, the caller gets the correct information for the recreated workflow. Otherwise, calls to the recreated workflow fail with an **`Unauthorized`** error. This behavior also applies to workflows that use artifacts in integration accounts and workflows that call Azure functions.
272283

273284
To delete your logic app from the Azure portal, in Cloud Explorer, open your logic app's shortcut menu, and select **Delete**.
274285

275-
![Delete your logic app from Azure portal](./media/manage-logic-apps-with-visual-studio/delete-logic-app-from-azure-portal.png)
286+
![Screenshot shows selected option for Delete logic app from Azure portal.](./media/manage-logic-apps-with-visual-studio/delete-logic-app-from-azure-portal.png)
276287

277288
## Troubleshooting
278289

0 commit comments

Comments
 (0)