Complete the code to open the main dashboard in the GCP Console.
Open the GCP Console and click on the [1] icon to access the dashboard.
The navigation menu icon opens the main dashboard where you can access all GCP services.
Complete the code to select a project in the GCP Console.
Click on the [1] dropdown at the top to choose your project.The project dropdown lets you switch between different GCP projects.
Fix the error in the code to open the Cloud Storage service from the navigation menu.
In the navigation menu, click on [1] to open Cloud Storage.Cloud Storage is the correct service to open for managing storage buckets.
Fill both blanks to create a new VM instance in Compute Engine.
Go to Compute Engine > [1] and click [2] to start creating a VM.
You must go to 'VM instances' and click 'Create' to make a new virtual machine.
Fill all three blanks to filter logs in Cloud Logging by severity and resource type.
In Cloud Logging, set the filter to resource.type = '[1]' AND severity [2] '[3]'.
To filter logs for Compute Engine instances with severity ERROR or higher, use resource.type = 'gce_instance' and severity >= 'ERROR'.