Skip to content

Commit a7d9b20

Browse files
committed
Apply review comments
1 parent 3c8be22 commit a7d9b20

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

articles/logic-apps/manage-logic-apps-with-azure-portal.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,7 @@ You can use the Azure portal for version control of your logic apps. You can fin
181181

182182
<a name="find-version-history"></a>
183183

184-
### Find previous versions
185-
186-
To see your logic app's version history and find previous versions:
184+
### Find and view previous versions
187185

188186
1. In the Azure portal, [find the logic app that you want to manage](#find-logic-app).
189187

@@ -195,27 +193,25 @@ To see your logic app's version history and find previous versions:
195193

196194
1. On the **History version** page, you'll see the previous version's details in read-only mode. You can select between the Logic Apps **Designer** and **Code view** modes.
197195

198-
![History version page for logic app with code view and Logic apps designer view](./media/manage-logic-apps-with-azure-portal/history-version.png)
196+
![History version page for logic app with code view and Logic apps designer view](./media/manage-logic-apps-with-azure-portal/history-version.png)
199197

200198
<a name="promote-previous-versions"></a>
201199

202200
### Promote previous versions
203201

204-
To promote a previous version of your logic app:
205-
206-
1. [Find and select the version that you want to promote](#find-version-history) in your logic app's version history.
202+
1. In your logic app's version history, [find and select the version that you want to promote](#find-version-history).
207203

208-
1. On the **History version** page, choose **Promote**.
204+
1. On the **History version** page, select **Promote**.
209205

210206
![Promote button in logic app's version history](./media/manage-logic-apps-with-azure-portal/promote-button.png)
211207

212208
1. On the **Logic Apps Designer** page that opens, edit the version that you're promoting as needed. You can switch between **Designer** and **Code view** modes. You can also update **Parameters**, **Templates**, and **Connectors**.
213209

214210
![Logic Apps Designer page for promoting a previous version](./media/manage-logic-apps-with-azure-portal/promote-page.png)
215211

216-
1. Choose **Save** to save any updates and finishing promoting the previous version. (Or, choose **Discard** to cancel your changes.)
212+
1. To save any updates and finishing promoting the previous version, select **Save**. (Or, to cancel your changes, select **Discard**.)
217213

218-
When you [view your logic app's version history](#find-version-history) again, the promoted version is listed at the top of the page under a new identifier.
214+
When you [view your logic app's version history](#find-version-history) again, the promoted version appears at the top of the list and has a new identifier.
219215

220216
## Next steps
221217

0 commit comments

Comments
 (0)