Hi@akhtar,
You can create a deployment from a remote template file, using parameters from a local JSON file. The following command is showing how to create a deployment.
$ az group deployment create -g MyResourceGroup --template-uri https://azuredeploy.json --parameters @myparameters.json