具有指定名称'x‘的API已存在。 尝试使用az cli将api部署到apim时。命令: azapimapi import --resource-group x --service-name x --path x --specification-format OpenApi --specification-path x --api-id x --protocols https --service-url
假设Azure函数可以导入到API管理中,那么当Azure函数更改时,我们如何使API保持最新?例如,如果函数签名发生更改,或者添加或删除了函数。如何自动执行此过程,这样一旦Azure函数发生更改,这些更改就会反映在API中?微软的应用程序接口管理团队有一个,但我不清楚如何将这个解决方案应用于Azure Function App作为应用程序接口的后端。
我使用这个模板,https://docs.microsoft.com/en-us/azure/templates/microsoft.apimanagement/2019-01-01/service#ApiManagementServiceSkuProperties,和这个scrpit, az group deployment create -g MyResourceGroup --template-fileblank-api.json 得到一个“blank <