From 983bcb2e924fda2c384e4b040d39e59552076cea Mon Sep 17 00:00:00 2001 From: jhickszen Date: Wed, 19 Jan 2022 13:26:23 -0500 Subject: [PATCH] updated Azure cost monitoring --- content/Azure/06_running_analysis.ipynb | 20 +++++++++++++------- content/Azure/07_monitoring_costs.ipynb | 13 +++++++++++++ content/GCP/01_intro_to_cloud_console.ipynb | 4 ++-- content/GCP/05_cli_storage.ipynb | 20 +++++++++++++------- 4 files changed, 41 insertions(+), 16 deletions(-) diff --git a/content/Azure/06_running_analysis.ipynb b/content/Azure/06_running_analysis.ipynb index 052ffe8..2abf7ac 100644 --- a/content/Azure/06_running_analysis.ipynb +++ b/content/Azure/06_running_analysis.ipynb @@ -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, diff --git a/content/Azure/07_monitoring_costs.ipynb b/content/Azure/07_monitoring_costs.ipynb index e0b5d2d..6a0ba88 100644 --- a/content/Azure/07_monitoring_costs.ipynb +++ b/content/Azure/07_monitoring_costs.ipynb @@ -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": { diff --git a/content/GCP/01_intro_to_cloud_console.ipynb b/content/GCP/01_intro_to_cloud_console.ipynb index d7a5d60..3bb6abb 100644 --- a/content/GCP/01_intro_to_cloud_console.ipynb +++ b/content/GCP/01_intro_to_cloud_console.ipynb @@ -239,7 +239,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -253,7 +253,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.3" + "version": "3.8.8" } }, "nbformat": 4, diff --git a/content/GCP/05_cli_storage.ipynb b/content/GCP/05_cli_storage.ipynb index ea543f2..20a3b42 100644 --- a/content/GCP/05_cli_storage.ipynb +++ b/content/GCP/05_cli_storage.ipynb @@ -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,