Skip to content

Commit 3127478

Browse files
Merge pull request #271549 from davidmrdavid/dajusto/call-out-azurite-and-netherite-req
Call out that DF Netherite only works with Azurite
2 parents e20e2cb + ae7b75c commit 3127478

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If this isn't the case, we suggest you start with one of the following articles,
4242
> [!NOTE]
4343
> If your app uses [Extension Bundles](../functions-bindings-register.md#extension-bundles), you should ignore this section as Extension Bundles removes the need for manual Extension management.
4444
45-
You'll need to install the latest version of the Netherite Extension on NuGet. This usually means including a reference to it in your `.csproj` file and building the project.
45+
You need to install the latest version of the Netherite Extension on NuGet. This usually means including a reference to it in your `.csproj` file and building the project.
4646

4747
The Extension package to install depends on the .NET worker you are using:
4848
- For the _in-process_ .NET worker, install [`Microsoft.Azure.DurableTask.Netherite.AzureFunctions`](https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Netherite.AzureFunctions).
@@ -93,7 +93,7 @@ Edit the storage provider section of the `host.json` file so it sets the `type`
9393
}
9494
```
9595

96-
The snippet above is just a *minimal* configuration. Later, you may want to consider [additional parameters](https://microsoft.github.io/durabletask-netherite/#/settings?id=typical-configuration).
96+
The snippet above is just a *minimal* configuration. Later, you may want to consider [other parameters](https://microsoft.github.io/durabletask-netherite/#/settings?id=typical-configuration).
9797

9898

9999
## Test locally
@@ -107,13 +107,16 @@ While the function app is running, Netherite will publish load information about
107107
> [!NOTE]
108108
> For more information on the contents of this table, see the [Partition Table](https://microsoft.github.io/durabletask-netherite/#/ptable) article.
109109
110+
> [!NOTE]
111+
> If you are using local storage emulation on a Windows OS, please ensure you're using the [Azurite](../../storage/common/storage-use-azurite.md) storage emulator and not the legacy "Azure Storage Emulator" component. Local storage emulation with Netherite is only supported via Azurite.
112+
110113
## Run your app on Azure
111114

112115
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](../functions-create-function-app-portal.md).
113116

114117
### Set up Event Hubs
115118

116-
You will need to set up an Event Hubs namespace to run Netherite on Azure. You can also set it up if you prefer to use Event Hubs during local development.
119+
You need to set up an Event Hubs namespace to run Netherite on Azure. You can also set it up if you prefer to use Event Hubs during local development.
117120

118121
> [!NOTE]
119122
> An Event Hubs namespace incurs an ongoing cost, whether or not it is being used by Durable Functions. Microsoft offers a [12-month free Azure subscription account](https://azure.microsoft.com/free/) if you’re exploring Azure for the first time.

0 commit comments

Comments
 (0)