Cannot use the editor functionality for Azure App services from the portal

SilvaPaulaD 56 Reputation points
2023-10-25T20:56:17.5466667+00:00

I enabled a WAF for my site and enabled IP restrictions so that all requests go through my firewall. I have not been able to use the edit functionality from the Azure Portal. I get a 403 error. What IP should I unblock?

User's image

User's image

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 22,721 Reputation points Moderator
    2023-10-27T08:10:02.2966667+00:00

    @SilvaPaulaD Thanks for reaching here!

    To access the editor, there are two ways-

    1. Go to App Service Editor (Preview) in the Development Tools section of the left-hand navigation of your app and see if that works.
    2. 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
    3. 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.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.