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

Commit

Permalink
Merge pull request #40 from CLASS/azure-dev
Browse files Browse the repository at this point in the history
fixed some typos in clean up and storage
  • Loading branch information
amanda-tan authored Mar 7, 2022
2 parents 6a5171d + 66f9375 commit 82c4bdd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
19 changes: 9 additions & 10 deletions content/Azure/02_intro_to_compute.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -316,7 +315,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ca04cfba",
"id": "02c00970",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -355,7 +354,7 @@
},
{
"cell_type": "markdown",
"id": "f0b6bea0",
"id": "6ec28fed",
"metadata": {},
"source": [
"## Reference"
Expand Down
8 changes: 4 additions & 4 deletions content/Azure/03_intro_to_cloud_storage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -42,7 +42,7 @@
},
{
"cell_type": "markdown",
"id": "d46f786b",
"id": "5da148d1",
"metadata": {
"tags": []
},
Expand All @@ -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",
Expand Down

0 comments on commit 82c4bdd

Please sign in to comment.