Azure CLI command should be Parameters based, so that user can enter his any values to parameters and deployment should be proceed.any one know how to set this parameter.
example- I want to create one azure resource group and the value is user-defined.
az group create --name "user-defined" --location "East US 2"

