Unable to publish an azure function on a flex consumption plan

I have an existing Azure function that I am trying to publish to a newly created Azure function in Azure on a flex consumption plan. I get an error - Failed to proceed. Status code 404, (empty body). - when I try to publish a function from Rider.

1
3 comments

Hello Vivek Sharma,

Are you able to publish this function using Azure CLI? Could you check if you are publishing the function as demonstrated in this video: Azure?

0

Hi, I have same issue here, do we have any way to resolve ? 

0

Chuongpqvn,

If you are able to publish functions using Azure CLI, but publishing fails in Rider, please reproduce this issue again and collect the Rider logs with additional tracing scenarios enabled:

  • Invoke Help | Diagnostic tools | Choose Trace Scenarios
  • Enable the Azure trace scenario
  • Restart Rider
  • Reproduce the issue
  • Collect Rider logs via Help | Collect Logs and Diagnostic Data
  • Disable all trace scenarios
  • Send us your Rider logs via the Upload Service and let me know the Upload ID

In addition to the logs, please specify the exact error you see when trying to publish your Azure function.

0

Please sign in to leave a comment.