Deploying Azure Function using RBAC and Linux Consumption plan #211
Unanswered
JamesPSScott
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been trying to get Azure Function deployment to ubuntu-latest but I have not managed to get it working... Is there some type of Step-by-Step for this? I did see some information on main GitHub page hinting at some extras that need to be considered, but I haven't managed to get everything working together.
Here's the error I've been getting:
Will archive ./output into /home/runner/work/_temp/redacted.zip as function app content
Will use WEBSITE_RUN_FROM_PACKAGE to deploy since RBAC is detected and your function app is on Linux Consumption.
Using AzureWebJobsStorage for Blob access.
Package Url will use SAS.
Error: Execution Exception (state: PublishContent) (step: Invocation)
Error: When request Azure resource at PublishContent, Sync Trigger Functionapp : Failed to perform sync trigger on function app. Function app may have malformed content. Please manually restart your function app and inspect the package from WEBSITE_RUN_FROM_PACKAGE.
Error: Deployment Failed!
Any guidance or help would be appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions