How do I deploy Azure function from Github Actions while function and its own storage public access is disabled.

Kashikar, Bhavesh 0 Reputation points
2025-01-30T07:19:35.3566667+00:00

Hello,

I have created one azure function Test-Function and its storage Test-Storage. The source code is in GitHub Repositories and it is deployed to azure using GitHub Actions YML script.

It was working till function and its storage is publicly accessible, but it has stopped working after making it private. It is cybersecurity requirement that azure resource should not be publicly accessible.

It is giving below error;

Error: Failed to deploy web package to App Service.

Ip Forbidden (CODE: 403)

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.