Reputation: 11
As part of the build applications with Azure DevOps learning path, I have to deploy a .NET 5.0 app to the Azure WebApp Service. When setting up the instance, I no longer have .NET 5.0 available as an option, only .NET 6.0.
I have no experience and only basic programming skills, so I naively tried to build it on .NET 6.0 with no success. I reported the error to MS Learning, but the available channels to communicate with them are one way and I have no feedback on whether a fix will be implemented at any of the ends.
What are my options? Is it viable to refactor to .NET 6.0? Any leads to MS Learning on the issue? Is there a way I'm not seeing to select .NET 5.0 like via az CLI or any other?
Thank you in advance for the help, and since these are my first questions I'm sorry if I skipped a guideline or etiquette. I will appreciate any tips.
Upvotes: 1
Views: 2329
Reputation: 4943
Is there a way I'm not seeing to select .NET 5.0 like via az CLI or any other?
One of the workaround to use ASP.NET 5 ,Once you have created App service you can download the extension .
GO TO APPSERVICE> EXTENSION> ADD> search ASP.NET5(32/64bit based on requirement) > Agree the policy> OK.
Then you will be see ASP.NET CORE 5 is there by navigating to ADVANCE TOOLS(KUDU CONSOLE)
BELOW ARE THE SCREENSHOT FOR REFERENCE:-
For more information please refer the below links:-
Upvotes: 3