Microsoft.Orleans.GrainDirectory.AzureStorage 10.0.0

Prefix Reserved
dotnet add package Microsoft.Orleans.GrainDirectory.AzureStorage --version 10.0.0
                    
NuGet\Install-Package Microsoft.Orleans.GrainDirectory.AzureStorage -Version 10.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Orleans.GrainDirectory.AzureStorage" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Orleans.GrainDirectory.AzureStorage" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Orleans.GrainDirectory.AzureStorage" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Orleans.GrainDirectory.AzureStorage --version 10.0.0
                    
#r "nuget: Microsoft.Orleans.GrainDirectory.AzureStorage, 10.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Orleans.GrainDirectory.AzureStorage@10.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Orleans.GrainDirectory.AzureStorage&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Orleans.GrainDirectory.AzureStorage&version=10.0.0
                    
Install as a Cake Tool

Microsoft Orleans Grain Directory for Azure Storage

Introduction

Microsoft Orleans Grain Directory for Azure Storage provides a grain directory implementation using Azure Storage. The grain directory is used to locate active grain instances across the cluster, and this package allows Orleans to store that information in Azure Storage.

Getting Started

To use this package, install it via NuGet:

dotnet add package Microsoft.Orleans.GrainDirectory.AzureStorage

Example - Configuring Azure Storage Grain Directory

using Microsoft.Extensions.Hosting;
using Orleans.Hosting;

var builder = Host.CreateApplicationBuilder(args)
    .UseOrleans(siloBuilder =>
    {
        siloBuilder
            .UseLocalhostClustering()
            // Configure Azure Storage as grain directory
            .UseAzureStorageGrainDirectoryAsDefault(options =>
            {
                options.ConnectionString = "YOUR_AZURE_STORAGE_CONNECTION_STRING";
                options.TableName = "GrainDirectory";
            });
    });

// Run the host
await builder.RunAsync();

Documentation

For more comprehensive documentation, please refer to:

Feedback & Contributing

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0 29 1/20/2026
10.0.0-rc.2 52 12/31/2025
9.2.1 6,067 7/16/2025
9.2.0 220 7/14/2025
9.2.0-preview3 326 6/10/2025
9.2.0-preview2 176 6/4/2025
9.2.0-preview1 165 4/4/2025
9.1.2 2,330 2/13/2025
9.0.1 1,309 11/23/2024
9.0.0 551 11/14/2024
8.2.0 18,863 7/12/2024
8.2.0-preview1 186 5/22/2024
8.1.0 8,174 4/17/2024
8.1.0-preview3 219 3/11/2024
8.1.0-preview2 163 2/23/2024
8.1.0-preview1 172 2/13/2024
8.0.0 2,351 1/5/2024
8.0.0-rc2 218 12/20/2023
8.0.0-rc1 210 12/4/2023
7.2.7 195 10/15/2024
7.2.6 1,837 3/9/2024
7.2.5 245 2/22/2024
7.2.4 4,948 12/2/2023
7.2.3 3,350 11/3/2023
7.2.2 398 10/16/2023
7.2.1 1,992 7/11/2023
7.2.0 328 7/7/2023
7.1.2 2,179 4/19/2023
7.1.1 481 3/23/2023
7.1.0 5,155 2/1/2023
7.0.0 709 11/8/2022
7.0.0-rc2 320 10/19/2022
4.0.0-preview2 468 8/4/2022
4.0.0-preview1 351 2/10/2022
3.8.0-preview5 261 5/12/2025
3.8.0-preview3 226 4/8/2025
3.8.0-preview2 193 4/4/2025
3.8.0-preview1 208 3/31/2025
3.8.0-beta1 190 5/6/2025
3.7.2-beta1 222 5/10/2024
3.7.1-beta1 315 5/27/2023
3.7.0-beta1 309 3/23/2023
3.6.5-beta1 3,584 8/15/2022
3.6.4-beta1 288 8/10/2022
3.6.3-beta1 306 8/4/2022
3.6.2-beta1 867 4/15/2022
3.6.1-beta1 362 4/5/2022
3.6.0-beta1 399 1/20/2022
3.5.1-beta1 433 11/8/2021
3.5.0-beta1 1,031 9/3/2021
3.4.4-beta1 446 10/4/2021
3.4.3-beta1 5,746 6/3/2021
3.4.2-beta1 714 4/5/2021
3.4.1-beta1 509 2/3/2021
3.4.0-rc1 490 12/9/2020
3.4.0-beta1 517 1/6/2021
3.3.0-rc2 766 9/2/2020
3.3.0-rc1 499 8/19/2020
3.3.0-beta1 476 9/9/2020
3.2.2-beta1 4,012 7/22/2020
3.2.1-beta1 617 7/2/2020
3.2.0-rc2 571 5/20/2020
3.2.0-rc1 551 5/7/2020
3.2.0-beta1 521 6/4/2020