azure-functions-host
azure-functions-host copied to clipboard
The host/runtime that powers Azure Functions
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...
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...
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...
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...
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...
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...
#### 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 {}...
#### 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...
#### 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:...