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

Commit

Permalink
updated Azure cost monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jhicks committed Jan 19, 2022
1 parent b8377a1 commit 983bcb2
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 16 deletions.
20 changes: 13 additions & 7 deletions content/Azure/06_running_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1472,15 +1472,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Bash",
"language": "bash",
"name": "bash"
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": "shell",
"file_extension": ".sh",
"mimetype": "text/x-sh",
"name": "bash"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
}
},
"nbformat": 4,
Expand Down
13 changes: 13 additions & 0 deletions content/Azure/07_monitoring_costs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@
"\n",
"```"
]
},
{
"cell_type": "markdown",
"id": "95459101",
"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."
]
}
],
"metadata": {
Expand Down
4 changes: 2 additions & 2 deletions content/GCP/01_intro_to_cloud_console.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -253,7 +253,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.8.8"
}
},
"nbformat": 4,
Expand Down
20 changes: 13 additions & 7 deletions content/GCP/05_cli_storage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -944,15 +944,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Bash",
"language": "bash",
"name": "bash"
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": "shell",
"file_extension": ".sh",
"mimetype": "text/x-sh",
"name": "bash"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 983bcb2

Please sign in to comment.