Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/durgeshsamariya/azure-cli-cheatsheet

Azure CLI Cheatsheet
https://github.com/durgeshsamariya/azure-cli-cheatsheet

Last synced: about 4 hours ago
JSON representation

Azure CLI Cheatsheet

Awesome Lists containing this project

README

        

# Azure CLI 2.0 Cheatsheet

Azure CLI 2.0 cheatsheet for Login, Resources, VMs, Resource groups, Storage, Batch, and Containers.

## General Commands

### Login to Azure
```
az login
```

### Logout of Azure
```
az logout
```

### List accounts
```
az account list
```

### Set subscription
```
az account set --subscription "xxx"
```

## Listing locations and resources / general

### List all locations
```
az account list-locations
```