You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/manage-logic-apps-with-azure-portal.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.author: ladolan
8
8
ms.reviewer: estfan, logicappspm
9
9
ms.topic: article
10
10
ms.custom: mvc
11
-
ms.date: 04/06/2020
11
+
ms.date: 04/13/2020
12
12
---
13
13
14
14
# Manage logic apps in the Azure portal
@@ -173,6 +173,50 @@ Deleting your logic app affects your workflow instances in these ways:
173
173
174
174
The Azure portal shows a notification on the main Azure toolbar that confirms whether your operation succeeded or failed.
175
175
176
+
<aname="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
+
<aname="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
+

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
+

199
+
200
+
<aname="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
+

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
+

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.
0 commit comments