https://github.com/formulahendry/vscode-azure-virtual-machine-explorer
Manage Azure Virtual Machine in VS Code
https://github.com/formulahendry/vscode-azure-virtual-machine-explorer
Last synced: 6 months ago
JSON representation
Manage Azure Virtual Machine in VS Code
- Host: GitHub
- URL: https://github.com/formulahendry/vscode-azure-virtual-machine-explorer
- Owner: formulahendry
- License: mit
- Created: 2017-09-24T07:23:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T14:45:10.000Z (about 8 years ago)
- Last Synced: 2025-03-29T09:22:32.354Z (7 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=formulahendry.azure-virtual-machine-explorer
- Size: 140 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Virtual Machine Explorer
Azure Virtual Machine Explorer for VS Code.
## Features
* List Subscriptions
* List Virtual Machines
* Start Virtual Machine
* Stop Virtual Machine## Prerequisites
* An Azure Subscription. If you don't have, click [here](https://azure.microsoft.com/en-us/free/) to get a free one.
## Usage
1. Click to sign in
2. After sign-in, click the `+` button to select Azure Subscription
3. Wait for a moment, the Virtual Machine list will be shown
## Telemetry data
By default, anonymous telemetry data collection is turned on to understand user behavior to improve this extension. To disable it, update the settings.json as below:
```json
{
"azure-virtual-machine-explorer.enableTelemetry": false
}
```## Change Log
See Change Log [here](CHANGELOG.md)
## Issues
Currently, the extension is in the very initial phase. If you find any bug or have any suggestion/feature request, please submit the [issues](https://github.com/formulahendry/vscode-azure-virtual-machine-explorer/issues) to the GitHub Repo.