keyvault-acmebot icon indicating copy to clipboard operation
keyvault-acmebot copied to clipboard

Migrate to .NET 8 Isolated Worker Process

Open shibayan opened this issue 10 months ago • 2 comments

Acmebot v5 will migrate to .NET 8 LTS (Isolated Worker Process).

shibayan avatar Aug 17 '23 03:08 shibayan

Thank you so much for the issue @shibayan. Really appreciate for the project and also you being up to date with the new fixes. The project helped me a lot.

I was thinking if you could add some early insights about the update and new release. For example, I have deployed the project in my azure and when the V5 will arrive how much of effort it can be to make it sync with the current deployment.

Note: I'm not a dot net developer so wondering how much effort it will be to migrate my current Acmebot azure function to V5.

Question: I have another function app that has Stack settings but The Acmebot function app doesn't have the section

Image for reference: image

Docs following - https://learn.microsoft.com/en-us/azure/azure-functions/update-language-versions?pivots=programming-language-csharp&tabs=azure-portal%2Cwindows

TIA.

moshfiqrony avatar May 02 '24 11:05 moshfiqrony

@moshfiqrony When the time arrives, we should be able to manually change FUNCTIONS_WORKER_RUNTIME in application settings to dotnet-isolated. It is the same thing as Stack settings under the hood. I'm pretty sure the change will be straightforward and well-documented, as v3 to v4 upgrade had been.

DL444 avatar May 03 '24 15:05 DL444