Visual Studio Mobile Center (now Visual Studio App Center)

Serverless is a great computing abstraction. When combined with great tools, developers can be more productive than ever. In this session, see the end-to-end experience of a developer a building serverless application on Microsoft Azure. Through the demos, learn how to build, deploy, manage, and monitor your applications. We focus on Azure Functions and Azure Logic Apps and show tools such as Application Insights, Visual Studio, Visual Studio Code, Visual Studio Team Services, and more.
https://blogs.msdn.microsoft.com/webdev/2017/05/10/azure-function-tools-for-visual-studio-2017/ is the link to the tooling for VS2017 preview.
I'm not sure if I ever saw question about this, but what happens when you're deploying functions while a function it's currently running
@Number1MSFanboy: if you deploy through Visual Studio, it will stop the function app and resume it after deployment. If there were active triggers, they will be triggered again.
Does it work with TFVS? Are there plans to make TFS the CI/CD pipeline? In an enterprise it would be nice to apply the same process to all of our custom code.