``` $ az storage account create -g docker-machine -t Standard_LRS -n foo23489072389 -l westus 2>stderr 1>stdout ``` ``` $ cat stderr WARNING: Starting storage account create WARNING: `` 1) why is it warning 2) there is an extra empty line at the end. ```