question

JH-1012 avatar image
0 Votes"
JH-1012 asked MayankBargali-MSFT commented

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

Step 1. Create Azure service "Resource Group" -> Create Azure feature from portal
Step 2. Follow "https://docs.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
jsp1.png (41.0 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PierreLucGiguere-5297 avatar image
0 Votes"
PierreLucGiguere-5297 answered MayankBargali-MSFT commented

Hi,

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

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@JH-1012 As @PierreLucGiguere-5297 has mentioned this should help you.

1 Vote 1 ·