Skip to content

Commit 51d1b97

Browse files
committed
Style edits
1 parent 2b8f31d commit 51d1b97

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ In Visual Studio, you can find all the logic apps that are associated with your
6363

6464
1. Open Visual Studio. On the **View** menu, select **Cloud Explorer**.
6565

66-
1. In Cloud Explorer, choose **Account Management**. Select the Azure subscription associated with your logic apps, and then choose **Apply**. For example:
66+
1. In Cloud Explorer, select **Account Management**. Select the Azure subscription associated with your logic apps, and then select **Apply**. For example:
6767

68-
![Choose "Account Management"](./media/manage-logic-apps-with-visual-studio/account-management-select-Azure-subscription.png)
68+
![Select "Account Management"](./media/manage-logic-apps-with-visual-studio/account-management-select-Azure-subscription.png)
6969

7070
1. Based on whether you're searching by **Resource Groups** or **Resource Types**, follow these steps:
7171

@@ -90,7 +90,7 @@ In Visual Studio, you can open logic apps previously created and deployed either
9090

9191
![Open deployed logic app from Azure portal](./media/manage-logic-apps-with-visual-studio/open-logic-app-in-editor.png)
9292

93-
After the logic app opens in Logic Apps Designer, at the bottom of the designer, you can choose **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/template-deployment-overview.md).
93+
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/template-deployment-overview.md).
9494

9595
<a name="download-logic-app"></a>
9696

@@ -105,11 +105,11 @@ You can download logic apps from the [Azure portal](https://portal.azure.com) an
105105
> [!TIP]
106106
> If you don't have this command in Visual Studio 2019, check that you have the latest updates for Visual Studio.
107107
108-
The Logic App Designer opens and shows the logic app. To review logic app's underlying definition and structure, at the bottom of the designer, choose **Code View**.
108+
The Logic App Designer opens and shows the logic app. To review logic app's underlying definition and structure, at the bottom of the designer, select **Code View**.
109109

110-
1. On the designer toolbar, choose **Download**.
110+
1. On the designer toolbar, select **Download**.
111111

112-
![Choose "Download"](./media/manage-logic-apps-with-visual-studio/download-logic-app.png)
112+
![Select "Download"](./media/manage-logic-apps-with-visual-studio/download-logic-app.png)
113113

114114
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.
115115

@@ -148,7 +148,7 @@ When you set the **Integration Account** property in Visual Studio and save your
148148

149149
If you edit your logic app in the Azure portal and want to keep those changes, make sure that you refresh that app's version in Visual Studio with those changes.
150150

151-
* In Visual Studio, on the Logic App Designer toolbar, choose **Refresh**.
151+
* In Visual Studio, on the Logic App Designer toolbar, select **Refresh**.
152152

153153
-or-
154154

@@ -158,13 +158,13 @@ If you edit your logic app in the Azure portal and want to keep those changes, m
158158

159159
## Publish logic app updates
160160

161-
When you're ready to deploy your logic app updates from Visual Studio to Azure, on the Logic App Designer toolbar, choose **Publish**.
161+
When you're ready to deploy your logic app updates from Visual Studio to Azure, on the Logic App Designer toolbar, select **Publish**.
162162

163163
![Publish updated logic app](./media/manage-logic-apps-with-visual-studio/publish-logic-app.png)
164164

165165
## Manually run your logic app
166166

167-
You can manually trigger a logic app deployed in Azure from Visual Studio. On the Logic App Designer toolbar, choose **Run Trigger**.
167+
You can manually trigger a logic app deployed in Azure from Visual Studio. On the Logic App Designer toolbar, select **Run Trigger**.
168168

169169
![Manually run logic app](./media/manage-logic-apps-with-visual-studio/manually-run-logic-app.png)
170170

@@ -181,7 +181,7 @@ To check the status and diagnose problems with logic app runs, you can review th
181181
![Detailed run history](./media/manage-logic-apps-with-visual-studio/view-run-history-details.png)
182182

183183
> [!TIP]
184-
> To sort the table by property, choose the column header for that property.
184+
> To sort the table by property, select the column header for that property.
185185
186186
1. Expand the steps whose inputs and outputs you want to review, for example:
187187

0 commit comments

Comments
 (0)