Skip to content

Commit d4061a7

Browse files
committed
Add missing period
1 parent d23f1ec commit d4061a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-functions/durable/quickstart-netherite.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ While the function app is running, Netherite will publish load information about
104104
105105
## Run your app on Azure
106106

107-
You need to create an Azure Functions app on Azure. To do this, follow the instructions in the *Create a function app* section of [these instructions](/articles/azure-functions/functions-create-function-app-portal.md#create-a-function-app-a-function)
107+
You need to create an Azure Functions app on Azure. To do this, follow the instructions in the *Create a function app* section of [these instructions](/articles/azure-functions/functions-create-function-app-portal.md#create-a-function-app-a-function).
108108

109109
### Set up Event Hubs
110110

@@ -136,7 +136,6 @@ You need to add your connection string as an application setting in your Functio
136136
![In the Function App view, go to "configuration" and select "new application setting."](./media/quickstart-netherite/add-configuration.png)
137137
![Enter `EventHubsConnection` as the name, and the connection string as its value.](./media/quickstart-netherite/enter-configuration.png)
138138

139-
140139
### Enable runtime scaling (Elastic Premium only)
141140

142141
> [!NOTE]

0 commit comments

Comments
 (0)