how to start editing azure webpage?

Balvers, Ron 20 Reputation points
2025-03-19T18:46:20.2933333+00:00

I have a web page created in azure: username.azurewebsites.net, by my organization. I would like to edit this page but no idea how to start on this. How to find and get into my root directory and change it. My organization should have username and password but nobody can help them.

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
96 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jose Benjamin Solis Nolasco 3,431 Reputation points
    2025-03-19T19:22:52.2366667+00:00

    Hello. Balvers, Ron

    To start editing your Azure web page (username.azurewebsites.net), you'll need to access the files that power your web app. There are several ways to do this depending on how your web app was set up

    1. Log into Azure Portal using your org credentials.
    2. Locate your web app under App Services.
    3. Use App Service Editor or Kudu to access and edit your files in /site/wwwroot.
    4. Check deployment methods to ensure direct changes are not overwritten.
    5. Backup your files before making changes.
    6. Ensure proper permissions are granted by your administrator.

    Once you’ve accessed the file system, you can start editing just like you would in any code editor, and changes will reflect on your website after you save them.

    You can take a look a this Microsoft channel

    See https://www.youtube.com/watch?v=0QO2jdinCoQ&pp=ygUOYXp1cmUgd2ViIHBhZ2U%3D

    Another channel https://medium.com/@nasreddine.skandrani/deploy-from-visual-studio-code-to-azure-bb5a25059339

    Azure Reddit topics https://www.reddit.com/r/AZURE/comments/1do6kn0/azure_web_app_deployed_how_to_push_edits_to_web/

    I hope this clarifies things.

    Please remember to "Accept Answer", so that others in the community facing similar issues can easily find the answers.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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