在哪里可以浏览我使用 Terraform 的 AzureRM_Template_Deployment 资源进行的部署?

Where can I browse the Deployments that I made using the AzureRM_Template_Deployment resource of Terraform?

最近我开始使用 Azure DevOps 在 Terraform 中使用 AzureRM_Template_Deployment 资源进行一些 Azure 数据工厂部署。我需要能够浏览我使用此资源进行的所有部署。当我在 Azure 门户中打开 Deployments 文件夹时,我在那里看不到任何东西。但我确定此部署存在,因为如果我使用相同的名称为未来使用 Terraform 的模板部署,我会收到以下错误:

resource with the ID "/subscriptions/***/resourceGroups/***/providers/Microsoft.Resources/deployments/<deploymentName>" already exists

感谢任何帮助。

我尝试从 azurerm_template_deployment Terraform Registry 中找到的示例注册表创建一个存储帐户,部署成功后,如果我从门户转到部署文件夹,我没有找到任何 .这是因为我们没有在订阅级别使用模板,而是在资源组上使用。我们使用 ARM 模板将资源部署到由 terraform 创建的资源组。

因此,我们可以在部署blade下的资源组中找到模板部署,如图所示。