Azure-Functions
Azure-Functions copied to clipboard
Created Azure Functions project out of the box in Visual Studio Microsoft.NET.Sdk.Functions 3.0.7 Microsoft.EntityFrameworkCore.SqlServer 3.1.4 AppInsights does not collect SQL dependencies. All other like HTTP, Azure BLOB, Azure Table are...
It is not clear to me how function apps scale that share the same consumption plan. The documentation on this is inconsistent. Excerpt from [Azure Functions Consumption plan hosting](https://docs.microsoft.com/en-us/azure/azure-functions/consumption-plan): >...
I am trying to determine if the Azure functions DI model is expected to work for (scoped) registration that expose **only** IAsyncDisposable... (my triggering point is ServiceBusClient in Azure.Messaging.ServiceBus but...
The Azure Functions + App Insights integration is super helpful for us (thanks, folks). One quirk of this integration we're struggling with a bit is exceptions tracking. **Duplicate Exceptions** When...
I have a v4 (Runtime version 4.1.3.17473) .net6 Azure functions that stop working after some period of time. One example is a httptriggered function which starts returning 404 errors. (I'm...
#### Here is what I have #### * Cosmos Serverless account * Cosmos container **partitioned by "id"** * Azure function app hosted on slot of a Premium app * The...
Since the Isolated version of functions does not expose the HttpRequest (but rather HttpReqestData), there is currently no workaround to get ODataQueryOptions in the new v4 isolated Azure functions. This...
I'm using KeyVault references in the configuration for my functionapp and it's working fine. But I noticed that during a restart, my application insights is ingested with an exception for...
Below is an ARM template which creates: 1. Microsoft.Storage/storageAccounts * A storage account with a VNET ACL (`virtualNetworkRules`) 2. Microsoft.Web/Sites * A function app using that storage account for `AzureWebJobsStorage`...
_Azure Cosmos Db Trigger not working with Azure Cosmos DB API for MongoDB account Mongo API Database Collection_ **Where** Azure Portal **What** 1. Azure Function App with Function Azure Cosmos...