Today we are very excited to announce the addition of
Azure API Apps to Try App Service. You can now create free trial API Apps with no credit card in a matter of seconds!
API Apps provide a streamlined PaaS experience for hosting APIs. Leverage turnkey security, rich Visual Studio integration, and Swagger support to make the process of developing, hosting, and growing your API easy. To learn more about API Apps
check out our docs!
Templates
We have two available to showcase API Apps:
- API Todo List: A simple REST API that would host the data for a todo list application. Read the Swagger document and then use the built in testing tools, or a 3rd party API testing suite like postman, to play with the API.
- API Contacts List: A combination single page application and backend API. Experiment with adding and removing contacts from your list, and then use the Swagger doc to experiment with the underlying API calls.Swagger UI showing the underlying API in the contacts list API