Skip to content

Commit 3c8be22

Browse files
committed
Manage and restore previous versions of logic apps
1 parent 99d0e12 commit 3c8be22

File tree

6 files changed

+45
-1
lines changed

6 files changed

+45
-1
lines changed

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

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: ladolan
88
ms.reviewer: estfan, logicappspm
99
ms.topic: article
1010
ms.custom: mvc
11-
ms.date: 04/06/2020
11+
ms.date: 04/13/2020
1212
---
1313

1414
# Manage logic apps in the Azure portal
@@ -173,6 +173,50 @@ Deleting your logic app affects your workflow instances in these ways:
173173

174174
The Azure portal shows a notification on the main Azure toolbar that confirms whether your operation succeeded or failed.
175175

176+
<a name="manage-logic-app-versions"></a>
177+
178+
## Manage logic app versions
179+
180+
You can use the Azure portal for version control of your logic apps. You can find your logic app's version history, and promote previous versions.
181+
182+
<a name="find-version-history"></a>
183+
184+
### Find previous versions
185+
186+
To see your logic app's version history and find previous versions:
187+
188+
1. In the Azure portal, [find the logic app that you want to manage](#find-logic-app).
189+
190+
1. In your logic app's menu, under **Development Tools**, select **Versions**.
191+
192+
![On your logic app's menu, select "Versions" under "Development Tools"](./media/manage-logic-apps-with-azure-portal/logic-apps-menu-versions.png)
193+
194+
1. Select the **Version** of your logic app to manage from the list. You can enter the **Version** identifier in the search bar to filter the list.
195+
196+
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.
197+
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)
199+
200+
<a name="promote-previous-versions"></a>
201+
202+
### Promote previous versions
203+
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.
207+
208+
1. On the **History version** page, choose **Promote**.
209+
210+
![Promote button in logic app's version history](./media/manage-logic-apps-with-azure-portal/promote-button.png)
211+
212+
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**.
213+
214+
![Logic Apps Designer page for promoting a previous version](./media/manage-logic-apps-with-azure-portal/promote-page.png)
215+
216+
1. Choose **Save** to save any updates and finishing promoting the previous version. (Or, choose **Discard** to cancel your changes.)
217+
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.
219+
176220
## Next steps
177221

178222
* [Monitor logic apps](monitor-logic-apps.md)
41.5 KB
Loading
41.1 KB
Loading
15.4 KB
Loading
24.7 KB
Loading

0 commit comments

Comments
 (0)