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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ The snippet above is just a *minimal* configuration. Later, you may want to cons
95
95
96
96
Your app is now ready for local development: You can start the Function app to test it. One way to do this is to run `func host start` on your application's root and executing a simple orchestrator Function.
97
97
98
-
While the function app is running, Netherite will publish load information about its active partitions to an Azure Storage table named "DurableTaskPartitions". You can use [Azure Storage Explorer](/articles/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows) to check that it's working as expected. If Netherite is running correctly, the table won't be empty; see the example below.
98
+
While the function app is running, Netherite will publish load information about its active partitions to an Azure Storage table named "DurableTaskPartitions". You can use [Azure Storage Explorer](/azure/vs-azure-tools-storage-manage-with-storage-explorer) to check that it's working as expected. If Netherite is running correctly, the table won't be empty; see the example below.
99
99
100
100

101
101
@@ -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](/azure/azure-functions/functions-create-function-app-portal#create-a-function-app-a-function).
108
108
109
109
### Set up Event Hubs
110
110
@@ -115,7 +115,7 @@ You will need to set up an Event Hubs namespace to run Netherite on Azure. You c
115
115
116
116
#### Create an Event Hubs namespace
117
117
118
-
Follow [these steps](/articles/event-hubs/event-hubs-create#create-an-event-hubs-namespace) to create an Event Hubs namespace on the Azure portal. When creating the namespace, you may be prompted to:
118
+
Follow [these steps](/azure/event-hubs/event-hubs-create#create-an-event-hubs-namespace) to create an Event Hubs namespace on the Azure portal. When creating the namespace, you may be prompted to:
119
119
120
120
1. Choose a *resource group*: Use the same resource group as the Function app.
121
121
2. Choose a *plan* and provision *throughput units*. Select the defaults, this setting can be changed later.
@@ -161,4 +161,4 @@ You can now deploy your code to the cloud and run your tests or workload on it.
161
161
> [!NOTE]
162
162
> For guidance on deploying your project to Azure, review the deployment instructions in the article for your programming language of choice in the [prerequisites section](#prerequisites).
163
163
164
-
For more information about the Netherite architecture, configuration, and workload behavior, including performance benchmarks, we recommend you take a look at the [Netherite documentation](https://microsoft.github.io/durabletask-netherite/#/).
164
+
For more information about the Netherite architecture, configuration, and workload behavior, including performance benchmarks, we recommend you take a look at the [Netherite documentation](https://microsoft.github.io/durabletask-netherite/#/).
0 commit comments