🙌
Azure Marketplace においてある Windows Client OS イメージ
のスナップショット
いつでも変わると思うので、取得の仕方と現時点のをおいておこうと思っただけ。
Azure PowerShell より Azure CLI の方が option で絞っていけるので優秀。
-
Windows 10
az vm image list --publisher MicrosoftWindowsDesktop --offer Windows-10 --all --output table | clip
https://gist.github.com/skmkzyk/1efc7e696bb6cbda3605e13fac7ddff2
-
Windows 11
az vm image list --publisher MicrosoftWindowsDesktop --offer Windows-11 --all --output table | clip
https://gist.github.com/skmkzyk/e3fa45f9dc1a17b18fd280df244508c2
Discussion