LarsBehl / StatusAppBackend

ASP.NET Core based WebAPI exposing status information on configured services
GNU General Public License v2.0
1 stars 0 forks source link

[SAB-01] Deployment of test environment #1

Open LarsBehl opened 3 years ago

LarsBehl commented 3 years ago

As a developer I want to have an environment where potential users can test the current state of the application, to get feedback.

Acceptance criteria

LarsBehl commented 2 years ago

Accessing the locally running webapi from the emulator is currently not working, as the emulator is not requesting on the loopback address and therefor the dev cert of asp.net core is not valid. Deploying the application to azure would solve this problem