Skip to content

Commit ffe9833

Browse files
authored
Merge pull request #111142 from lauradolan/manage-restore-versions
Manage and restore previous versions of logic apps
2 parents 05da0c4 + a7d9b20 commit ffe9833

File tree

6 files changed

+41
-1
lines changed

6 files changed

+41
-1
lines changed

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

Lines changed: 41 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,46 @@ 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 and view previous versions
185+
186+
1. In the Azure portal, [find the logic app that you want to manage](#find-logic-app).
187+
188+
1. In your logic app's menu, under **Development Tools**, select **Versions**.
189+
190+
![On your logic app's menu, select "Versions" under "Development Tools"](./media/manage-logic-apps-with-azure-portal/logic-apps-menu-versions.png)
191+
192+
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.
193+
194+
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.
195+
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)
197+
198+
<a name="promote-previous-versions"></a>
199+
200+
### Promote previous versions
201+
202+
1. In your logic app's version history, [find and select the version that you want to promote](#find-version-history).
203+
204+
1. On the **History version** page, select **Promote**.
205+
206+
![Promote button in logic app's version history](./media/manage-logic-apps-with-azure-portal/promote-button.png)
207+
208+
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**.
209+
210+
![Logic Apps Designer page for promoting a previous version](./media/manage-logic-apps-with-azure-portal/promote-page.png)
211+
212+
1. To save any updates and finishing promoting the previous version, select **Save**. (Or, to cancel your changes, select **Discard**.)
213+
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.
215+
176216
## Next steps
177217

178218
* [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)