Question
Connect to a C# WebApi deployed on App Platform
I’ve been able to deploy a C# .net 5 WebApi using Docker on App platform. At the end of the deployment I get an error but there are no errors in the logs so I think it’s a false alarm as the app shows Healty.
The question is… how can I connect from another app to this WebApi webservices? I understand the App use dynamic Ip but there should be some way and maybe an article describing this
Many thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×