Function app deployments of zip files using azure cli in Microsoft Azure
Function app deployments using zip files from azure CLI are showing successfull but the functions are not getting rendered in the function app. Even tried with Microsoft Powershell as well to deploy but still getting the same issue. The function app…
Azure Function: Issues with BlobTrigger Configuration and Namespace Reference Errors
I'm encountering persistent issues with configuring a BlobTrigger in my Azure Function and need some assistance. Here's a summary of the problem and the steps taken so far: Problem Description: Trying to set up an Azure Function that processes .gz log…
upgrade function app from asp.net 6 to asp.net 8.
hello team, i need to upgrade the azure function service from asp.net 6 to 8. i have updated the target framework to .net 8 and updated nugget packages as well. can you please help me to see if any additional changes required to upgrade the .net version…
Function app stopped working complaining of connection when nothing has changed
Function app that was working ok for many months has suddenly stopped working due to : "format of the initialization string does not conform to specification starting at index 0." This function uses a shared SQL Azure db connection string…
Azure Function Container App not Scaling down
Hi all, I am having a problem with one of my Azure Container App functions. The function is subscribed to Service Bus Topics. My problem is that the Function is not scaling to Zero despite not having any messages in the topics. Any suggestions on…
Intermittent 403 Forbidden Error on Azure Function App (Linux Plan, Private Endpoint, Premium V3)
I'm experiencing an intermittent 403 Forbidden error on my Azure Function App, and I'm hoping someone can help me troubleshoot this issue. The Function App usually works fine, but occasionally it becomes inaccessible for a specific browser session. …
Function has no invocation records or 'live' logs
My function app is configured as such but I don't get invocation records, or logs in the live streaming window. Logs can be found in application insights through 'table > traces'. What is wrong with my function or configuration? When I click to see…
How do I deploy Azure function from Github Actions while function and its own storage public access is disabled.
Hello, I have created one azure function Test-Function and its storage Test-Storage. The source code is in GitHub Repositories and it is deployed to azure using GitHub Actions YML script. It was working till function and its storage is publicly…
Why does function app's dot net version changed to dotnet from dotnet-isolated after upgrading from http1.0 to http2.0
We have recently upgraded HTTP version from 1.0 to 2.0. On the function apps with dotnet isolated, it changed them to dotnet after the upgrade. This behaviour was seen with the function apps which had functions configured on them. However, for function…
Downloading app content of a function App gives error 500, not enough space on the disk
Hi there. I have a NodeJS Function App in Azure deployed via Azure Pipelines with SST. The App Service plan is a pay as you go whith sku: Y1 and Operating System: Windows I wanted to download app content including app settings in order to run the…
Azure function eventHub typescript trigger is converting message to UTF-8 string and cause data missing
I am using Event Hub to store protobuf serialized message, Everything is fine, If I am using SDK library (python or JS library) to access Event hub. But when I use Azure function Eventhub trigger (when there is new message on event hub, trigger a…
My function app isn't being invoked
How can i use diagnostics to see why my function app endpoint is not firing as expected?
locating function.json file Azure function
Good Day, I've HTTP trigger based Python Azure function, i wanted to use durable function As i far got i should use (starter) at the declaration of the function async def HusAzFuncBulkUploadMSISDN(req: func.HttpRequest, starter: str) ->…
Azure Function App Won't Retrieve Public Cert even with WEBSITE_LOAD_CERTIFICATES: *
I have a .cer loaded into an Azure Function app. I have an app setting WEBSITE_LOAD_CERTIFICATES: * (I have also tried this with the thumbprint obscured in 1st image) I am using the following code to retrieve the certificates When I deploy the…
Azure AD: function app + web app using the same app registration
Hi We're thinking of rewriting a part of our enterprise application, specifically the part that is in Azure and is implemented in a function app. The rewrite will use a web app. Is it possible to reuse the same application registration? TIA Jim
How to add app authentication to the azure function for the authenticating tokens generated by azure ad b2c
I am using Azure AD B2C for user sign-up and sign-in. When a user signs in, both an access token and an ID token are issued. I have Azure Functions hosted in my primary tenant, and I want to authenticate users before running my azure function using …
Managed API Function not recognized when building manually
Because of the permission issue when using the API build in the AzureStaticWebApp@0 task, I am skipping the API build and build it in an earlier task. Here is my task: - task: AzureStaticWebApp@0 inputs: app_location: "/dist" …
How to implement a Python sql trigger V2 function app?
Hello, I am trying to get the Python SQL trigger to work in Azure functions…
Azure Function App with Deployment Slots Storage Environment
Hi, I've tried to get an azure function app up and running with deployment slots using bicep templates. The template can create all the resources but I'm having a hard time to get the switch to work, there seem to be some issues with the environment…
how to add email into distribution list for AZURE MAG
how to add email into distribution list for AZURE MAG