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

Commit

Permalink
updated Azure 07-cost for student account
Browse files Browse the repository at this point in the history
  • Loading branch information
jhicks committed Feb 14, 2022
1 parent 1b74ff5 commit bfa3f89
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 26 deletions.
26 changes: 11 additions & 15 deletions content/Azure/01_intro_to_cloud_console.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{
"cell_type": "markdown",
"id": "ad5f323f",
"id": "f1a257c4",
"metadata": {},
"source": [
"## Accounts (Authentication and Identity) & login\n",
Expand All @@ -55,7 +55,7 @@
},
{
"cell_type": "markdown",
"id": "413c7d67",
"id": "888bdfdc",
"metadata": {},
"source": [
"```{admonition} Exercise\n",
Expand All @@ -71,7 +71,7 @@
},
{
"cell_type": "markdown",
"id": "374dbb3f",
"id": "651055e4",
"metadata": {},
"source": [
"## Subscriptions\n",
Expand All @@ -82,7 +82,7 @@
},
{
"cell_type": "markdown",
"id": "6f869b68",
"id": "bc064a57",
"metadata": {},
"source": [
"```{admonition} Exercise\n",
Expand All @@ -97,7 +97,7 @@
},
{
"cell_type": "markdown",
"id": "5841d124",
"id": "d2e2654b",
"metadata": {},
"source": [
"## Services\n",
Expand All @@ -119,7 +119,7 @@
},
{
"cell_type": "markdown",
"id": "2be10ab0",
"id": "880a3b4d",
"metadata": {},
"source": [
"```{admonition} Exercise\n",
Expand All @@ -132,7 +132,7 @@
},
{
"cell_type": "markdown",
"id": "e4f115d4",
"id": "43cd9544",
"metadata": {},
"source": [
"## Everything Else\n",
Expand Down Expand Up @@ -161,11 +161,9 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "5c0b0cce",
"cell_type": "markdown",
"id": "a06f390f",
"metadata": {},
"outputs": [],
"source": [
"## Open a Cloud Shell\n",
"\n",
Expand All @@ -189,11 +187,9 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "c5022f57",
"cell_type": "markdown",
"id": "de9c6bdb",
"metadata": {},
"outputs": [],
"source": [
"Now we will create a ssh key pair to use with some of the other lessons (e.g. we need a ssh key when creating a VM in order to login securely).\n",
"\n",
Expand Down
6 changes: 4 additions & 2 deletions content/Azure/02_intro_to_compute.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@
]
},
{
"cell_type": "markdown",
"id": "eb6326d6",
"cell_type": "code",
"execution_count": null,
"id": "a86373b5",
"metadata": {},
"outputs": [],
"source": [
"## Azure Virtual Machines"
]
Expand Down
42 changes: 33 additions & 9 deletions content/Azure/07_monitoring_costs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,45 @@
},
{
"cell_type": "markdown",
"id": "95459101",
"id": "1261e723",
"metadata": {},
"source": [
"* In the Azure portal navigate to the *Cost Management + Billing* from the hamburger menu.\n",
"* On the left menu choose *Cost Management*\n",
"* This will give cost overview of you subscription\n",
"* On this pages left menu choose *Cost analysis*\n",
"* This page will display the actual and forcasted cost for your subscription.\n",
"* This page also offers interactive graphs that assist in drilling down to look at cost for various resources."
"## Overall Costs analysis\n",
"* In the Azure portal hamburger menu, navigate to the *Cost Management + Billing* and click on it.\n",
"* This will take you to the *Billing account* page. This page provides an *overview* of the costs for your overall \n",
"account. You will see the *Amount due*, *Upcoming invoices* (For the Billing period), *past invoices*, *Spending rate and \n",
"forecast*, and *This months top product charges*.\n",
"* In the left hand menu click the *Cost analysis* tab.\n",
"* Here you will see the actual and forecasted cost as well as a breakdown by *service name*, *Location (zone)*, and *subscription*. \n",
"* A time series graph is also provided to give a visual of curent and forecasted cost for the end of \n",
"the billing period.\n",
"\n",
"## Costs analysis of Resource Groups\n",
"* Similarly, you can see a cost breakdown for a Resouce Group and resources contained in it by navigating to\n",
"the *Resource Groups* tab in the hamburger menu. \n",
"* Once in the Resource Group page, click on the Resource Group you are interested in.\n",
"* In the left hand menu of the *Resource Group* page, click on the *cost analysis* tab. \n",
"* Here you will see the *actual* and *forcasted* cost of the resources in your Resource Group. \n",
"* You will also see a breakdown of costs by *Service name*, *Location*, and *Resource* in doughnut charts. \n",
"* The doughnut charts are interactive and by moving your curser over the chart you can drilling down to look \n",
"at costs for individual resources.\n",
"* A time series graph is provided to give a visual of curent and forecasted costs through the end of the billing period.\n",
"* Using the time series graph, you can see how the cost of your resources will increase over time (until the end of the \n",
"billing period).\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8590419b",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -53,7 +77,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit bfa3f89

Please sign in to comment.