After we do an initial fetch of the ExpressRoute's details check the bandwidth. If it's 10Gb reject and return an error to the user indicating lack of support; Request they modify their ExpressRoute to use a lower bandwidth.
https://github.com/GlobalNOC/OESS/blob/master/perl-lib/OESS/lib/OESS/Cloud.pm#L161-L170
Extra credit:
Instead of hard coding 10Gb as the rejection level, make it configurable.