Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,926 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm facing this error when trying to deploy a new function, using VS Code Azure Functions extensions and option "Deploy to Function App".
In IAM I have Owner role.
17:43:59 flow-metrics-dev-fn: Starting deployment...
17:44:01 flow-metrics-dev-fn: Creating zip package...
17:44:01 flow-metrics-dev-fn: Adding 6 files to zip package...
17:44:01 flow-metrics-dev-fn: azure_blueprint.png
17:44:01 flow-metrics-dev-fn: README.md
17:44:01 flow-metrics-dev-fn: Commons.js.map
17:44:01 flow-metrics-dev-fn: MetricsStorageQueueConsumer2.js.map
17:44:01 flow-metrics-dev-fn: Commons.js
17:44:01 flow-metrics-dev-fn: MetricsStorageQueueConsumer2.js
17:44:02 flow-metrics-dev-fn: Zip package size: 73.3 kB
17:44:21: Error: Error 403 - Forbidden
The web app you have attempted to reach has blocked your access.
This function already existed in Serverless plan, I was able to deploy using same steps, but last week I faced the same 403 error.