function app
6 TopicsEvent 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.292Views0likes1CommentAzure 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.2KViews0likes0CommentsAzure 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.4KViews0likes0CommentsFunction 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?863Views0likes0Comments