Azure-Functions
Azure-Functions copied to clipboard
We are running a function app (consumption plan) with app service authentication enabled. Adding one identity provider does not decrease HTTP request performance. Adding a second identity provider decreases request...
I am getting an error when trying to import the Google BigQuery Python Client in an Azure Function. This works fine if I test somewhere else like a local script...
Hi, I currently have an azure function that is using a consumption plan. I wanted to upgrade to premium, so I started with creating a premium App Service Plan. Next...
This warning shows when `AzureWebJobsStorage__accountName` is specified and using a managed identity, so the warning shows but then the app works just fine.
Hi I have created azure function and it is running fine as expected. Later I created arm template for same azure function and i run as piepline in azure devops...
I found [this statement that Azure Functions v4 doesn't support proxies.json](https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions?tabs=in-process%2Cv4&pivots=programming-language-csharp#runtime). Is there an explanation for this change? Is there a migration guide to Azure API Management? Is there a...
I am chasing why a function that normally works starts reporting 404 after some period of time and I am looking through _Availability and Performance_ at portal.azure.com and the mighty...
Portal requires AI instrumentation key to query App Insights metrics. When logged in user only has Reader level permissions, the key cannot be fetched and portal will not display the...
_(There is no way to open an issue on https://github.com/azure/azure-functions-ux, "issues tab" is not enabled. That is why I create this issue here.)_ When using [managed identity for AzureWebJobsStorage](https://docs.microsoft.com/en-us/azure/azure-functions/functions-identity-based-connections-tutorial#use-managed-identity-for-azurewebjobsstorage-preview), there...
### TLDR I want to reliably run my function with UseMonitor=true, but I do not want to run isPastDue jobs if the originalSchedule is more than x hour ago. ###...