Category "azure-functions"

Trouble to deploy azure functions

I'm having trouble when trying to deploy via GitHub actions integration in the Azure Function. The workflow message returns me: Cleaning up temp folders from pr

"maxConcurrentRequests" is not working in dedicated ASP for azure function

I have Azure function in V4. and I have host.json as it is mentioned that maxConcurrentRequests is 10 but at the time of execution azure function ignores this s

How can I get VS2019+ to run docker compose?

I have a solution containing an Azure Function App and my app uses CosmosDb and some other services when debugging/running locally via Visual Studio. I have a d

Azure Functions V4 // ServiceBusTrigger and binding properties like Message or MessageReceiver

I am working on an Azure Function (in-process model, V 4.1) with a ServiceBusTrigger for a queue. The function works fine and gets triggered. The function looks

How to retrieve all rows using Azure Table Storage bindings for Azure Functions

I am using azure table storage bindings as described here https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table-input?tabs=in-

Use AzureFunction to connect to LogicApp

I have a LogicApp which can connect to an Azure database and SFTP etc, so all API connections have been created which can be viewed in API Connections in Azure.

Write files to azure function

I have an azure function that take some files from storage account and write them inside the function , whene I run locally it works but whene I deply it shows

How to Read & Write to same Blob file in Azure Function (.NET6)

In Azure Function V1 (.NET4) code below worked fine [FunctionName("run")] public static HttpResponseMessage run( [HttpTrigger(AuthorizationLevel.Anonymous, "pos

Azure Function does not connect to Cosmos DB

I keep getting an error in application insight when trying to run my Azure function, it works locally on my computer but does not work in Azure. Here is the err

Is it possible to run two functions (one running FastAPI - ASGI, and one running Flask - WSGI), in one Azure function App?

Im trying testing if its possible to run two functions in one Azure function app one running FastAPI and the other one running Flask. I tried to specify a diffe

Problem Running Azure Durable Function in parallel

I am trying to run each API call to my Azure Durable Function in parallel. It works fine with executing just a single call, but when I get multiple calls at onc

Enqueueing a message to Azure Storage in an Azure function without changing the output

I have a custom handler written in Go running as an Azure Function. It has an endpoint with two methods: POST /entities PUT /entities It was easy to make my ap

Stick setting to staging slot

I have the following bicep file that adds deployment slots with config settings: var appSettings = [ { name: 'WEBSITE_RUN_FROM_PACKAGE' value: 1

Azure Function : Release pipeline to include appsettings.json values

I have 2 settings file in my Azure Functions Project. 1)local.settings.json 2)appsettings.json In the Startup.cs I am combining both into a single Configuration

ModuleNotFoundError: No module named 'azure.cosmos' on azure function in visual studio code

I've been trying to incorporate azure.cosmos into a azure function without using binding since the scenario isn't beneficial for it. The problem every time i tr

Python Azure function logging into Azure Monitor (App Insights)

We are wanting to log custom properties using the Opencensus library in our Azure function. We are able to log custom properties (in our logs) into Azure Monito

Azure.Data.Tables method - how to change from using shared key + Uri to managed Id?

I have an Azure function (HTTP Trigger) that writes to a queue, but also to a storage table. It's been working fine but now I need to move everything over to us

How to add token in the Header for the python azure function app Http response and to get the status code of 200. Then it has got to the main code

How to get the Token from the user and we pass in its python azure HTTP trigger function app and once the status code is 200 then only it has to go to the main

Registering Class Settings into Azure Function App via Dependency Injection

I'm in the process of upgrading one of our Azure Function Apps from .NET Core 3.1 to .NET 6. As a result, I need to implement dependency injection. Our project

C# Calling an azure function http trigger from azure function timer trigger

I already have an HTTP trigger function that I have published in Azure. I want to run the HTTP trigger on daily basis. So I thought I would create another timer