Category "azure-functions"

WorkerConfig for runtime: dotnet-isolated not found

Created a .NET 6.0 Isolated Function (with HTTP Trigger) in Visual Studio 2022. But when running/debug this function locally, get following error: Microsoft.Azu

azure function is not working in azure cloud but working in local. giving error in python script

import datetime from distutils.log import log import logging import os import azure.functions as func def main(mytimer: func.TimerRequest) -> None: utc_

Exceeded language worker restart retry count for runtime:node. Shutting down and proactively recycling the Functions Host to recover

I am currently trying to do the MS tutorial on Azure serverless webapps, but I am completely stuck. Whenever I try to start the sample, (be it by pressing F5 to

Azure function .net 6 return error 500 after deploy

I've migrated a project from .net core 3.1 to .net 6.0. I've resolved/updated all nugets and my functions runs well on local environments (I've tested on two pc

Deployment slots in Azure FunctionApp

I'm trying to understand how deployment slot works (https://docs.microsoft.com/en-us/cli/azure/webapp/deployment?view=azure-cli-latest). I ran the following com

Uploading Attachment on Azure DevOps using Create Attachment WIT

I am working on this task in which I am supposed to take a file from the user, upload it on Azure DevOps, create Release pipeline, and then triggerthe release w

Escape '\' in dynamic content in Azure Data Factory

I am hitting a query through lookup activity on DB2 Database using ADF. Query is: But when I execute the query the '\' count gets double. The output is provide

How to configure an Azure custom handler with a timer trigger?

I'm trying to configure a new function in my Golang custom handler that uses a timer trigger. But I haven't been able to find any documentation for it. I've rev

Visual Studio: ScriptLoggingBuilderExtensions.cs not found when debugging

I am using Visual Studio version 16.7.3 (latest) and recently came upon a problem. I am creating an Azure Function, using .net Microsoft.Azure.WebJobs. Everythi

Powershell - Azure AD Application Registration - how to set ID tokens?

Background Information I have two separate PowerShell scripts. One uses an ARM template to deploy a function app, along with storage accounts etc. It runs unde

Unable to debug Python Azure function in VS Code IDE. Getting connect ECONNREFUSED 127.0.0.1:9091 error

I am trying to debug Azure functions python code using VS code IDE. Local.settings.json is updated with below config "AzureWebJobsStorage": "UseDevelopmentStora

Azure durable function on aks cluster not working

I have created an azure durable function and put it in a docker container, everything is working in docker desktop, the azure durable function is using and MQ r

Azure Function Optional Query Parameter

is there a way to set optional query parameters in Azure Functions? The parameter should not be set as route parameter. To get the query parameters i use follow

Attempting to authenticate Azure AD in Azure Function returns 401, "IDX10516: Signature validation failed."

I'm attempting to build an SSO prototype using an Azure Function web API and a react-based SPA connected to Azure AD. The goal is to use "Easy Auth" (aka Azure

azure app service authentication/authorization not available

I am attempting to set up the authentication for a Google login in my Azure App Service. However In my App Service the 'Authentication/Authorization' section is

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