NOTE: This document is under development.
- Azure Account
- Free Azure account to be used within the first 30 days of sign-up and 12 months of select free services (services subject to change).
- Free Azure for students and educators Starter account to be used within the first 12 months.
- Pay as you go
Software Type | Description | Download |
---|---|---|
Azure CLI | The Azure Command-Line Interface (CLI) is a cross-platform command-line tool to connect to Azure and execute administrative commands on Azure resources. | Here |
Azure PowerShell | Azure PowerShell is a set of cmdlets for managing Azure resources directly from PowerShell. | Here |
Azurite | The Azurite open-source emulator provides a free local environment for testing your Azure Blob, Queue Storage, and Table Storage applications. | Here |
AZcopy | Is a command-line utility that you can use to copy blobs or files to or from a storage account. | Here |
Azure Storage Explorer | Upload, download, and manage Azure Storage blobs, files, queues, and tables. | Here |
Visual Studio Code | Combines the simplicity of a source code editor with powerful developer tooling. | Here |
|
Extension | Publisher | Description | Install using command prompt |
---|---|---|---|
Azure CLI Tools | Microsoft | Scrapbooks for developing and running commands with the Azure CLI. | code --install-extension ms-vscode.azurecli |
Azure Tools | Microsoft | Get web site hosting, SQL and MongoDB data, Docker Containers, Serve | code --install-extension ms-vscode.vscode-node-azure-pack |
Bicep | Microsoft | Provides Bicep language support, autocompletion and validate Bicep files. | code --install-extension ms-azuretools.vscode-bicep |
PowerShell | Microsoft | Provides rich PowerShell language support for Visual Studio Code (VS Code) | code --install-extension ms-vscode.PowerShell |