Azure-Functions icon indicating copy to clipboard operation
Azure-Functions copied to clipboard

Results 314 Azure-Functions issues
Sort by recently updated
recently updated
newest added

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

Needs: Attention :wave:

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

bug
Needs: Attention :wave:

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

feature

This warning shows when `AzureWebJobsStorage__accountName` is specified and using a managed identity, so the warning shows but then the app works just fine.

bug
Needs: Attention :wave:

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

Needs: Attention :wave:

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

documentation

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

bug
needs-investigation

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

feature
Needs: Triage (functions)

_(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...

bug

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

feature
Needs: Triage (functions)