Category "azure-functions"

WebScraping using Python & Azure : How to run an Azure Function to store pandas dataframe into a CosmoDB?

My porpouse is to automate the aquisition of data from a website. I have my python scripts to scrape tables and i can store it as a dataframe or in a csv,xlsx f

Azure Function + OpenId Connect = 500 on callback

I have an azure function (nodejs) and through the Authentication tab, I'm adding an OpenID Connect identity provider. After filling in details, when hitting the

Azure Function Deployment Failed: `Malformed SCM_RUN_FROM_PACKAGE when uploading built content.`

Trying to deploy a python-runtime (v3.6.9) Azure function using the VS Code Azure Functions extension. I created the function just fine, then... Clicked Uplo

How to implement transaction in Azure Function?

How to keep multiple actions in one transaction? anyone is failed, I want to roll back the whole operation. e.g. Action 1 is to write a record to Azure Table. A

azure cli command 'az functionapp create' - App Keys not generated

Do I miss something how to create a function using azure cli? How can I add a key to my function? Steps to reproduce: az storage account create --name $(Storage

Azure function CORS configuration with SignalR Service not working

I'm trying to connect to SignalR Service Azure function from a react front end. In front const urlRoot = 'http://localhost:7071/api'; const connection = new

Azure function error : BinaryFormatter serialization and deserialization are disabled within this application

i have existing azure function in .netCore 3.1, Trying to upgrade it to .net6.0. after upgrade getting error 'BinaryFormatter serialization and deserialization

azure function outgoing service bus message with correlation filter

I have an azure function that I want to send a message to a service bus that has a correlation filter on it. Specifically the correlation filter is on the labe

VSCode python debugger fails to attach to local port with ECONNREFUSED

I'm trying to debug locally a project that is deployed on Microsoft Azure. I have a copy of the repository on my PC and setup the launch.json file as: { "ve

Disable multiple logic apps across different Resource Groups

I have a use case where I want to disable the old Logic Apps that our company is no longer using. All the Logic App are present in different environments and ne

WarmUp function in production slot after deployment

I'm trying to understand how deployment slots work. Let’s say I have an Azure Function with one slot (production slot). This Azure Function contains multi

Listener for Azure function was unable to start error while running Azure function app locally. How to solve this?

I have one Azure function app. I am trying to run that locally but getting the below error. I have the storage emulator up and running. Storage emulator status

Azure function accessible locally only

I have an Azure static web app with a svelte front end and azure server less functions for backend. When developing locally I can connect to the functions perfe

FunctionsStartup vs IWebJobsStartup, problems reading HttpHeaders on the request

I am building a .NET Core 3.1 Azure Functions application on my local and am trying to configure a startup class. When I implement a class to inherit from Funct

Get a list of all of an Azure Function App's functions & status

With Azure Powershell, how do you get a list of all of a Function App's functions and their respective status (status at the function level, not FunctionApp lev

Azure Function App timing out at an interval of what functionTimeout parameter is equal to

The functionTimeout parameter in my host.json file is set to "functionTimeout": "00:45:00" I'm seeing timeouts happen every 45 minute interval. When I dig into

Deploying Azure Function (isolated process) to Azure using Azure DevOps is not working

Currently Microsoft has introduced a new way to treat azure functions called isolated process and it's the only way to run Azure functions on .NET5. I am trying

Powershell Azure Function Fails

First and foremost I'm new to Azure Functions and have only been working with it for a couple of weeks, so please bear with me. I was tasked with taking one of

Correct way to retry HttpClient requests with Polly

I have an Azure function that makes a http call to a webapi endpoint. I'm following this example GitHub Polly RetryPolicy so my code has a similar structure. So

how to grep information from trigger details in azure functions blob trigger (python)

how can I access the trigger details (insertionTime) shown in the monitor of an azure function inside the function call: import azure.functions as func def mai