gpt4 book ai didi

azure - 使用 Powershell 7 在 Visual Studio 中验证/部署 ARM 模板

转载 作者:行者123 更新时间:2023-12-03 03:50:50 25 4
gpt4 key购买 nike

我想通过 Power Shell 7 在 Visual Studio 2019 中验证/部署我的 ARM 模板。

我做了什么:右键单击 Deploy-AzureResourceGroup.ps1 -> 打开方式 -> 添加 -> 在程序中 (C:\Program Files\PowerShell\7\pwsh.exe) -> 设置为默认值

但如果我想通过右键单击它来验证我的 ARM PROjekt。它使用 Windows Power Shell!!!

为什么我想使用PowerShell7是因为我想使用AZ库而不是RM。 (我已将 Deploy-AzureResourceGroup.ps1 默认电源 shell 代码更改为 az)。

有人可以告诉我应该怎么做才能通过 Power Shell 7 运行我的部署脚本吗?

最佳答案

关于这个问题,我们可以使用PowerShell 7打开PowerShell session 来运行脚本。如果要验证arm模板,我们可以使用命令Test-AzResourceGroupDeployment来执行此操作。如果要部署模板,我们可以运行命令 \Deploy-AzTemplate.ps1 -ArtifactStagingDirectory 。 -位置“”-TemplateFile“”-TemplateParametersFile“”。更多详情请引用here .

关于azure - 使用 Powershell 7 在 Visual Studio 中验证/部署 ARM 模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66800709/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com