Skip to content

Commit 09956f5

Browse files
Merge pull request #225670 from pritamso/Broken-link-fix-sebastianburckhardt
Broken link fix
2 parents a654bc7 + f6f6ede commit 09956f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The snippet above is just a *minimal* configuration. Later, you may want to cons
9595

9696
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.
9797

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.
9999

100100
![Data on the "DurableTaskPartitions" table in the Azure Storage Explorer.](./media/quickstart-netherite/partition-table.png)
101101

@@ -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](/azure/azure-functions/functions-create-function-app-portal#create-a-function-app-a-function).
108108

109109
### Set up Event Hubs
110110

@@ -115,7 +115,7 @@ You will need to set up an Event Hubs namespace to run Netherite on Azure. You c
115115
116116
#### Create an Event Hubs namespace
117117

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:
119119

120120
1. Choose a *resource group*: Use the same resource group as the Function app.
121121
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.
161161
> [!NOTE]
162162
> 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).
163163
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

Comments
 (0)