Function App
7 TopicsError on Function APP - 502 Bad Gateway
Hi All, This is with regards to my setup in Azure function, I'm currently using .NET 6 and Consumption plan. But intermittently I'm getting 502 Bad Gateway while calling the api. It happens usually around 4 AM GMT. From logs I can see that there are 3 server nodes running at the time of the error. Is there any known issue with Azure function errors running on consumption plan? Regards,176Views1like2CommentsEvent transfer from Onprem to Cloud Connectivity
We have a On-Premises application (with Linux OS) that generates an multiple type of events and write them as files into local file system, with more than 50k events per day. The On-Premises infra have connectivity to Azure but application doesn't have it. These event needs to be published to cloud based application, and we also need to audit every events, there will be high impact even if single event is lost. The existing documentation is not sufficient to arrive at a solution, Is there any recommended options.367Views0likes1CommentAzure Func Deployment error: The 'Performing deployment' operation conflicts with the pending
I am trying to create a devops pipeline to deploy an azure function. Each time I try I get the error: BadRequest: The 'Performing deployment' operation conflicts with the pending 'Performing deployment' operation started at 2022-08-16T13:01:47.6881726Z. Please retry operation later. I have waited 2 hours and still get this error. In the resource group, i cannot see any pending deployments, only failed deployments. Also, get-AzDeployment cmdlet returns no data so i cant find any deployments that may be blocking. Any ideas how to resolve this?1.3KViews0likes0CommentsAzure Functions - New Comic
You are a Cloud lover? But you prefer Azure? Learning with fun? And most of all, you like serverless? You will probably enjoy our new comic about Azure Function with Jonah Andersson as guest star! If you want to deep dive, do not hesitate to visit the official documentation on the Microsoft website: https://learn.microsoft.com/en-us/azure/azure-functions/functions-overview Enjoy and share, it's free!1.5KViews0likes0CommentsFunction apps conflicting
Has anyone seen function apps conflicting? I run two functions under the same app. They both receive data from webhooks that come from the same place, but different types of data. When I run the second one, some data doesn't go to the first one. Has anyone seen or heard of this before?889Views0likes0Comments