i have a powershell script which deploys the below things
- ServiceBusNamespace
- ServiceBusQueueName
- storageAccount etc..
Now i aslo have a templatefile and templateparameter file which expects this values to be entered manually. i want to automate this,by automatically appending the entered values for the deployment components above to the parameters.json file.
Thanks