diff --git a/content/GCP/01_intro_to_cloud_console.ipynb b/content/GCP/01_intro_to_cloud_console.ipynb index 3e27a2b..1deb3f7 100644 --- a/content/GCP/01_intro_to_cloud_console.ipynb +++ b/content/GCP/01_intro_to_cloud_console.ipynb @@ -132,13 +132,14 @@ "source": [ "## Products\n", "\n", - "**Products** are the various services offered on Google Cloud such as *Google Compute Engine* and *Cloud Storage*. Within each product you create **resources** that you can use, such virtual machines. The Navigation Menu (often called the **hamburger**) is used to navigate to the various products.\n", + "**Products** are the various services offered on Google Cloud such as *Google Compute Engine* and *Cloud Storage*. Within each product you create **resources** that you can use, such virtual machines. The **Navigation Menu** (often called the **hamburger**) is used to navigate to the various products.\n", "\n", "![hamburger-navigation](img/hamburger-navigation.png)\n", "\n", " * Click on a product to navigate the product page\n", - " * You can pin frequently used items on the top of this page by clicking on the pin icon. \n", - " * A product is accessed and controlled via an API and usually must be enabled (once per project). To enable a product API click on the \"ENABLE\" button shown below.\n", + " * You can **pin** frequently used items on the top of this page by clicking on the pin icon.\n", + " * You can also navigate to products using the **\"MORE PRODUCTS\"** and **\"View All Products\"** buttons.\n", + " * A product is accessed and controlled via an API and usually must be enabled (once per project). To enable a product API click on the **\"ENABLE\"** button shown below.\n", " * Click the hamburger again to hide the Left Sidebar.\n", "\n", "![enable-compute-api](img/enable-compute-api.png)\n", @@ -159,9 +160,11 @@ ":class: exercise\n", "\n", "Take a few moments to navigate to a few key products and enable them.\n", - " * Navigate to \"Cloud Storage\" under the \"Storage\" product group.\n", - " * You may need to \"Enable\" this product first by clicking on the \"Enable\" button on the \"Cloud Storage API\" page. This will only need to be done once per project.\n", - " * Navigate to the \"Compute Engine\" product under the \"Compute\" product group and enable the product as well.\n", + " * Navigate to \"Compute Engine\" under the \"Compute\" product group.\n", + " * You may need to expand the \"MORE PRODUCTS\" section by clicking on the down arrow. \n", + " * You may need to \"Enable\" this product first by clicking on the \"ENABLE\" button on the \"Compute Engine API\" page. This will only need to be done once per project.\n", + " * Navigate to the \"Cloud Storage\" product under the \"Storage\" product group and enable the product if needed.\n", + " * Navigate to the \"Compute Engine\" and \"Cloud Storage\" products using the \"All products\" page using the \"View All Products\" button under the Navigation menu (Hamburger).\n", "\n", ":::" ] diff --git a/content/GCP/img/hamburger-navigation.png b/content/GCP/img/hamburger-navigation.png index 41423f2..2cffedc 100644 Binary files a/content/GCP/img/hamburger-navigation.png and b/content/GCP/img/hamburger-navigation.png differ