Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Api Connections: Change the connection name

I created a couple of Azure API connections and it allows me to change the display name, but there is no way to change the name itself. Apparently, it automatically creates the connections based on the connection type. Is there a way to control this?

like image 555
Saeid Avatar asked Jan 21 '19 20:01

Saeid


1 Answers

Yes, you could deploy API connector and change its name with Template. If you already have a API connector, click it then choose Automation script and click Deploy.Like the below pic shows.

enter image description here

Now choose Edit template and for convenience delete the parameters and resources you don't want to use. In here you could change defaultValue as the name ,after modify the template would be like the pic shows, then click save. I fthe name in SETTING is not changed you also could change it here.

enter image description here

And the result shows the API name is not the original default name.

enter image description here

Note: This way is only used to deploy the API connectors.

Hope this could help you, if you still have other questions, please let me know.

like image 146
George Chen Avatar answered Nov 07 '22 22:11

George Chen