When creating a NetworkSecurityGroup (via New-AzureNetworkSecurityGroup) and then adding individual rules (via Set-AzureNetworkSecurityRule) it seems to take about 35+ seconds per rule addition.
Is there a way to create multiple rules at once or otherwise speed up the process? The overall time to drop a network and recreate it from scratch jumped quite a bit by adding a few NSG rules.
It takes about 1 min 30 seconds to drop and recreate a VNET but then takes a total of about 6 min 30 seconds to complete when adding 7 rules.