I have two apis, the firstone is the main api is in .net core, the second one is only for some features. I need to comunicate the first one with the second one and vice versa. Both apis are deployed in Azure. Do I have to deploy this apis on some kind of network ? Or it is not a problem if bot are publics?
Edit: Do you recommend deploy it in kubernetes? And comunicate both like services?