Question about the contents of the requests table in the Application Insights log query
There are two types of columns in the requests table: the contents of the duration column and FunctionExecutionTimeMs in the customDimensions column. I would like to know what the difference between these two is. I am transferring the execution logs of…
Azure function New Relic APM Service Not Creating after publish
I have implemented new relic into azure function. It is working fine in local environment. I am getting logs and traces in APM service but after the deployment to the function app in azure. APM service is not getting created or working. One more thing…
Cannot find functions option in the functions dropdown of the function app
I m using free tier of azure cloud. Also I have inserted 2 images one without functions option and another with functions options. the first image is of my account and 2nd image is from random persons account.
Skip particular requests to be logged in Application Insights
Hello! I'm struggling with configuring Application's Insights Telemetry Client. I have Headless Sitecore application with Vue on client side and Nodejs express that used as proxy. Currently we have application insights in place but facing a lot of…
How to enable OpenAPI v3 in in Azure Function isolated model with .net8.0
Cannot use Microsoft.Azure.WebJobs.Extensions.OpenApi as dependency in Azure Function isolated model due to package prefix requirement according to…
Azure function Python Http Trigger 'Operation was aborted' throws KeyError
I am locally developing an azure function http trigger with Python. My function runs, half way through I get the message 'Operation was aborted'. A few minutes pass and the code continues successfully but the function is no longer executing. My code then…
UnAuthorized access to Function App from AI search Engine by using CustomSKill.
Hi, Previously like a month ago I have been able to access FunctionApp in CustomWebSKill in Azure AI Search by providing URI and AuthResourceID.However, now first AuthResourceID isn't getting saved in the customskill,moreover now I am not able to access…
Easy Auth Setup in Azure Function not working
Hi, we have a scenario where we have to expose documents to out internal employees stored in blob storage over a URL, to have this implemented we have build a function app which has a get endpoint where passing a container name and blob name, the…
Will Azure Functions operate through the closed LGWAN network?
We are currently developing an application for Japanese government agencies using Azure resources. Since the LGWAN, a closed network used by government entities, cannot directly connect to the public internet, communication is facilitated via gateways or…
Host instance 'xxxxxxxxxxxxx' failed to acquire host lock lease: Azure.Storage.Blobs: Service request failed.
We are suddenly not seeing any custom events for a function app. Able to see Requests and Traces but not custom event since the last 2 days. There have been no deployments. And the below error is popping up: Host instance 'xxxxxxxxxxxxx' failed to…
unable to retrieve function in Azure Function APP
The problem "internal host error" appears every time I attempt to build a function (HTTP Trigger) in a Function APP. However, after several attempts, I was able to successfully create the function. After writing the function and testing, I exit…
azure function app connection string unable to add/remove/update
Unable to add/update/rename/delete function app connection string in env variable section. I was able to add that before, I have contributor access.
How to fix error when publishing Azure function with Project reference?
I’ve created an Azure Function with a Timer Trigger that works fine and can be deployed successfully. However, after adding a project reference from the Azure Function to another project in the same solution, I can no longer deploy the Azure…
Issues Handling Paginated Data in My Azure Function for a Test API
I’m building a small project that helps students learn to work with APIs by using real-world examples. I decided to use Free Test API as it provides dummy product data that’s easy to work with. Here’s what I’m trying to do: Fetch paginated product data…
Always get "The subscription 'xxxxxxxxxxxxxxxxxxxxxxxx' is not allowed to create or update the serverfarm." when creating function app
I always get an issue while trying to create a function app in Azure. The error message, "The subscription [...] is not allowed to create or update the serverfarm,"
I am having problems connecting from Azure Flex Consumption Function App to Service Bus
I have a flex consumption function app plan which has service bus connection string set in its app settings, however it does not seem to be consuming messages from Service bus. The service bus we use is a standard plan and the error we get is…
Bot Service cannot reach out messaging endpoint
We are planning to use the Azure Bot Service in conjunction with Microsoft Teams. The bot is already set up in the Azure portal, the Teams channel is enabled, and we have specified a message endpoint that points to a web service located within our…
Value must conform to exactly one of the associated schemas
Default host.json: { "version": "2.0", "logging": { "applicationInsights": { "samplingSettings": { "isEnabled": true, "excludedTypes":…
Failed to update web app settings: Number of Web workers must be greater than zero
Hello, I am trying to update FTP state to FTP Only under Settings = Configurations. Getting error as 'Failed to update web app settings: Number of Web workers must be greater than zero. I even increased the instance and still this didn't worked.
After migration to .NET 8 Isolated, unable to publish using Visual Studio 2022
Hi, I upgraded an Azure Function (Linux) to dotnet 8 Isolated model following the documentation. The function runs fine in local, but I cannot publish it to Azure. I get the error "The attempt to publish the ZIP file through…