microsoft / vscode-node-azure-pack

Node Azure Tools for VS Code
MIT License
17 stars 17 forks source link

Azure Tools for Visual Studio Code

Microsoft Azure support for Visual Studio Code is provided through a rich set of extensions that make it easy to discover and interact with the cloud services that power your applications.

Azure Explorer in VS Code

If you do not have an Azure subscription, sign up today for a free account. You'll get 12 months of popular free services, \$200 in Azure Credits to try out any combination of Azure services, and access to 25+ always free services such as Azure Container Service, DevTest Labs, and Service Fabric.

Azure Services

Azure Developer CLI

Use the Azure Developer CLI extension to create complete applications from templates then create the infrastructure and deploy the app in just a few simple commands.

Installation

Intalling the Azure Tools installs all of the extensions listed above. Some of these extensions will also install the Azure Account extension which provides a single Azure login and subscription filtering experience.

You can easily uninstall individual extensions if you are not interested in using them, without affecting other extensions provided by this pack. You can uninstall all of the extensions by uninstalling the Azure Tools extension.

Sign In

To sign in to your Azure Account, simply press F1 and type in Azure: Sign in (or click on the Sign in to Azure... node in the Explorer).

Sign in to Azure through the Command Palette

Note: You may be prompted for access to your computer's secure credential storage service (e.g. Keychain Access on MacOS or Windows Credential Manager) so you don't need to sign in every time you start VS Code.

Azure Explorer

Once signed in, you can access your Azure resources through the Azure Resource Explorer. If you have not signed into Azure yet, or if you don't have an Azure subscription, you can click on the approriate links. Use the Workspace explorer for commands related to your code such as deploying and creating new Azure-specific projects.

Command Palette

You can access almost all Azure Services provided by these extensions through the Command Palette. Simply press F1, then type in Azure to find the available commands.

Command Palette searching for the term Azure

Docker commands can be found in the Command Palette in the same way, by pressing F1 and then typing in Docker.

Contributing

Got a suggestion for the Azure Tools extension? Submit a new issue and a PR with an updated package.json and README.md and we'll take a look!

Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

MIT