January 2019
Intermediate to advanced
754 pages
18h 13m
English
A third option to operate Azure Stack is the Command Line Interface (CLI), which is available for:
Now, let's have a look at how to create a virtual machine using the CLI. At first, we would need to register the corresponding environment:
az cloud register \ -n AzureStackAdmin \ --endpoint-resource-manager "https://adminmanagement.local.azurestack.external" \ --suffix-storage-endpoint "local.azurestack.external" \ --suffix-keyvault-dns ".adminvault.local.azurestack.external" \ --endpoint-vm-image-alias-doc ...
Read now
Unlock full access