-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[enhancement]: Please add support for AzureFunctionApp@2 to deploy .net 8 Isolated model #19409
Comments
@hyndakiel Is this for deploying to a Linux Function App? If so I will be working on this and hope to have it out this month |
@FinVamp1 , yeah deploying on Linux Function App. In the meantime my workaround is to call azure CLI after the deploy with something like this Good to know that you are working on this soon. |
Hi, @FinVamp1 any update on the ETA for this enhancement? That info would help us decide whether to temporarily apply manual changes to a couple of non-prod environments (if it's coming soon) or introduce azure CLI steps to our deployment as per @hyndakiel's solution above. |
Thanks, I'm also going to update the tool tip for this to indicate that this value is editable. So while DOTNET-ISOLATED|8.0 is not available yet you can just put it in right now and your app should deploy and work without any issues. @acha11 I was hoping to target this month but it will probably most likely be next month now. |
@FinVamp1 When will this functionality be implemented? DOTNET-ISOLATED 8.0 is active as of November 2023. Thank you in advance. |
Hello, this will be released soon in version 237 of both v1 and v2 Task. |
Hi @FinVamp1 I saw this was released 4 hours ago, but how long until it's actually available for use? For me I can't still set dotnet-isolated version 8 for linux Function apps: |
Hello, I filed an enhancement for this today #19866 . We don't update the linuxfxversion but just the app settings. I'll check to see if we can add this functionality. The flow is that you have an existing .NET 6 app that you have rewritten in .NET 8 and you want to deploy and update the App Version as well as the code? |
@FinVamp1 That is correct, that's the scenario. Too bad it's not supported, since that makes setting the runtimeStack pretty useless on its own. At least now I know I'm not going crazy :) |
I'll discuss this internally and see what we can do. |
@tomasr You are not crazy :) I did the same thing, spending a lot of hours trying to make it work |
Task name
No response
Describe your feature request here
Hello,
This is my first time creating a issue here on gihub so if I created in the wrong way please tell me.
Right now version 2 of AzureFunctionApp can only deploy up to .net 7 Isolated model, is there any idea when .net 8 will be supported?
Thank you for your time
The text was updated successfully, but these errors were encountered: