I have few applications developed using different .Net framework and deployed in Azure app service as web app and function app.
The applications developed using Visual Studio 2013 ( I think, .net 4.5.1) and Visual Studio 2019 (.Net 4.6) and deployed in Azure. The application type is ASP.Net MVC, Web app using .Net core and Azure function app.
Very recently MS announced that they are upgrading the .Net framework in Azure App service ( or basically in Azure platform). I think, Which is going to effect after 14 July 2020.
My Questions are, [considering very less time we have and applications are developed in old versions of Visual Studios] ;
will all these application work perfectly in Azure app service, after MS upgrade the framework?
I hope, the old versions of the .Net framework will still be exists in Azure/Azure app service along with the newly .Net versions?
The development PC does not have .net 4.8 version installed, installing, upgrading application's framework and testing the applications in very less time is quite impossible, is there any quick ways to do testing of entire application?
Is there any chance that application functionality will not work during this upgrade and there will be a downtime? Any one faced similar issues?
These applications are interaction with other enterprise application, what actions to be taken care?
Is there any step by steps guideline given by Microsoft those needs to followed?
Is there anyone facing similar issues? What is the best practice/ways to manage this in very less time ? Please let me know. Thanks
