Skip to content

Instantly share code, notes, and snippets.

@rndazurescript
Created October 30, 2020 06:08
Show Gist options
  • Save rndazurescript/b98d687482009fb8a94391754b4a6ee3 to your computer and use it in GitHub Desktop.
Save rndazurescript/b98d687482009fb8a94391754b4a6ee3 to your computer and use it in GitHub Desktop.
Azure VM SKUs with Accelerated Networking capability
az vm list-skus -o json --query '[].{name: name, caps: capabilities[? name==`AcceleratedNetworkingEnabled`]}[].{sku: name, acceleratedNetworking: caps[0].value}[? acceleratedNetworking == `True`]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment