From 66f9375b57d2eb432e376b82e5b8f10636a0e7db Mon Sep 17 00:00:00 2001 From: John Hicks Date: Mon, 7 Mar 2022 13:07:19 -0500 Subject: [PATCH] fixed some typos in clean up and storage --- content/Azure/02_intro_to_compute.ipynb | 19 +++++++++---------- content/Azure/03_intro_to_cloud_storage.ipynb | 8 ++++---- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/content/Azure/02_intro_to_compute.ipynb b/content/Azure/02_intro_to_compute.ipynb index 76ae621..5dcb131 100644 --- a/content/Azure/02_intro_to_compute.ipynb +++ b/content/Azure/02_intro_to_compute.ipynb @@ -47,14 +47,13 @@ }, { "cell_type": "markdown", - "id": "4e830d60", + "id": "7f84feb2", "metadata": {}, "source": [ - "Before we begin this lesson, we need to create a *ssh key pair* so \n", - "that we can securely login to the Virtual Machone (VM) we are about \n", - "to create. We will need a ssh public key when we create the VM. If \n", + "Before we begin this lesson, we need to create a *ssh key pair* so that we can securely login to the Virtual \n", + "Machine (VM) we are about to create. We will need a ssh public key when we create the VM. If \n", "you have already created a key pair in the previous lession: [Intro to Cloud Console](01_intro_to_cloud_console.ipynb)\n", - "then continue to step 2.\n", + "then continue to step 2. If you have already copied the public key to your edit buffer then go to *Create a VM*.\n", "\n", "**Step 1.**\n", "\n", @@ -205,7 +204,7 @@ }, { "cell_type": "markdown", - "id": "5f12143a", + "id": "facf1999", "metadata": {}, "source": [ "Now let's continue to the disk configuration by clicking Next:Disk> on the bottum or on the top heading menu choose the Disk option.\n", @@ -221,7 +220,7 @@ }, { "cell_type": "markdown", - "id": "1dde7b24", + "id": "3eed4826", "metadata": {}, "source": [ "Now let's continue to the networking configuration by clicking Next:Networking> on the bottum or on the top heading menu choose the Networking option.\n", @@ -303,7 +302,7 @@ }, { "cell_type": "markdown", - "id": "b05f3fd8", + "id": "c4b17d4b", "metadata": {}, "source": [ "If this is your first time logging in, you will be prompted with The \n", @@ -316,7 +315,7 @@ { "cell_type": "code", "execution_count": null, - "id": "ca04cfba", + "id": "02c00970", "metadata": {}, "outputs": [], "source": [ @@ -355,7 +354,7 @@ }, { "cell_type": "markdown", - "id": "f0b6bea0", + "id": "6ec28fed", "metadata": {}, "source": [ "## Reference" diff --git a/content/Azure/03_intro_to_cloud_storage.ipynb b/content/Azure/03_intro_to_cloud_storage.ipynb index e8cf76e..917ed0b 100644 --- a/content/Azure/03_intro_to_cloud_storage.ipynb +++ b/content/Azure/03_intro_to_cloud_storage.ipynb @@ -31,7 +31,7 @@ }, { "cell_type": "markdown", - "id": "a07c2033", + "id": "7ae5d453", "metadata": {}, "source": [ "One of the most common and economic ways to store data in the cloud \n", @@ -42,7 +42,7 @@ }, { "cell_type": "markdown", - "id": "d46f786b", + "id": "5da148d1", "metadata": { "tags": [] }, @@ -53,12 +53,12 @@ "\n", "Unfortunately, the terminology used for object storage differs from one commercial cloud provider to another. Azure uses the terms Storage Container. Data is stored in Objects and Objects are stored in Containers. Objects (data) are stored as a key-value pair, which is similar to a Python dictionary but persistent. Values are stored and retrieved using a unique key and the value can contain any information (more on this later).\n", "\n", - "We now take Drew through the process of creating a Google Cloud Storage bucket." + "We now take Drew through the process of creating a Google Azure blob Storage." ] }, { "cell_type": "markdown", - "id": "b4557f55", + "id": "575c9114", "metadata": {}, "source": [ "## Create storage account\n",