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

Commit

Permalink
changed azure 07-cost images to learner acct
Browse files Browse the repository at this point in the history
  • Loading branch information
jhicks committed Feb 17, 2022
1 parent 9a5df91 commit cdd0f6b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
8 changes: 5 additions & 3 deletions content/Azure/02_intro_to_compute.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a86373b5",
"id": "b85b77ed",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -123,9 +123,11 @@
]
},
{
"cell_type": "markdown",
"id": "e3a1c48a",
"cell_type": "code",
"execution_count": null,
"id": "0d5b8abd",
"metadata": {},
"outputs": [],
"source": [
"## Create a VM\n",
"\n",
Expand Down
18 changes: 12 additions & 6 deletions content/Azure/07_monitoring_costs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,23 @@
},
{
"cell_type": "markdown",
"id": "1261e723",
"id": "c98c2c16",
"metadata": {},
"source": [
"## 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",
"![Overall-cost-analysis](images/azure-student-cost-analysis.png)\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",
"![cost-analysis](images/azure-cost-analysis-time-doughnut.png)\n",
"* Note: These values may all be zero if there are no resources allocated yet in this account. Also, in this example there\n",
"is only one item under service name.\n",
"## Costs analysis for 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",
Expand All @@ -48,14 +51,17 @@
"* 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"
"* The forecasted information in the time series graph will help plan adjustments to your resource allocation to meet \n",
"your cost requirements.\n",
"![rg-cost-analysis](images/azure-rg-cost-analysis.png)\n",
"* Note: These values may all be zero if there are no resources allocated yet in this account. Also, in this example there\n",
"is only one resource listed.\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8590419b",
"id": "ae56bbd1",
"metadata": {},
"outputs": [],
"source": []
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cdd0f6b

Please sign in to comment.