azure-functions-host icon indicating copy to clipboard operation
azure-functions-host copied to clipboard

The host/runtime that powers Azure Functions

Results 664 azure-functions-host issues
Sort by recently updated
recently updated
newest added

We see few `DryIoc.ContainerException` failures throughout the day in multiple azure functions in both our test and prod bed. So, I am hoping to get some guidance on figuring out...

Needs: Triage (Functions)

We have seen many CRIs where out-of-proc language workers fail to start or call back to the host within the defined timeout period. We need to identify the root-cause and...

feature:language-extensibility

Fetch a package from Azure Blob Storage using a managed identity only works in consumption plan. Not supported in Basic or Premium tiers. Documentation reference: https://docs.microsoft.com/en-us/azure/azure-functions/run-functions-from-deployment-package#fetch-a-package-from-azure-blob-storage-using-a-managed-identity https://docs.microsoft.com/en-us/azure/app-service/overview-managed-identity?tabs=portal%2Cdotnet#using-the-rest-protocol I suspect it...

Needs: Author Feedback
no-recent-activity

I see the following exception from Azure Function (Service Bus Trigger) after I upgraded azure function from v3 to v4 as part of .NET 6 upgrade: ``` The host is...

Needs: Triage (Functions)

Subsequent PRs will customize different host services as required. Scope of this PR is to add a way to check if container is running on a Legion host. [### Issue...

I'm having an issue similar to #7874. I've attached a Visual Studio project with a minimal reproduction. The issue occurs when a service registered as a singleton accepts a dependency...

Needs: Attention :wave:

The function key change every 15 days without deployment or action on the function Only activity in the activity log of the function is the list key to get the...

Needs: Author Feedback

#### Investigative information Please provide the following: - Function App version: 4.6.1.18388 #### Repro steps Run a basic Azure Function project with the following code: ``` public interface ISomeScopedService {}...

Needs: Attention :wave:

#### Is your question related to a specific version? If so, please specify: Azure.Function.Extension 1.1.0 Microsoft.NET.SDK.Functions 4.0.1 C# #### Question We have some Azure Functions using Queue triggers. In some...

Needs: Attention :wave:

#### Investigative information Please provide the following: - Timestamp: 2:11:52 PM (NZT) - Function App version: 4.8.0.18714 - Function App name: sbmi28972fa - Function name(s) (as appropriate): ProcessOrderFromQueue - Region:...

Needs: Triage (Functions)