How do I deploy Azure function from Github Actions while function and its own storage public access is disabled. #150299
Unanswered
bhaveshkashikar-eaton
asked this question in
Actions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
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)
Beta Was this translation helpful? Give feedback.
All reactions