From 3ad1560230b574c0f448f3a496b3e143ae22d823 Mon Sep 17 00:00:00 2001 From: jhickszen Date: Wed, 12 Jan 2022 18:16:08 -0500 Subject: [PATCH] add who, what, where to azure intro --- content/Azure/01_intro_to_cloud_console.ipynb | 10 ++++++++++ content/GCP/01_intro_to_cloud_console.ipynb | 6 ++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/content/Azure/01_intro_to_cloud_console.ipynb b/content/Azure/01_intro_to_cloud_console.ipynb index 3cabc97..957ac82 100644 --- a/content/Azure/01_intro_to_cloud_console.ipynb +++ b/content/Azure/01_intro_to_cloud_console.ipynb @@ -26,6 +26,16 @@ "```" ] }, + { + "cell_type": "markdown", + "id": "72ec6083", + "metadata": {}, + "source": [ + "## The Who, What, and Where of the Cloud\n", + "\n", + "Before we get started we must first define, and find, a few key pieces of information about your environment that will be used throughout this lesson. This information is also important to ensure that this information is what you expect, otherwise you may use the wrong account or run or store things in the wrong place. It is important to be clear about these terms as they are often different in other cloud providers. We provide a [glossary of GCP terms](glossary.ipynb) for your reference." + ] + }, { "cell_type": "markdown", "id": "20e902b2", diff --git a/content/GCP/01_intro_to_cloud_console.ipynb b/content/GCP/01_intro_to_cloud_console.ipynb index 222be30..9c464ab 100644 --- a/content/GCP/01_intro_to_cloud_console.ipynb +++ b/content/GCP/01_intro_to_cloud_console.ipynb @@ -28,9 +28,11 @@ ] }, { - "cell_type": "markdown", - "id": "3316c7f9-b0c8-4565-bdc6-7582c4f16127", + "cell_type": "code", + "execution_count": null, + "id": "1d72f7d2", "metadata": {}, + "outputs": [], "source": [ "## The Who, What, and Where of the Cloud\n", "\n",