Jan 17 2021 07:20 AM
I would like to verify if an azure subscription exists using ansible. I tried using az account show -s {{sub}} but it fails with an error rather than returning that the "subscription doesn't exist message".
How to handle this gracefully?
Thanks,
RK
Jan 19 2021 10:04 AM