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
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/quickstart-netherite.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ In particular, this quickstart assumes that you have already:
26
26
1. Created an Azure Functions project on your local machine.
27
27
2. Added Durable Functions to your project with an [orchestrator function](durable-functions-bindings.md#orchestration-trigger) and a [client function](durable-functions-bindings.md#orchestration-client) that triggers it.
28
28
3. Configured the project for local debugging.
29
-
4. Learned how to deploy an Azure Functions project to Azure
29
+
4. Learned how to deploy an Azure Functions project to Azure.
30
30
31
31
If this isn't the case, we suggest you start with one of the following articles, which provides detailed instructions on how to achieve all the requirements above:
32
32
@@ -104,7 +104,7 @@ While the function app is running, Netherite will publish load information about
104
104
105
105
## Run your app on Azure
106
106
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).
To obtain the connection string for your Event Hubs namespace, go to your Event Hubs namespace in the Azure portal, select "Shared access policies", and then select "RootManagedSharedAccessKey". This should reveal a field named "Connection string-primary key" and that field's value is the connection string.
126
+
To obtain the connection string for your Event Hubs namespace, go to your Event Hubs namespace in the Azure portal, select **Shared access policies**, and then select **RootManagedSharedAccessKey**. This should reveal a field named **Connection string-primary key** and that field's value is the connection string.
127
127
128
128
Below are guiding screenshots on how to find this data in the portal:
129
129
130
130

131
131
132
132
### Add connection string as an application setting
133
133
134
-
You need to add your connection string as an application setting in your Function App. To do this through the Azure portal, go to your Function App view, select **Configuration**, and then select **New application setting**. This is where you can assign `EventHubsConnection` to map to your connection string. Below are some guiding images.
134
+
You need to add your connection string as an application setting in your function app. To do this through the Azure portal, go to your function app view, select **Configuration**, and then select **New application setting**. This is where you can assign `EventHubsConnection` to map to your connection string. Below are some guiding images.
135
135
136
136

137
137

@@ -150,7 +150,7 @@ If your app is running on the Elastic Premium Plan, it is recommended that you e
150
150
> [!NOTE]
151
151
> Skip this section if your app is running on Linux.
152
152
153
-
Netherite requires a 64-bit architecture to work. Starting on Functions V4, this should be the default. You can usually validate this in the portal: under "Configuration", select "General Settings" and then ensure the "Platform" field is set to "64 Bit". If you don't see this option in the portal, then it's possible you're already running on a 64-bit platform. For example, Linux apps won't show this setting because they only support 64-bit.
153
+
Netherite requires a 64-bit architecture to work. Starting on Functions V4, this should be the default. You can usually validate this in the portal: under **Configuration**, select **General Settings** and then ensure the **Platform** field is set to **64 Bit**. If you don't see this option in the portal, then it's possible you're already running on a 64-bit platform. For example, Linux apps won't show this setting because they only support 64-bit.
154
154
155
155

0 commit comments