question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to fetch Kudu App Settings

See original GitHub issue
Run Azure/functions-action@v1
##[Initialize]
##[ValidateParameter]
Successfully parsed SCM credential from old publishProfile
##[ValidateAzureResource]
Using SCM credential for authentication, GitHub Action will not perform resource validation.
Error: Execution Exception (state: ValidateAzureResource) (step: Invocation)
Error:   When request Azure resource at ValidateAzureResource, Get Function App Settings : Failed to acquire app settings (SCM)
Error:     Failed to fetch Kudu App Settings.
Not Found (CODE: 404)
Error:       Error: Failed to fetch Kudu App Settings.
Not Found (CODE: 404)
    at Kudu.<anonymous> (/home/runner/work/_actions/Azure/functions-action/v1/node_modules/azure-actions-appservice-rest/Kudu/azure-app-kudu-service.js:62:23)
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/work/_actions/Azure/functions-action/v1/node_modules/azure-actions-appservice-rest/Kudu/azure-app-kudu-service.js:5:58)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
Error: Deployment Failed!

I’m sorry the repo is a private repo so I can’t share the function code, but this is something was working some time ago, and now my latest builds are getting this error

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
balag0commented, Dec 17, 2020

@loganmc10 Found the issue and applied a mitigation. The issue was specific to consumption sku so your experience is not surprising. Could you try again and update please.

There is a small possibility the app you are using might land on a bad worker (not all bad workers are completely drained at this time) but I expect this to be rare. Restarting the app will switch the app to a different worker in case you do hit the issue.

1reaction
divyagandhisethicommented, Dec 16, 2020

SIGTERM evictions are completely unrelated to client side 404s.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure release pipeline error: Failed to fetch Kudu App Settings ...
This problem is often caused by application level issues, such as:1.requests taking a long time 2.application using high memory/CPU 3.
Read more >
Azure DevOps release fails - Failed to fetch Kudu App Settings
The new release is throwing an error in the "Deploy Azure App Service" step that says "Error: Failed to fetch Kudu App Settings....
Read more >
Azure DevOps release pipeline getting fail with "Failed to fetch ...
I am using Azure ADO Pipeline to build and push Docker Image to ACR from my code in build pipeline and release pipeline...
Read more >
Failed to fetch Kudu App Settings. Internal Server Error (CODE ...
Type: Bug. Enter Task Name: Azure/functions-action@v1. Environment. Server - Github actions. Issue Description. My app was working for ...
Read more >
Gaurav Sood on Twitter: "@AzureSupport hi , i enabled pvt ...
When I run release pipeline for Azure App service with private endpoint, Below error happens Error: Failed to fetch Kudu App Settings.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found