
Answer-first summary for fast verification
Answer: Go to Cloud Shell and run gcloud config list to review the Google Cloud configuration used for deployment.
The correct answer is D. By running 'gcloud config list' in Cloud Shell, you can view the current configuration settings, including the project ID. This will help you determine if the deployment was done to an unintended project. While checking the app.yaml file might help, it does not provide comprehensive information on where the application was actually deployed.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have used the gcloud app deploy command to deploy an App Engine application. However, it was deployed to a different project than what was intended. You need to investigate the reasons for this misdeployment and identify the project where the application was actually deployed. What steps should you take to resolve this issue?
A
Check the app.yaml file for your application and check project settings.
B
Check the web-application.xml file for your application and check project settings.
C
Go to Deployment Manager and review settings for deployment of applications.
D
Go to Cloud Shell and run gcloud config list to review the Google Cloud configuration used for deployment.
No comments yet.