Hello.
I'm not able to push a git repository of ~12M into East US 2 zone. I receive a "broken pipe" error. (It looks like the connection is really slow in East US 2.)
I've created a script to reproduce the scenario in West Europe and East US 2, and I'm having this problem only in East US 2: https://gist.github.com/dacap/cc9dbf1e1ac46b1ad9ae
Right there you have "create-vms.ps1" script to create both VMs. Then "execute-on-vm.sh" Bash script to create an empty Git repository in the VM. And finally the Git error output I get in the client side when I want to push the repository into the East US 2 VM. (The West Europe VM works just fine.)