Azure CLI inline parameters not working Azure CLI inline parameters not working powershell powershell

Azure CLI inline parameters not working


The problem wasn't the way I was escaping the JSON but it was the value I was giving. Instead of:

{"slot":"blue"}

it should have been:

{"slot":{"value":"blue"}}