Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to rename existing Azure Logic App?

Tags:

I have created a logic app, but now I want to rename existing logic app in Microsoft Azure portal.

I have been looking for options, but could not find one.

like image 728
Ravi Anand Avatar asked Jan 09 '17 10:01

Ravi Anand


People also ask

Can I rename logic app?

Rename your logic app. Currently there is no way to rename your consumption logic app. Being able to clone your logic app and provide a new name allows you to maintain existing functionality while being able to provide a new name.

How do I edit Azure logic app?

Edit deployed logic appIn the Azure window, under Logic Apps, expand your Azure subscription, and select the logic app you want. Open your logic app menu, and select Open in Editor. Or, next to your logic app's name, select the edit icon.

How do I manage my logic apps?

In the Azure portal's main search box, enter logic apps , and select Logic apps. On the Logic apps page, review the logic app's Status column. In the checkbox column, select the logic apps you want to stop or start. To stop the selected running logic apps, on the Overview pane toolbar, select Disable/Stop.


2 Answers

You cannot rename web app as far as I'm aware. You can redeploy using different name and then delete existing one.

like image 103
Milen Avatar answered Sep 20 '22 15:09

Milen


Select the LogicApp, clone it with a new name, delete the old one.

like image 34
Paul Avatar answered Sep 21 '22 15:09

Paul