Is it possible to add custom domain in Azure Api Management through Azure rest api or azure cli
我们有一个 Azure API 管理服务,我们需要使用 SSL 证书配置自定义域,我们正在尝试自动化在 Api 管理中添加自定义域的过程。是否可以通过 Azure rest api 或 azure cli 添加自定义域?
是的,您可以使用 PowerShell 模块 New-AzureRmApiManagementCustomHostnameConfiguration 或管理 API 网关主机名配置。