az-203 Azure Kubernets - az cli Steps to create Azure Kubernet Services (AKS) though azure cli tool. Demo 1 // Create resource group az group create --name kbgroup2 --location eastus // Create AKS cluster az aks create \ --resource-group
azure Demo - Azure Batch Creating the Resource Group az group create --name "az203_batch_demo001" --location CentralUS Creating the storage account az storage account create \ --name az203batchstoragexd \ --access-tier hot \ --https-only true \ --kind
azure az cli (bash) create resource though Resource File The resource file azuredeploy.json { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters&
azure Enable Azure Disk Encryption though az-cli Create Azure Key Vault service az keyvault create \ --name "kvDemo006" \ --resource-group "demo001" \ --location centralUS \ --enabled-for-disk-encryption True Enable disk encryption on VM az vm encryption enable \ --resource-group