Wednesday, 2 February 2022

azureAppDeploy

here how to deploy multiple application in one azure appservice 
1.goto configuration


2.go to tap virtualdirector



3.select add path



4.add /webapi and folder name site\api and main thing is to uncheck directory then it will run as application.


5.deploy files to the virtual path folder site/api later run app with /webapi 


booom u will get result

No comments:

Post a Comment

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...