Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
166 views

The Azure function has 3 different environment - Dev, Test and Prod. The Dev and Test did not shows the warning given below and only Prod showed the warning. When I analyze, I found Prod is not build ...
user3497702's user avatar
0 votes
2 answers
121 views

I have an Azure Function App: host.json bundle version: "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle", "version": "[4.0.0, 5.0....
Aiden Dipple's user avatar
0 votes
2 answers
248 views

I am trying to use Azure function output bindings to send message to a service bus topic having one subscription Following piece of code is doing the job but I am not able to set Custom Properties ...
user2243747's user avatar
  • 2,997
1 vote
1 answer
187 views

Background problem: I have a document POCO that I would like to use with the CosmosDbOutput binding extension (latest, v4). I prefer to have my POCO property names in PascaLCase, and my Cosmos / Json ...
Adam Vincent's user avatar
  • 3,869
0 votes
1 answer
342 views

I working on migrating Azure function app (servicebus trigger) from .NET 4.8 to .NET 8 which is working in my local as expected without any errors. When I deploy the function app to Azure Portal I am ...
Siri's user avatar
  • 11
1 vote
1 answer
947 views

I am using a Docker image as my function app container and one thing I want to configure is the path to the entry point of the function app. It is function_app.py in v2 programming model. I am ...
EMMA LYU's user avatar
2 votes
1 answer
832 views

Our Azure Functions are using runtime version 4, I've upgraded Microsoft.Azure.WebJobs.Extensions.Storage to 5.3.1 as required to be able to utilise dynamic concurrency. When I add enable dynamic ...
Andrew Duffy's user avatar
0 votes
1 answer
1k views

I am trying to create an Azure Function with typescript. I am fairly new to both. I followed the docs and create one Azure function using the steps mentioned in the Azure Docs. Docs: [Azure function ...
Rishabh Dwivedi's user avatar
0 votes
1 answer
167 views

H All , Getting below error while sending request to azure function from a web app . all hosted local Visual studio 2022 mscorlib: Exception while executing function: FuncToQ. Microsoft.Azure.WebJobs....
Mitali's user avatar
  • 1
0 votes
1 answer
127 views

I have azure function developed using .Net 6.0 InProcess mode. I have used below code for Authentication but its not working now with lastest runtime on azure portal. Azure functions are not loading ...
Arvind Pathak's user avatar
0 votes
1 answer
957 views

When running the Azure Function locally, I would like the environment to be set to 'local' instead of Development. How would I make that change? Microsoft info: https://learn.microsoft.com/en-us/...
ShaneKm's user avatar
  • 21.5k
0 votes
1 answer
275 views

I have here a piece of code that calls a different api inside of azure functions. that request takes a while if it takes longer than 4 minutes the client will timeout, not the functions itself. Here ...
Mathijs Glazema's user avatar
0 votes
1 answer
2k views

I am updating an Azure Functions project from .NET 7 to .NET 8 and it is not picking up any of the HTTP Handlers in the Azure Portal when it previously would when targeting .NET 7. I added the ...
Matt Cook's user avatar
1 vote
2 answers
186 views

I added logging through opentelemetry and now I am getting duplicated entries of logs as they are sent through both Function's handler and opentelemetry handler. I want to disable Function logging as ...
greatvovan's user avatar
  • 3,234
0 votes
1 answer
695 views

I have created 2 Python (V2 Programming model) Azure Functions in Vs Code and used a workspace. When I click F5 or start debugging, only the first project session starts debugging, but not the second. ...
Shivani's user avatar
  • 226
9 votes
3 answers
8k views

I have just created a new Azure Functions project with a Queue Trigger, straight out of the box using the following tech stack, and it doesn't build, and returns an error stating that " Error ...
Goober's user avatar
  • 13.5k
0 votes
1 answer
298 views

I just wrote a new function with java runtime 17. Locally, I am able to run the azure function but the deployment is giving "No HTTP triggers found.". This started happening today. It was ...
user3364310's user avatar
0 votes
2 answers
392 views

While trying to locally run azure function in Microsoft Visual Studio Enterprise 2022 edition. Initially get popup message showing message that "The debugger is trying to locating source file. ...
Ted's user avatar
  • 29
0 votes
1 answer
426 views

I am trying to convert an Azure Function app from the worker model InProcess to Isolated Process. For this I have decided to use the aspnet-core-integration, so my HttpTrigger takes in Microsoft....
DenLilleMand's user avatar
  • 4,670
0 votes
1 answer
356 views

I updated my function app from Function runtime v3, .NET core 3.1 to Function runtime v4 and .NET 6. I am encountering the following error every time I publish it. Everything still works though. If I ...
c830's user avatar
  • 514
1 vote
1 answer
3k views

I'm currently writing a .NET 7 isolated Azure Function. I want to configure the function and its callers to use Azure Key Vault. I've got the key vault working, everything is connected and the keys ...
Scuba Steve's user avatar
  • 1,659
1 vote
1 answer
473 views

I have an azure function that is compute intensive. While I like the ability that azure functions has to scale dynamically using Azure cloud resources, I'd also like to be able to "Bring my own ...
Taylor Lafrinere's user avatar
0 votes
1 answer
228 views

Hello Stack Overflow community, We are working on an application that uses Azure Functions with the Python runtime v2 model to interact with a PostgreSQL database. Our functions require specific ...
Divya Porwal Jain's user avatar
1 vote
1 answer
3k views

I am migrating an Azure Functions application from Runtime v3 to v4. The functions app includes Durable Functions. Migrating the code was straight forward and I had no issues running locally. However, ...
Salvatore Nedia's user avatar
0 votes
2 answers
368 views

Note: This issue is not duplicate despite the title reads similarly. The following upstream signalR trigger function has been working well until we upgraded the NuGet packages to the latest versions. [...
Arash's user avatar
  • 4,387

1
2 3 4 5
10