1

I have a requirement to deploy multiple version of the same API app where the client older application use the existing and the new clients use the new api app which is got more functionality.

Is there a way to achieve this with Azure API Apps?

4

1 に答える 1

0

API Apps の前で API Management を使用して透過的なバージョニングを行う方法を示す記事があります。

基本的な考え方は、URL にバージョン パラメータがあり、 を使用して、set-backend-serviceアクセスする API のバージョンを変更するというものです。

于 2016-02-23T16:20:23.553 に答える