If you need to enable the Service Tags for your NSG or Firewall pointing to the Azure DevOps Service tag, run:
Read More1az network nsg rule create -g MYRESOURCEGROUP \ 2 --nsg-name MYNSG \ 3 -n AzureDevOps \ 4 --priority 400 \ 5 --source-address-prefixes VirtualNetwork \ 6 --destination-address-prefixes Storage \ 7 …