Creating Azure Mobile Services API

In the Azure portal, navigate to the Mobile Service you need to create the API for. Click on the “API” option from the top.



Choose “Create A Custom API” to create your custom API.



In the dialog that opens, provide a name for your API.



You can also specify the permission to the various HTTP methods from the various available permissions.



Once you are satisfied with your permission settings, click on the Done option below.

Your API is ready to use.



If you specify the permissions as “Everyone” like I did for the GET method, you can use your API via web browsers.


Similar Articles