The Azure CLI is really great for writing imperative scripts for automating Microsoft Azure resource management. Generally, the command output is helpful in telling you that updates were made or returning values that can be used for setting variables and then passing into additional commands your script will be running. However, what if you don’t […]
The article Azure CLI: Suppress Output for Silent Commands / Quiet Mode appeared first on Build5Nines.