0

I'm going through the hello world tutorial on how to deploy a nodejs app to google cloud. I downloaded the google cloud sdk. I finished all the steps until "Deploy the app to Google Cloud Platform". When I get there, I enter the command they tell you to enter. It asks if you want to deploy the module and I said yes. Everything is fine until the end where it says

enter image description here

Is this because my zone is set to us-central-f? I am in India.

Rockstar5645
  • 4,376
  • 8
  • 37
  • 62

1 Answers1

3

It looks like your project was created in Europe. Unfortunately Managed VMs don't yet support European projects.

dlorenc
  • 531
  • 3
  • 8
  • hey thats if I want to use platform as a service, I can just use infrastructure as a service https://cloud.google.com/nodejs/getting-started/run-on-compute-engine?hl=en – Rockstar5645 Sep 25 '15 at 04:33