From a62b83d1af47e97697a459e4db69efb07289e00d Mon Sep 17 00:00:00 2001 From: Travis Benfield Date: Tue, 15 Jan 2019 18:52:01 -0500 Subject: [PATCH] Grammatical change (#33046) --- guide/english/cloud-development/azure/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/cloud-development/azure/index.md b/guide/english/cloud-development/azure/index.md index 1ef9985b16..236efafaac 100644 --- a/guide/english/cloud-development/azure/index.md +++ b/guide/english/cloud-development/azure/index.md @@ -15,7 +15,7 @@ For example, you can use the Azure Virtual Machines compute services to build a Other services can be categorized as PaaS because you can use them without maintaining the underlying operating systems. For example, when you run a website in Azure Web Apps, or a SQL database in Azure SQL Databases it is not necessary to ensure that you are using the latest version of Internet Information Services (IIS) or SQL and have the latest patches and updates installed, as this is the responsibility of the Microsoft Azure platform. -Example for SaaS service on Microsoft Azure would be Operations Management Suite, which is set up and accessed via Operational Insights services. Here, you just set up your management tools and connect into the services you wish to manage all through Microsoft Azure, so no local infrastructure is required or needed to be managed. +An example of a SaaS service on Microsoft Azure would be Operations Management Suite, which is set up and accessed via Operational Insights services. Here, you just set up your management tools and connect into the services you wish to manage all through Microsoft Azure, so no local infrastructure is required or needed to be managed. ### Environments