I have an instance of Azure API management and it`s working all right with one domain. My question is what is the best way to make this API available for multiple environments? For example my Urls are:
- http://dev.api.com
- http://api.com
- api.us.com
- api.hk.com
The four domain have the same web API running on them, they are just different servers. Do I create one API management instance for each one? Or do I create one instance in just one API management for each one?
Maybe there is an efficient way to do this and I`m missing out. Have a nice day.
Best Regards,