azure : enable programmatic deployment of market place images programatically

标签 azure azure-marketplace

我正在经历this链接以启用市场图像的编程部署。

似乎需要使用门户来以编程方式部署市场镜像。使用 azure PowerShell 或其他 API 是否可以实现同样的效果?

最佳答案

您可以使用 Set-AzureRmMarketplaceTerms 通过 Powershell 接受市场条款:

Get-AzureRmMarketplaceTerms -Publisher "microsoft-ads" -Product "windows-data-science-vm" -Name "windows2016" | Set-AzureRmMarketplaceTerms -Accept

关于 azure : enable programmatic deployment of market place images programatically,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43285423/

相关文章:

c# - Microsoft Bot Framework - 如何将数据从 Azure 数据库获取到我的 Bot 项目?

在暂存和生产环境中具有不同 SDK 版本的 Azure 应用程序

azure - 是否可以在没有订阅 key 的情况下调用 Azure API Rest url?

Azure 发布者门户 : Couldn't downgrade App Service to free plan

c# - 通过 C# 从市场镜像提升 Azure VM

c# - Azure 函数 - 在 Azure 存储中找不到方法

Azure 表存储 - 更新到 3.0 导致 DataServiceQuery 错误

azure - 为什么我在 Azure 市场中安装的 Umbraco 总是失败?

azure - 将 WebApp 发布到 Azure MarketPlace

azure - 如何更新 Azure 市场上的现有应用程序