You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NTVS gives you the ability to easily deploy your Node.js applications to Azure Websites or Cloud Services. For some of these deployment options, you'll need to install the Azure Tools for Visual Studio. The tools give additional functionality such as emulator support for Cloud Services.
You can install the Azure Development tools workload while you are installing Visual Studio. If you already have Visual Studio and need to add the Azure Development tools workload follow this [documentation](If you have VS and need to add the Node.js development workload follow this documentation). (This documentation applies to VS 2017 as well).
Additionally, several Azure services, such as storage, service bus or management services can be used from your Node.js application using Azure SDKs for Node.js. These are available as npm packages.