Created
October 30, 2020 06:08
-
-
Save rndazurescript/b98d687482009fb8a94391754b4a6ee3 to your computer and use it in GitHub Desktop.
Azure VM SKUs with Accelerated Networking capability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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