The following error occurs when AzureWebjobsStorage value is a keyvault secretUri
Run Azure/functions-action@v1
with:
app-name: myFunctionApp
package: ./app
respect-pom-xml: false
respect-funcignore: false
scm-do-build-during-deployment: false
enable-oryx-build: false
env:
AZURE_HTTP_USER_AGENT:
AZUREPS_HOST_ENVIRONMENT:
Using RBAC for authentication, GitHub Action will perform resource validation.
Successfully acquired site configs from function app!
Detected function app sku: Consumption
Successfully acquired app settings from function app (RBAC)!
Detected function app language: Dotnet
Will archive ./app into /home/runner/work/_temp/temp_web_package_23554355612157218.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.
Error: Execution Exception (state: PublishContent) (step: Invocation)
Error: At PublishContent, AzureWebjobsStorage : Failed to fetch AccountKey or AccountName.
Error: Deployment Failed!