Microsoft.Orleans.GrainDirectory.AzureStorage 9.2.1

Prefix Reserved
dotnet add package Microsoft.Orleans.GrainDirectory.AzureStorage --version 9.2.1
                    
NuGet\Install-Package Microsoft.Orleans.GrainDirectory.AzureStorage -Version 9.2.1
                    
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="9.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Orleans.GrainDirectory.AzureStorage" Version="9.2.1" />
                    
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 9.2.1
                    
#r "nuget: Microsoft.Orleans.GrainDirectory.AzureStorage, 9.2.1"
                    
#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@9.2.1
                    
#: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=9.2.1
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Orleans.GrainDirectory.AzureStorage&version=9.2.1
                    
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 was computed.  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
9.2.1 557 7/16/2025
9.2.0 182 7/14/2025
9.2.0-preview3 305 6/10/2025
9.2.0-preview2 150 6/4/2025
9.2.0-preview1 138 4/4/2025
9.1.2 2,004 2/13/2025
9.0.1 1,076 11/23/2024
9.0.0 519 11/14/2024
8.2.0 18,408 7/12/2024
8.2.0-preview1 167 5/22/2024
8.1.0 8,112 4/17/2024
8.1.0-preview3 163 3/11/2024
8.1.0-preview2 141 2/23/2024
8.1.0-preview1 154 2/13/2024
8.0.0 2,320 1/5/2024
8.0.0-rc2 198 12/20/2023
8.0.0-rc1 190 12/4/2023
7.2.7 168 10/15/2024
7.2.6 1,785 3/9/2024
7.2.5 214 2/22/2024
7.2.4 4,915 12/2/2023
7.2.3 3,306 11/3/2023
7.2.2 359 10/16/2023
7.2.1 1,968 7/11/2023
7.2.0 286 7/7/2023
7.1.2 2,114 4/19/2023
7.1.1 413 3/23/2023
7.1.0 5,118 2/1/2023
7.0.0 664 11/8/2022
7.0.0-rc2 279 10/19/2022
4.0.0-preview2 405 8/4/2022
4.0.0-preview1 307 2/10/2022
3.8.0-preview5 235 5/12/2025
3.8.0-preview3 200 4/8/2025
3.8.0-preview2 143 4/4/2025
3.8.0-preview1 188 3/31/2025
3.8.0-beta1 168 5/6/2025
3.7.2-beta1 183 5/10/2024
3.7.1-beta1 281 5/27/2023
3.7.0-beta1 257 3/23/2023
3.6.5-beta1 3,540 8/15/2022
3.6.4-beta1 248 8/10/2022
3.6.3-beta1 262 8/4/2022
3.6.2-beta1 801 4/15/2022
3.6.1-beta1 310 4/5/2022
3.6.0-beta1 332 1/20/2022
3.5.1-beta1 369 11/8/2021
3.5.0-beta1 976 9/3/2021
3.4.4-beta1 352 10/4/2021
3.4.3-beta1 5,383 6/3/2021
3.4.2-beta1 649 4/5/2021
3.4.1-beta1 423 2/3/2021
3.4.0-rc1 447 12/9/2020
3.4.0-beta1 425 1/6/2021
3.3.0-rc2 683 9/2/2020
3.3.0-rc1 445 8/19/2020
3.3.0-beta1 404 9/9/2020
3.2.2-beta1 3,958 7/22/2020
3.2.1-beta1 557 7/2/2020
3.2.0-rc2 495 5/20/2020
3.2.0-rc1 475 5/7/2020
3.2.0-beta1 462 6/4/2020