What did you try before running "gcloud app create", exactly? What were the previous steps, in order?What is the output of gcloud info?
You have created a project and installed the Cloud SDK. Have you initialized the SDK? You can find related information in the "Initializing Cloud SDK" online document.What is the output of the "gcloud app describe --project your-project-name" command? Depending on the result, you may try running:
gcloud config set project your-project-name
gcloud app create your-project-name
gcloud app deploy C:\TEMP\dotnet-docs-samples-master\appengine\flexible\HelloWorld\app.yaml |
starting build "0c749a76-3b5f-4672-b63a-23b6258cd7e8" FETCHSOURCE Fetching storage object: gs://staging.rk-project-003.appspot.com/us.gcr.io/rk-project-003/appengine/default.20171222t133041:latest#1513971047055461 Copying gs://staging.rk-project-003.appspot.com/us.gcr.io/rk-project-003/appengine/default.20171222t133041:latest#1513971047055461... / [0 files][ 0.0 B/262.5 KiB] / [1 files][262.5 KiB/262.5 KiB] Operation completed over 1 objects/262.5 KiB. BUILD Starting Step #0 Step #0: Pulling image: gcr.io/gcp-runtimes/aspnetcorebuild@sha256:20ee8ff43c6ec6b76047ffa5d42bbe2b4941bfaf5130014f836960aba7961843 Step #0: sha256:20ee8ff43c6ec6b76047ffa5d42bbe2b4941bfaf5130014f836960aba7961843: Pulling from gcp-runtimes/aspnetcorebuild Step #0: 431696e228e3: Already exists Step #0: 38bb3fd07ceb: Pulling fs layer Step #0: 909442de1c7c: Pulling fs layer Step #0: 8ee9234457f5: Pulling fs layer Step #0: bf34c65bf661: Pulling fs layer Step #0: bf34c65bf661: Waiting Step #0: 8ee9234457f5: Verifying Checksum Step #0: 8ee9234457f5: Download complete Step #0: 909442de1c7c: Verifying Checksum Step #0: 909442de1c7c: Download complete Step #0: bf34c65bf661: Verifying Checksum Step #0: bf34c65bf661: Download complete Step #0: 38bb3fd07ceb: Verifying Checksum Step #0: 38bb3fd07ceb: Download complete Step #0: 38bb3fd07ceb: Pull complete Step #0: 909442de1c7c: Pull complete Step #0: 8ee9234457f5: Pull complete Step #0: bf34c65bf661: Pull complete Step #0: Digest: sha256:20ee8ff43c6ec6b76047ffa5d42bbe2b4941bfaf5130014f836960aba7961843 Step #0: Status: Downloaded newer image for gcr.io/gcp-runtimes/aspnetcorebuild@sha256:20ee8ff43c6ec6b76047ffa5d42bbe2b4941bfaf5130014f836960aba7961843 Step #0: No .deps.json file found for the app Finished Step #0 ERROR