IHostedService app not starting automatically on azure app service

Viewed 4

I have an IHostedService app in dotnet core 3.1, which is deployed on azure app service plan, but it needs to browse the app service to activate IHostedService.

I have automatic deploy pipeline , when it deploy the IHostedService app,it stopped working and I have to start manually by clicking browse button.

Anyone know how to activate IHostedService after deployment?

0 Answers
Related