Archive: 2018

Proactive Mentorship

The concept of proactive mentorship is all about encouraging both mentees and mentors to be assertive in asking for and offering help. I’m a big believer in mentorship because I’m a byproduct of many

Azure CLI: How to Supress Command Output

Update As of Azure CLI version 2.0.55 that was released on 01/15/2019, the --output param now supports none. So you can just use: az [command] --output none to suppress CLI output. You can review the