本文介绍了如何获取ACC VM映像的可用版本列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我计划以编程方式使用Ubuntu映像.为了使过程可重复,我想指定一个确切的图像版本,而不是简单地使用最新版本.对于其他图像,我使用以下命令查找可用版本:

I plan to use the Ubuntu image programmatically. For the process to be reproducible, I want to specify an exact image version, instead of simply using latest. For other images, I use the following command to find the available versions:

az vm image list --all --output table --publisher Canonical --sku 16.04-LTS --offer confidential-compute-preview

对于新的机密计算映像,此命令将导致您提到的一个空列表.
如何找到该图像的可用版本列表?

(最初发布在Azure博客中)

For the new confidential compute images, this command results in an empty list as you mentioned.
How can I find the list of available versions of the image?

(Originally posted in the Azure blog)

推荐答案

发布商 :Canonical
:机密计算预览 SKU :16.04-LTS

Publisher: Canonical
Offer: confidential-compute-previewSKU: 16.04-LTS

发布者 :MicrosoftWindowsServer
优惠 :Confidential-Compute-preview
SKU :acc-windows-server-2016-datacenter

Publisher: MicrosoftWindowsServer
Offer: confidential-compute-preview
SKU: acc-windows-server-2016-datacenter

因此,当前没有其他信息可收集.当我们移出预览时,将添加更多图像和部署方法.

So there is no additional information to gather at the moment. As we move out of preview more images and deployment methods will be added. 


这篇关于如何获取ACC VM映像的可用版本列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 22:48