As part of Failover/negative testing, want to restart Azure App Service Environment in pipeline. Currently it's being done manually using restart button of ASE resource in Azure Portal
As a part of research came across App Service Environment -Reboot API (Reboot all machines in an App Service Environment)https://learn.microsoft.com/en-us/rest/api/appservice/appserviceenvironments/rebootWondering is this same as ASE restart from Azure portal?or Is there any other way to do this?