Do I need Open API when using Azure
-
I have a really simple API and see no need to implement open API except I want to host it on Azure (where my 2 table database is hosted). The overhead and learning curve for swagger is greater than the API learning curve. So is it possible to host a non Open API on azure. [edit]Search co pilot for "do I need open api to publish to azure" - the answer is no you do not need it. [/edit]
Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP
-
I have a really simple API and see no need to implement open API except I want to host it on Azure (where my 2 table database is hosted). The overhead and learning curve for swagger is greater than the API learning curve. So is it possible to host a non Open API on azure. [edit]Search co pilot for "do I need open api to publish to azure" - the answer is no you do not need it. [/edit]
Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP
In my opinion you can definitely host a non-Open API on Azure without implementing OpenAPI specifications. Azure is flexible and allows you to deploy various types of APIs.