An Azure service that provides a hybrid, multi-cloud management platform for APIs.
@Alienator You can leverage the management API endpoints to start and stop the app:
https://learn.microsoft.com/en-us/rest/api/appservice/webapps/start
https://learn.microsoft.com/en-us/rest/api/appservice/webapps/stop
You can use HTTP client to make an API call to the endpoints mentioned in the document. You may need to pass an authorization token for validation , for that please refer to this
Please check https://learn.microsoft.com/en-us/answers/questions/156205/index.html
Please let me know whether this makes sense. If yes, please don't forget to "accept the answer" and "up-vote" so that it could help others in the community.