Hi,
Had similar issue, we had to whitelist "*.azurewebsites.net".
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Step 1. Create Azure service "Resource Group" -> Create Azure feature from portal
Step 2. Follow "https://learn.microsoft.com/ko-kr/azure/azure-functions/create-first-function-vs-code-node".
Step 3. Build succeeded and deployment failed
In fact, I have had a similar problem solved before.
At that time, however, the problem was solved by allowing certain URLs to be used by the network team as a problem in the "JAVA" environment.
This is a deployment issue in a "javascript" environment, but the same problem occurs with "Access Denied".
Previously, @MayankBargali-MSFT was asked to allow the domain "*. scm.azurewebsites.net".
I wonder if the URL domain that should be allowed is different from the "JAVA" environment.
Msg is "Access Denied" T_T
Hi,
Had similar issue, we had to whitelist "*.azurewebsites.net".