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
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
I am trying to debug Azure functions python code using VS code IDE. Local.settings.json is updated with below config "AzureWebJobsStorage": "UseDevelopmentStora
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
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
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
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
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
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
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 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
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
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
i have existing azure function in .netCore 3.1, Trying to upgrade it to .net6.0. after upgrade getting error 'BinaryFormatter serialization and deserialization
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
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
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
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
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
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