0

我们有一个 Azure API 管理服务,我们需要使用 SSL 证书配置自定义域,我们正在尝试自动化在 Api 管理中添加自定义域的过程。是否可以通过 Azure rest api 或 azure cli 添加自定义域?

4

1 回答 1

1

Yes, you can use either the PowerShell module, New-AzureRmApiManagementCustomHostnameConfiguration, or the Management API, Gateway Hostname Configuration.

于 2020-07-25T05:28:45.177 回答