You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
24
24
To learn more about serverless solutions in Azure, see
25
25
[Azure Serverless with Functions and Logic Apps](../logic-apps/logic-apps-serverless-overview.md).
26
26
@@ -60,7 +60,7 @@ for locally debugging Functions
60
60
61
61
To get started, create an [Azure Resource Group project](../azure-resource-manager/vs-azure-tools-resource-groups-deployment-projects-create-deploy.md)
62
62
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
64
64
for an entire app as a single asset. For a serverless app in Azure, your resource group
65
65
includes resources for both Azure Logic Apps and Azure Functions. Learn more about
66
66
[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**.
0 commit comments