5,937 questions with Azure Functions tags

Sort by: Updated
1 answer

Handling key rotation in azure function app which pulls latest secret version from key vault

I fetch the secrets from the key vault in Azure functions by setting the property in Configuration using: @Microsoft.KeyVault(SecretUri=https://myvault.vault.azure.net/secrets/mysecret/) I don't use the secret version in the above setting so that it…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,453 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2021-09-07T05:00:31.793+00:00
Bhakuni, Priyanka (CW) 101 Reputation points
commented 2021-09-27T08:02:16.57+00:00
AnuragSingh-MSFT 21,551 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

How to get Query String in Azure Function Isolate Process Http Trigger Get Method

I want to get Query String when it is in Get type in Http Trigger isolation process way. How can I do that? I found an article like the one below, but is there a way other than the two methods below? …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2021-09-27T01:58:02.833+00:00
이 상준 21 Reputation points
accepted 2021-09-27T05:16:25.227+00:00
이 상준 21 Reputation points
2 answers One of the answers was accepted by the question author.

Azure function key invalid after swapping slots

Our Azure FunctionApp (V3) has two slots: the default one and the "warm-up" slot. We deploy to "warm-up" and then swap the slots with this Azure DevOps task: - task: AzureAppServiceManage@0 displayName: Swap slots inputs: …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2021-06-21T14:00:16.383+00:00
Roman Nikitin 101 Reputation points
accepted 2021-09-24T08:54:07.11+00:00
Roman Nikitin 101 Reputation points
1 answer One of the answers was accepted by the question author.

Docker Image Debian 11 Support

Hi, I am just wondering when the Azure Functions Python images will be updated with Debian 11. There is a CVE-2019-18276 vulnerability in Debian 9 and 10, hence my reason for wanted to upgrade. If there is no plans for Debian 11 release, is there anyway…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2021-09-02T02:46:05.42+00:00
Louis T 41 Reputation points
commented 2021-09-23T10:09:04.823+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

Class constructor Pipeline cannot be invoked without 'new'

Hi, I'm following the documentation from @azure/storage-file-datalake, specially the List the file systems example to write an Azure Function that will take an excel file from my storage account and perform some operations with it. My code is as…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,543 questions
asked 2021-09-23T07:38:52.63+00:00
Francisco Dominguez 386 Reputation points
accepted 2021-09-23T09:36:51.537+00:00
Francisco Dominguez 386 Reputation points
1 answer One of the answers was accepted by the question author.

Access storage container from Azure Function

Hi, I'm writing an Azure Function that will need to read a file that has been uploaded to a certain container in a storage account in my Azure subscription. I had a look at the docs of both Javascript (NodeJS) and Python SDKs, but apparently all the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,543 questions
asked 2021-09-22T10:06:36.507+00:00
Francisco Dominguez 386 Reputation points
accepted 2021-09-23T08:39:31.457+00:00
Francisco Dominguez 386 Reputation points
1 answer One of the answers was accepted by the question author.

Setup CI/CD process in Azure DevOps for Azure Functions(Consumption plan) and ASP.NET Core Web Api(App Service) that are located in the same Azure DevOps repository

How to setup CI/CD process in Azure DevOps for Azure Functions(Consumption plan) and ASP.NET Core Web Api(App Service) that are located in the same Azure DevOps repository? I used Template-base pipeline…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
Developer technologies | ASP.NET | ASP.NET Core
asked 2021-09-17T06:44:13.977+00:00
H_Gozo 21 Reputation points
accepted 2021-09-23T08:29:29.62+00:00
H_Gozo 21 Reputation points
1 answer

Azure functions use ssh to access private github repo

I am migrating quite some projects from local servers to Azure functions. In these projects we use our own created Python modules which we are hosting on private GitHub repo. When developing locally or on a Ubuntu server, we can add the ssh-key to the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2020-11-04T18:34:59.98+00:00
Erfan Nariman 436 Reputation points
commented 2021-09-22T13:46:25.68+00:00
Abhijit Badve 1 Reputation point
1 answer One of the answers was accepted by the question author.

Azure function logging with python library

I have a few function under one function app and I am doing some process flow logging using python standard library like from logging.handlers import RotatingFileHandler I saved the log files in the fileshare. I am expecting all the log files…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2021-08-31T10:36:22.687+00:00
Yang Chowmun 411 Reputation points
accepted 2021-09-22T06:52:28.117+00:00
Yang Chowmun 411 Reputation points
0 answers

App Services: Send Message to all instances of an app in the app pool

Lets say I have a Function App running in App Services and it has 1-5 instances of the app at any given time (based off scale settings). Our application is not big enough to warrant a Redis Cache so we have been using local caching but when certain…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
308 questions
asked 2021-09-21T16:20:13.89+00:00
Josh Auton 1 Reputation point
commented 2021-09-21T19:01:45.867+00:00
Pierre-Luc Giguere 1,076 Reputation points
1 answer

503 Service Unavailable while executing an azure function

Hello; I created an azure function that connects to Power BI service, retrieves logs and saves data in a Storage blob. Knowing that the service principal has access to all workspaces. There is a large number of datasets related to each workspace. My…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,202 questions
Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2021-08-20T13:21:22.503+00:00
khouloud Belhaj 91 Reputation points
answered 2021-09-21T15:25:58.207+00:00
Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
1 answer

Azure Function - Failed to start a new language worker for runtime: dotnet-isolated

I have a dotnet 5 function app that I've been building and deploying from a devops pipeline for a couple of weeks. Following the most recent release, I see the following error in App Insights: Exception type System.TimeoutException Exception message…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2021-08-19T14:43:02.713+00:00
Rob Bowman 221 Reputation points
answered 2021-09-21T13:40:11.937+00:00
AnuragSingh-MSFT 21,551 Reputation points Moderator
1 answer

why there is no 'add' option in function panel of my azure portal

i am not getting the add option in my function panel

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2021-09-21T10:32:04.06+00:00
Naved Raja Khan 1 Reputation point
answered 2021-09-21T11:51:17.2+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
2 answers

Web Scraper using Azure Logic App - SIMPLE

Hi, I'm building my first "web scraper". This can be accomplished probably a dozen different ways but I want it all to be done in Azure. This leads me to function apps and logic apps. I built a logic app that runs an HTTP get against a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,560 questions
asked 2021-09-21T01:54:38.76+00:00
Nick Romanek 1 Reputation point
answered 2021-09-21T11:33:10.993+00:00
Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
1 answer One of the answers was accepted by the question author.

public and private IP address of datafactory and other azure services

Dear friends how can I find out public and private IP address of my datafactory and integration runtime azure cosmosdb ,azure functions and other azure services please tell me the steps to whitelist it. I need step by step for doing this.please tell me.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,657 questions
asked 2021-09-17T12:38:34.6+00:00
Anshal 2,251 Reputation points
accepted 2021-09-21T11:07:58.007+00:00
Anshal 2,251 Reputation points
1 answer

Azure Function Service Bus Trigger is not processing messages on all instances

I have a service bus trigger with sessions enabled on a partitioned queue. I've pushed 1000 messages to the queue to check the perf. I'm seeing max 12 messages/sec processed on only a few of the azure function instances. I'm unsure what issue I'm…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
704 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2021-09-16T21:02:35.94+00:00
Joey J 1 Reputation point
commented 2021-09-21T04:34:27.187+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
2 answers One of the answers was accepted by the question author.

Azure Function App

As we am aware one function app can have more than one functions. just want to know Max limit of functions numbers in one azure app?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2021-09-20T11:35:40.5+00:00
Amit Rawat 86 Reputation points
accepted 2021-09-20T14:18:04.277+00:00
Amit Rawat 86 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Function, Timer Trigger suddenly stops firing

Context: I have set up a Function App on Azure under an App Service Plan (Premium functions - ae north). The function app misbehaves after being live for sometime. App Service Plan: "kind": "elastic" "location":…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2021-09-12T07:23:14.313+00:00
Prajwal Ram 26 Reputation points
commented 2021-09-20T07:46:42.783+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
1 answer

error when running Get-AzManagementGroup PowerShell Command from Azure function

I have a requirement to check if Management Group exists or not and then I have to create a new management group based on it. Below is my script $myManagementGroupName = 'NewGroup' $parentManagementGroup ='Dev' $Message = '' …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2021-09-14T04:27:08.87+00:00
Muralidhar Kumar 1 Reputation point
commented 2021-09-20T06:48:53.203+00:00
Siva-kumar-selvaraj 15,721 Reputation points
1 answer One of the answers was accepted by the question author.

I am trying to create function app resource but I keeping getting the below error.

Getting error while creating function app. "There was an unexpected InternalServerError. Please try again later. x-ms-correlation-request-id: 37d8b851-df3f-4e1b-abdb-cec2cd5c4189". …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2021-09-19T18:00:34.657+00:00
Crystal96 21 Reputation points
accepted 2021-09-20T05:25:01.79+00:00
Crystal96 21 Reputation points