Azure Extensions
You can use Azure directly from Visual Studio Code through extensions. Using either the Azure CLI or the Azure App Service extension, you can have your application running in Azure in minutes.
Visual Studio Code Marketplace
There are many VS Code extensions on the Marketplace that make it easy to build and host applications on Azure.
Tip: Click on an extension tile above to read the description and reviews in the Marketplace.
There is also a Node Pack for Azure extension pack which bundles useful Azure extensions for Node.js developers into a single installation.
Searching for extensions
You can also search for Azure or cloud extensions in the VS Code Extensions view (kb(workbench.view.extensions)
) and type ‘azure’.
Next steps
- Deploying to Azure - Learn step-by-step how to deploy your application to Azure.
- Working with Docker - Put your application in a Docker container for easy reuse and deployment.