Thiago Almeida
Thiago Almeida
It's a bug we've seen before, it's a problem on the Teams channel and how they format it when you copy and paste - does it work if you simply...
At the moment with the current code there's no workaround, you'd have to create a user in your AAD domain and use that to sign in. One flow you can...
@jeffhollan It's been a while since first raised via https://github.com/Azure/azure-functions-host/issues/2554 but customers running into it from time to time still... Workarounds: * Use route paths * Bind to DocumentClient *...
@hannesne there's been an update to the docs page since then so @jeffhollan's link doesn't work. The new place is https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-input?tabs=csharp#http-trigger-look-up-id-from-route-data-using-sqlquery see just above the `Note` section there, copied here:...
Hi everyone - the Functions team certainly does not want unnecessary storage file transactions to be the behavior of the platform. There might be different reasons for high number of...
@Krucial92 thank you for the extra information, would love to investigate further. Can you please share the support number that you had opened, and also [share the execution time, execution...
As discussed with @jeffhollan we have had this same request from other high profile customers. More info: They want to utilize Azure Functions for replacing an antiquated, hard to update...
> Hi, I'm creating a startup making use of +10 function apps (consumption plan) for my microservice infrastructure and not being able to add them to same VNET's as their...
Unfortunately, plan migration is still only supported for Windows as documented in [Plan Migration](https://docs.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-azure-function-app-settings?tabs=portal#plan-migration). * For Linux you have to create a new Function App Plan and redeploy your function...
I want to add some more context to this. Say I create a value in local.settings.json called "MyConnString". When debugging locally a C# class library in both v1 and v2,...