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
- Log into Azure Portal using your org credentials.
- Locate your web app under App Services.
- Use App Service Editor or Kudu to access and edit your files in
/site/wwwroot
. - Check deployment methods to ensure direct changes are not overwritten.
- Backup your files before making changes.
- 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.