Skip to content

Commit 1333cef

Browse files
authored
Merge pull request #2579 from v-maudel/patch-1
L31247: Adding double spaces at the end of lines (44 to 47)
2 parents 0651990 + 8f5f800 commit 1333cef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mac/azure-functions-lab.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ In this lab, you'll learn how to get started building Azure Functions using Visu
4141

4242
1. Expand the nodes in **Solution Pad**. The default project template includes NuGet references to a variety of Azure WebJobs packages, as well as the Newtonsoft.Json package.
4343

44-
There are also three files:
45-
- **host.json** for describing the global configuration options for the host
46-
- **local.settings.json** for configuring service settings.
47-
- The project template also creates a default HttpTrigger. For the sake of this lab, you should delete the **HttpTrigger.cs** file from the project.
44+
There are also three files:
45+
- **host.json** for describing the global configuration options for the host
46+
- **local.settings.json** for configuring service settings.
47+
- The project template also creates a default HttpTrigger. For the sake of this lab, you should delete the **HttpTrigger.cs** file from the project.
4848

4949
Open **local.settings.json**. It defaults to having two empty connection string settings.
5050

0 commit comments

Comments
 (0)