Azure functions not displaying in the function app I created
I created an azure function app. When I try to create a function for it, for the first time the online editor open up and I can write the code. Now if I come to the function app and check under the functions tab it is not the showing the functions I…
Why does azure functions create a bin folder inside bin?
I am working with azure function. The problem I am experiencing is that after build it is creating nested bin folder. .........\bin\Debug\net8.0\bin.
can I browse the data in a backup from an azure backup agent in my online account?
I use MARS agent to backup my onsite server. That server is hung up, but it appears the backup is running based on logs I see at portal.azure.com. Can I browse the backed up data online at my Azure account?
Azure functions dont deploy due to imports
Hi, I have an azure function app with multiple functions, with each function having their own folder and a function_app.py file in the root. The functions share common helper functions which are defined in two separate folders in the root directory - db…
Unauthorized Activities, Account Deactivation, and Unauthorized Charges
I am writing to urgently report a critical security breach and request immediate assistance. My Azure account has been deactivated following unauthorized activities and I am facing a billing issue of thousands of dolars for services I did not request or…
Unable to Create Service Connector Between Azure Function App and MySQL Flexible Server in Virtual Network
Hi Azure Community, I'm trying to create a service connector between my Azure Function App and an Azure MySQL Flexible Server, which resides in a Virtual Network. Here’s the setup and the challenges I’m facing: Setup: Function App: Hosted in Azure with…
How to fix System.IO.FileNotFoundException exception caused by a missing System.Memory.Data.dll in the bin folder
I am experiencing this issue across all my Azure Function apps after a recent NuGet update to SDK v8.0.403. All of these function apps are using the In-Process model. I have updated all my NuGet packages, including…
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,"
When will python 3.12 be supported?
Hi, I updated my entire stack to Python 3.12 since the AZ CLI and the functions core v4 now support python 3.12. I discovered though that the Azure Function App platform still doesn't support these. First i got the following warning when running func…
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.
What is the reason of the function app error 'We were not able to load some functions in the list due to errors. Refresh the page to try again.'
I am trying to deploy a new version of my function app using Github actions. I created a new HTTP trigger, deployed it to the dev slot, and confirmed that is works correctly. Then, I deployed the same update to the production slot using Github Actions as…
Discrepancy in Azure Function App Deployment Between Portal and PowerShell
I encountered an issue while deploying a Function App in the East US region: Issue with Azure Portal: Deployment failed with the error: "The template deployment 'Microsoft.Web-FunctionApp-Portal-XXXXXXXX' is not valid according to the validation…
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…
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…
.Net 8 dotnet-isolated runtime starup errors for function app
I successfully migrated one of the function apps while another ran into an error and I get the following error on startup while locally it runs fine I have removed the WEBSITE_RUN_FROM_PACKAGE from app settings while it automatically gets created when…
Azure function intermittent error during cold start after converting to .NET 8 isolated worker
I have an Http Trigger Azure function that has been working fine for the past 2 years. It is an Azure Function running on a Windows Consumption App Service Plan. I recently updated from .net6 in-process to .net8 isolated worker model. After the upgrade…
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 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…
Function App Blob Trigger not working after migrating to isolated model
After migrating my function app from in process (.NET 6) to isolated (.NET 8), I am encountering a runtime error related to the blob binding. I have migrated multiple function apps already, but for this one I am encountering a runtime exception on the…
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…