Good afternoon!
There is a working azure-function.
How can I implement remote stop, remote start azure-function in C# (visualstudio).
How to access management (start/stop https://[myname].azurewebsites.net/api/[myfunction]).
As a result, it must be remotely stopped and started in Azure using a program in C#.
Thanks.