Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
GCP: Update for new UI
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed Oct 18, 2022
1 parent 47dbe90 commit 4db36c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions content/GCP/01_intro_to_cloud_console.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
":::"
]
Expand Down
Binary file modified content/GCP/img/hamburger-navigation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4db36c3

Please sign in to comment.