- Install Azure CLI
- Open Windows PowerShell
- Login
az login
- Create resource group and apply template
az group create --name Scray-Blockchain-Test --location "eastus" az deployment group create --name Scray-Blockchain-Test --resource-group Scray-Blockchain-Test --template-file aks-template.json
- Get kubernetes credentials
az aks get-credentials --overwrite-existing --resource-group Scray-Blockchain-Test --name Scray-Blockchain-Test
- Apply service
kubectl apply -f k8s-ds-cloud-service.yaml
az group delete --name Scray-Blockchain-Test