Google Cloud Platform
Deploy ASP.NET Core 2.1 App to GCP APP Engine
To deploy your application to Google Cloud Platform’s App Engine you will need to first add an app.yaml file, publish your .NET Core and have the Cloud SDK installed and setup with your Project ID to use gcloud commands. Create an app.yaml file at the root of your startup project. Read more…