Thiago Almeida
Thiago Almeida
### Description Customers that want to configure the Always Ready and Pre-Warmed Instances settings of their Premium function apps using this PowerShell module have to currently configure it using the...
Consider: - [ ] moving the Logic App to [Logic App Standard](https://docs.microsoft.com/en-us/azure/logic-apps/single-tenant-overview-compare#logic-app-standard-resource) - [ ] [automating the resource and logic app creation](https://docs.microsoft.com/en-us/azure/logic-apps/devops-deployment-single-tenant-azure-logic-apps) - [ ] updating the deployment documentation where...
Look into the [AssertScriptAsync](https://github.com/Microsoft/BotBuilder/blob/aaf86d7b0542c8e2758bf14baa6b7cc67291e390/CSharp/Tests/Microsoft.Bot.Builder.Tests/DialogTestBase.cs#L150) method used by the BotBuilder tests project and review if the Container and queue approach will improve our test quality.
As per #3039 we have run into an issue with Functions v2 (haven't tried v1) and the blob trigger. Compiled Class Library, created in Visual Studio 2017; latest updates to...
The Azure Functions Stacks API [has been updated to include End of Life dates](https://github.com/Azure/azure-functions-ux/pull/6862/files) based on our [Azure Functions language runtime support policy table](https://docs.microsoft.com/en-us/azure/azure-functions/language-support-policy#retirement-policy-exceptions). We now would like to have...
Customers don't expect a shut down Cancellation Token (related: #2782) when the host enters drain mode. To ensure currently executing .NET in process functions are allowed to complete successfully we...
Host unable to write diagnostics events to table storage if app is configured with managed identity
I had a function app that triggers from Service Bus. The app has service identity configured and the app and has the following role assignments: Storage Blob Data Owner Storage...
### Describe the feature Azure Functions [has recently introduced](https://aka.ms/flexconsumption/gaannouncement) a new hosting plan, called Flex Consumption. In Flex Consumption, many of the standard application settings and site configuration properties used...