How to disable backend access to Azure RESTful services?

177 views Asked by At

I am planning to use Azure REST API management.

Among other things to standardize the security when calling the restful services. However I can't seem to figure out how to prevent access to the actual REST API as in to (lock the actual service away behind the REST API management).

What's the best practice around this?

1

There are 1 answers

0
Simon W On BEST ANSWER

You have a few options:

  • Mutual Certificate Authentication between Azure API Managament and your private API.
  • Basic Authentication on your private API and setup these details in Azure API Management.
  • Via a VPN / private network connection (this is currently not available but is coming).