See sample project
https://github.com/Azure/azure-functions-dotnet-worker/tree/main/samples/FunctionApp
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team:
Encountering an issue as the .NET 8 isolated worker model is not accessible in Visual Studio 2022, impeding development. Requesting support to address and resolve this compatibility concern.
Please refer to the attached screenshots for further understanding of the issue.
Hi @Raguram Manokaran,
Here is my test result
When I was learning Azure Functions two years ago, I knew that we had to install Azure Functions Core Tools
before we could create it in VS2022. Recently, when I installed VS2022 in my new virtual machine, I found that I no longer need to install Azure Functions Core Tools
, I just need to select Azure development in Visual Studio Installer. Then we can find the .NET 8 isolated (Preview)
.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Jason