az loginaz account showaz account listaz group create --name StorageRG --location westeurope --suscription --tags "test" --manage-by "atxpaul@pablo.com"az group listPodemos buscar con --query cualquiera de sus parámetros
az group list --query "[?location=='westeurope']"az group exists --name StorageRGaz group show --resource-group StorageRG--yes y --no-wait son opcionales.
az group delete --name StorageRG --yes --no-waitaz group lock list -g StorageRG
az group lock create --lock-type ReadOnly -n SoloLectura -g StorageRG
az group lock create --lock-type CanNotDelete -n NoBorrar -g StorageRG
az group lock delete --name NoBorrar -g StorageRGaz resource list
az resource list -l westeurope
az resource list -g StorageRG
az resource list --tag 'test*'
az resource list --name nombredelrecurso
az resource list --resource-type Microsoft.Compute/virtualMachinesaz resource create -g StorageRG -n myWebApp --resource-type Microsoft.web/sitesaz storage account create --name testblob123 --resource-group StorageRG --location westeurope --sku Standard_LRS --kind StorageV2az storage account delete --name testblob123 --resource-group StorageRGCon --public-access blob se da acceso a los blobs. Con --fail-on-exist muestra un error si el contenedor ya existe
az storage container create --name packtpubbs --public-access container --account-name packtpubsacliaz storage blob upload --file C:\test.txt --container-name packtpubbs --name blobcli --account-name packtpubsacliaz vm create --resource-group StorageRG --name VM1 --image UbuntuLTScentralus,eastasia,southeastasia,eastus,eastus2,westus,westus2,northcentralus,southcentralus,westcentralus,northeurope,westeurope,japaneast,japanwest,brazilsouth,australiasoutheast,australiaeast,westindia,southindia,centralindia,canadacentral,canadaeast,uksouth,ukwest,koreacentral,francecentral,southafricanorth,uaenorth,australiacentral,switzerlandnorth,germanywestcentral,norwayeast,jioindiawest,westus3,australiacentral2A aplicar por ejemplo después de az account list
-o table
-o jsonc
-o yaml
-o tsv