Skip to content

Commit 27cc317

Browse files
committed
Clarity edits
1 parent 302c43b commit 27cc317

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/logic-apps/logic-apps-serverless-get-started-vs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ You can quickly develop and deploy cloud apps by using
1919
the serverless tools and capabilities in Azure such as
2020
[Azure Logic Apps](../logic-apps/logic-apps-overview.md)
2121
and [Azure Functions](../azure-functions/functions-overview.md).
22-
This article shows you how to get started building a serverless app
23-
in Visual Studio with a logic app that calls an Azure function.
22+
This article shows how to start building a serverless app,
23+
which uses a logic app that calls an Azure function, in Visual Studio.
2424
To learn more about serverless solutions in Azure, see
2525
[Azure Serverless with Functions and Logic Apps](../logic-apps/logic-apps-serverless-overview.md).
2626

@@ -60,7 +60,7 @@ for locally debugging Functions
6060

6161
To get started, create an [Azure Resource Group project](../azure-resource-manager/vs-azure-tools-resource-groups-deployment-projects-create-deploy.md)
6262
for your serverless app. In Azure, you create resources within a resource group,
63-
which is a logical collection used for organizing, managing, and deploying resources
63+
which is a logical collection you use for organizing, managing, and deploying resources
6464
for an entire app as a single asset. For a serverless app in Azure, your resource group
6565
includes resources for both Azure Logic Apps and Azure Functions. Learn more about
6666
[Azure resource groups and resources](../azure-resource-manager/resource-group-overview.md).
@@ -128,10 +128,10 @@ and the resource group to where you want to deploy. Choose **Deploy**.
128128

129129
![Deployment settings](./media/logic-apps-serverless-get-started-vs/deploy-to-resource-group.png)
130130

131-
1. If the **Edit Parameters** box appears, provide the resource name you
132-
want to use for your logic app and for your Azure function app at deployment,
133-
and then save your settings. Make sure you use a globally unique name for
134-
your function app.
131+
1. If the **Edit Parameters** box appears, provide the resource name
132+
to use for your logic app and your Azure function app at deployment,
133+
and then save your settings. Make sure you use a globally unique name
134+
for your function app.
135135

136136
![Provide names for your logic app and function app](./media/logic-apps-serverless-get-started-vs/logic-function-app-name-parameters.png)
137137

0 commit comments

Comments
 (0)