This is my event log
2019-09-04T23:29:47 Welcome, you are now connected to log-streaming service. The default timeout is 2 hours. Change the timeout with the App Setting SCM_LOGSTREAM_TIMEOUT (in seconds).
IIS Detailed Error - 403.14 - Forbidden
HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.Most likely causes:- A default document is not configured for the requested URL, and directory browsing is not enabled on the server.
- If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists.
- Enable directory browsing using IIS Manager.
- Open IIS Manager.
- In the Features view, double-click Directory Browsing.
- On the Directory Browsing page, in the Actions pane, click Enable.
- Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.
Detailed Error Information:Module DirectoryListingModuleNotification ExecuteRequestHandlerHandler StaticFileError Code 0x00000000 Requested URL https://marcial:80/Physical Path D:\home\site\wwwrootLogon Method AnonymousLogon User Anonymous
More Information:This error occurs when a document is not specified in the URL, no default document is specified for the Web site or application, and directory listing is not enabled for the Web site or application. This setting may be disabled on purpose to secure the contents of the server.
Microsoft Knowledge Base Articles:
I have no idea how to access IIS Manager in azure, not even using one. The website is build in React and deployed in azure.
