@SilvaPaulaD Thanks for reaching here!
To access the editor, there are two ways-
- Go to App Service Editor (Preview) in the Development Tools section of the left-hand navigation of your app and see if that works.
- In your web app url, add scm between your web app’s name and azurewebsites.net, and append /dev at the end of your url. So, if your web app’s name is app-service-demo, to access App Service Editor you need the following url: http://app-service-demo.scm.azurewebsites.net/dev
- Also, Could you check if you have contributor role for web app to access.
for details- see- https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
Also try to stop the service and restart it again might be helpful.
You may refer to this blog here Understanding the Azure App Service Editor might be helpful. Credit to Ken Cenerelli
Let us know if further query or issue remains.