Hi, I submitted an issue in June about not being able to observe a
CancellationToken when running under the .NET 8 isolated model, and thus
not being able to gracefully shut down my app when the runtime decides
to shut down my function. Is that on the radar to be fixed soon?
https://github.com/Azure...
@tomaustin unfortunately not:
https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale#networking-features.
Flex Consumption is a Linux based hosting plan and Hybrid Connections
work on Windows plans.
@abhishekreddy Thanks for the overview...So, the only option is to
provide the developer with the token to log into PhpMyAdmin?Note: You
can log in to phpMyAdmin by using the value from DATABASE_USERNAME
environment variable as the username and the token as the password. To
find the token use your K...
Hello, is there any update on the in-process execution model? We have
code written in .net 6.0 which using in-process model. We migrated it to
.net 8.0 no compile errors but getting errors while running it. Is there
any solution for this? So that it will give us sometime to migrate to
isolated model...
Latest Comments