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 Functions
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 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
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

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 Storage
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 Storage
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
Developer technologies | ASP.NET | ASP.NET Core
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 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
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 Cache for Redis

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 Blob Storage
Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Entra | Microsoft Entra ID

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

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


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 Logic Apps

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 Data Factory
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 Functions

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 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

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
Microsoft Security | Microsoft Entra | Microsoft Entra ID

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". …