From 3eb7386ab1cb9ad464bcf4f502b664b7c71d6ce4 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Wed, 6 May 2026 12:43:28 +0900 Subject: [PATCH 1/2] Fix typos in README.md related to resources https://github.com/Azure/azure-quickstart-templates/blob/master/demos/oms-azure-resource-usage-solution/README.md #PingMSFTDocs --- demos/oms-azure-resource-usage-solution/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/oms-azure-resource-usage-solution/README.md b/demos/oms-azure-resource-usage-solution/README.md index d22d92b8c35d..90747221ff68 100644 --- a/demos/oms-azure-resource-usage-solution/README.md +++ b/demos/oms-azure-resource-usage-solution/README.md @@ -30,7 +30,7 @@ Azure Resource Usage Solution collects and visualizes Azure Usage from Azure B * Category (Storage) * SubCategory (Locally Redundant) * MeterType (Standard IO - Page Blob/Disk (GB)) -* Resouce ( VM, Storage Account , Website) +* resource ( VM, Storage Account , Website) * Reosuce Group * Resource Tags @@ -116,7 +116,7 @@ In the Resource Group where you deployed the template, you should see the soluti ![alt text](images/azureusagedeployedres.png "Solutions") -### Azure Resouce Usage +### Azure resource Usage The views for Azure Resource will give you an overview of usage and cost of resources in an Azure Subscription. Multiple subscriptions can be added to provide overview for all. From a72fd274a7ef310d023e17a205e569d9f7820fcc Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sat, 9 May 2026 07:26:47 +0900 Subject: [PATCH 2/2] Fix typos in README.md for clarity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resource → Resource Reosuce Group → Resource Group --- demos/oms-azure-resource-usage-solution/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/oms-azure-resource-usage-solution/README.md b/demos/oms-azure-resource-usage-solution/README.md index 90747221ff68..91cdf5a2b306 100644 --- a/demos/oms-azure-resource-usage-solution/README.md +++ b/demos/oms-azure-resource-usage-solution/README.md @@ -30,8 +30,8 @@ Azure Resource Usage Solution collects and visualizes Azure Usage from Azure B * Category (Storage) * SubCategory (Locally Redundant) * MeterType (Standard IO - Page Blob/Disk (GB)) -* resource ( VM, Storage Account , Website) -* Reosuce Group +* Resource ( VM, Storage Account , Website) +* Resource Group * Resource Tags ![alt text](images/azureusagetile.png "Overview") @@ -116,7 +116,7 @@ In the Resource Group where you deployed the template, you should see the soluti ![alt text](images/azureusagedeployedres.png "Solutions") -### Azure resource Usage +### Azure Resource Usage The views for Azure Resource will give you an overview of usage and cost of resources in an Azure Subscription. Multiple subscriptions can be added to provide overview for all.