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

Commit

Permalink
Cleanup warnings and remove HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Middelkoop authored and Timothy Middelkoop committed Dec 2, 2021
1 parent f213ebf commit f2eabe6
Show file tree
Hide file tree
Showing 11 changed files with 250 additions and 298 deletions.
42 changes: 20 additions & 22 deletions content/Azure/01_intro_to_cloud_console.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"cell_type": "markdown",
"id": "41948653",
"id": "61be7c43-99c1-4033-8252-6955b942bee4",
"metadata": {},
"source": [
"## Setup\n",
Expand All @@ -38,26 +38,30 @@
"```{admonition} Be Aware\n",
":class: danger\n",
"If you are doing self-paced learning, your login information may be different!\n",
"```\n",
"\n",
"### Logging in to the console\n",
"```"
]
},
{
"cell_type": "markdown",
"id": "f57d9cdf-8ed5-4cab-87f7-4219cb33bf2b",
"metadata": {},
"source": [
"## Logging in to the console\n",
"Paste your console login link into your web browser. You will see the Azure site requesting your username and password. Fill in your username and password that was assigned to you in the csv file. \n",
"\n",
"You are now logged on. Welcome to the first step of your cloud journey! \n",
"\n",
"Figure 1 is what your screen should look like when you log in to the Azure console. Next, let's take a closer look at some key concepts and components of the Azure console. \n",
"\n",
"<img src=\"./images/azure_intro_console.jpg\" width=720 align=\"center\">\n",
"The below is what your screen should look like when you log in to the Azure console. Next, let's take a closer look at some key concepts and components of the Azure console. \n",
"\n",
"<div align=\"center\">Figure 1: Logging in to the Azure console</div><br/>"
"![cloud-shell](images/azure_intro_console.jpg)"
]
},
{
"cell_type": "markdown",
"id": "27fc9127",
"metadata": {},
"source": [
" **1. Hamburger**\n",
"**1. Hamburger**\n",
": If you click on the hamburger (three horizontal lines) you will get a dropdown menu and see a list of services that are offered by Azure. Currently, Azure has over N services ranging from compute to machine learning to networking to data storage. The list grows frequently!\n",
"\n",
"**2. Search bar**\n",
Expand Down Expand Up @@ -87,21 +91,15 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
"display_name": "Bash",
"language": "bash",
"name": "bash"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"codemirror_mode": "shell",
"file_extension": ".sh",
"mimetype": "text/x-sh",
"name": "bash"
}
},
"nbformat": 4,
Expand Down
40 changes: 16 additions & 24 deletions content/Azure/02_intro_to_compute.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@
"id": "05306c25",
"metadata": {},
"source": [
"**Create a VM**\n",
"## Create a VM\n",
"\n",
"Hamburger in upper left -> Virtual Machines -> Create (+) in upper left -> virtual machines ->\n",
"In the middle of the page under \"Create Virtual Machine\" heading there are menu options from left to right: Basic, Disk, Networking, Management, Advanced, Tags, Review & Create\n",
" \n",
"**Basic:**\n",
" \n",
"\n",
"**Part 1**\n",
"* Check subscription \n",
"* select or create Resource Group\n",
Expand All @@ -43,7 +41,7 @@
"* Spot\n",
"* Size\n",
"\n",
"<img src=\"./images/01_CLASS_Azure_VM_basic_01.pg\" width=720 align=\"center\">\n",
"![vm-create](images/01_CLASS_Azure_VM_basic_01.png)\n",
"\n",
"**Part 2**\n",
"* Authentication type \n",
Expand All @@ -57,7 +55,7 @@
"* Ports (none)\n",
" * Open inbound ports (default: none)\n",
"\n",
"<img src=\"./images/01_CLASS_Azure_VM_basic_02.png\" width=720 align=\"center\">\n"
"![vm-create](images/01_CLASS_Azure_VM_basic_02.png)"
]
},
{
Expand All @@ -75,7 +73,7 @@
"* Data disk (create or attach)\n",
" * Leave as default\n",
"\n",
"<img src=\"./images/02_CLASS_Azure_VM_disks.png\" width=720 align=\"center\">\n"
"![vm-disks](images/02_CLASS_Azure_VM_disks.png)\n"
]
},
{
Expand All @@ -95,16 +93,16 @@
" * Allow selected port\n",
"* Select inbound port(s)\n",
" * Use 22 for ssh access\n",
" \n",
"<img src=\"./images/03_CLASS_Azure_VM_networking.png\" width=720 align=\"center\">\n"
"\n",
"![vm-networking](images/03_CLASS_Azure_VM_networking.png)"
]
},
{
"cell_type": "markdown",
"id": "1e052657",
"metadata": {},
"source": [
"Now let's continue to provision the VM. The next three menu options accross the top are outside the scope of this tutoial so now we are ready to click Review & Create.\n",
"Now let's continue to provision the VM. The next three menu options across the top are outside the scope of this tutorial so now we are ready to click Review & Create.\n",
"\n",
"**Management**\n",
"* Outside of scope\n",
Expand Down Expand Up @@ -132,7 +130,7 @@
"* You should see your VM name\n",
"* Click on VM name to get more information about your VM\n",
"\n",
"<img src=\"./images/04_CLASS_Azure_VM_verify.png\" width=720 align=\"center\">"
"![vm-networking](images/04_CLASS_Azure_VM_verify.png)"
]
},
{
Expand All @@ -150,21 +148,15 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
"display_name": "Bash",
"language": "bash",
"name": "bash"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"codemirror_mode": "shell",
"file_extension": ".sh",
"mimetype": "text/x-sh",
"name": "bash"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit f2eabe6

Please sign in to comment.