Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,11 @@ az account set --subscription <subscription-id>
```

### CLI: Create move collection and identity
The resource location and move collection's source region should be the same.
Comment thread
Kavya-KU marked this conversation as resolved.
Outdated

```azurecli-interactive
az group create --location eastus2 --name clidemo-RG
az resource-mover move-collection create --identity type=SystemAssigned --location eastus2 --move-region eastus --name cliDemo-zonalMC --resource-group clidemo-RG --move-type RegionToZone
az resource-mover move-collection create --identity type=SystemAssigned --location eastus2 --move-region eastus2 --name cliDemo-zonalMC --resource-group clidemo-RG --move-type RegionToZone
```

### CLI: Add VM move resource and resolve dependencies
Expand Down