如何通过 terminalen(脚本)而不是门户网站将 import/add api 变成 apim?
How to import/add an api to an apim in azure via terminalen (Script), NOT from portal?
az group deployment create -g MyResourceGroup --template-file blank-api.json
获得"blank-apim"。
但是import/add一个api怎么能到这个api米呢?
我无法使用该门户,我必须编写所有内容的脚本?
It is available now. See Api Reference.
{
"properties": {
"format": "swagger-link-json",
"value": "http://petstore.swagger.io/v2/swagger.json",
"path": "petstore"
}
}
az group deployment create -g MyResourceGroup --template-file blank-api.json
获得"blank-apim"。 但是import/add一个api怎么能到这个api米呢? 我无法使用该门户,我必须编写所有内容的脚本?
It is available now. See Api Reference.
{
"properties": {
"format": "swagger-link-json",
"value": "http://petstore.swagger.io/v2/swagger.json",
"path": "petstore"
}
}