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

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...