Skip to main content

Hi All, I have a requirement for restarting an Azure webapp using REST API calls. Has anyone worked on such solution before? Please let me share some information to start.

I have no experience with this, but the API reference is here:

https://learn.microsoft.com/en-us/rest/api/appservice/web-apps/restart?view=rest-appservice-2023-12-01

I would personally get things working with Postman first, then migrate the REST call to AA.


Yes, restarting an Azure web app via REST API is definitely achievable. You’ll need to use the Azure Management API, specifically the POST request for restart. This approach can be particularly useful when managing backend services for mobile app development in Dubai, ensuring seamless performance and uptime.


Reply