azure function has "access denied" when deploy. After Create Zip Pakage...

JH 1 Reputation point
2021-07-08T06:50:23.587+00:00

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

112780-jsp1.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pierre-Luc Giguere 1,076 Reputation points
    2021-07-08T17:33:48.617+00:00

    Hi,

    Had similar issue, we had to whitelist "*.azurewebsites.net".


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.