Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 3.04 KB

File metadata and controls

53 lines (32 loc) · 3.04 KB

Back to main


NOTE: This document is under development.


Requirements

  1. Azure Account

Software

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

|


Visual Studio Code Extensions

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



Back to main