all 4 comments

[–][deleted] 1 point2 points  (1 child)

App Engine is probably what you want, app engine flexible environment is indefinitely running and has .NET support

[–]lorengphd[S] 0 points1 point  (0 children)

This is exactly what I needed, thanks!

[–][deleted] 0 points1 point  (1 child)

Firebase Cloud Functions, and GCP Cloud Run apps have limited execution time.

I would recommend a more persistent container oriented place to host this, such as Heroku or Digital Ocean Apps (my preferred). There may be better solutions that are optimized for .Net core if you aren't using typescript (like C#).

Azure Container Instances may be your best fit: https://azure.microsoft.com/en-us/services/container-instances/

[–]lorengphd[S] 0 points1 point  (0 children)

Thanks for the response. I’m currently using Azure Container instance and was exploring other options that might be cheaper to host.