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?
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?
API Apps の前で API Management を使用して透過的なバージョニングを行う方法を示す記事があります。
基本的な考え方は、URL にバージョン パラメータがあり、 を使用して、set-backend-service
アクセスする API のバージョンを変更するというものです。