且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何通过ARM模板将azure函数添加到API管理?

更新时间:2023-09-06 14:59:10

可用  现在。
请参阅 
Api
参考




{



 
" properties&quot ;: {



   
" format":" swagger-link-json",



   
" value&quot ;:\"http://petstore.swagger.io/v2/swagger.json",


   
" path":" petstore"



 
}



} 跨度>


Is there a way to do this:
https://docs.microsoft.com/en-us/azure/api-management/import-function-app-as-api

using ARM template?

I looked around for quite awhile and could not found any answer or example of how this is done.
I did saw there is a third party extansion for this in the marketplace, but I still wonder if it is can be done via the ARM template.

Thanks

It is available now. See Api Reference.

{

  "properties": {

    "format": "swagger-link-json",

    "value": "http://petstore.swagger.io/v2/swagger.json",

    "path": "petstore"

  }

}