What is deployment slots in Azure App Service.
Background In Conventional web hosting, we deploy or publish an application to hosting and soon after publishing, user can access the application via an endpoint or a domain (say myapplication.com).
Background In Conventional web hosting, we deploy or publish an application to hosting and soon after publishing, user can access the application via an endpoint or a domain (say myapplication.com).
Steps to setup TFS from Visual Studio. Open Visual Studio and Click on Team -> Manage Connection. 2. Following screen will be appear. Again Click on Manage Connection. 3. A
Here are few basic git command for beginners. git init --To Initialize git git add filename -- To Add Specific File git add . ---It Adds all the files git