CommunityToolkit.Aspire.Hosting.Azure.Extensions
13.3.0
Prefix Reserved
dotnet add package CommunityToolkit.Aspire.Hosting.Azure.Extensions --version 13.3.0
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Azure.Extensions -Version 13.3.0
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Azure.Extensions" Version="13.3.0" />
<PackageVersion Include="CommunityToolkit.Aspire.Hosting.Azure.Extensions" Version="13.3.0" />
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Azure.Extensions" />
paket add CommunityToolkit.Aspire.Hosting.Azure.Extensions --version 13.3.0
#r "nuget: CommunityToolkit.Aspire.Hosting.Azure.Extensions, 13.3.0"
#:package CommunityToolkit.Aspire.Hosting.Azure.Extensions@13.3.0
#addin nuget:?package=CommunityToolkit.Aspire.Hosting.Azure.Extensions&version=13.3.0
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.Azure.Extensions&version=13.3.0
CommunityToolkit.Aspire.Hosting.Azure.Extensions library
This integration contains extensions for the Azure Storage hosting package for Aspire.
The integration provides support for running Azure Storage Explorer to interact with the Azure Storage resource: blobs, queues and tables.
Getting Started
Install the package
In your AppHost project, install the package using the following command:
dotnet add package CommunityToolkit.Aspire.Hosting.Azure.Extensions
Example usage
Then, in the Program.cs file of AppHost, define an Azure Storage resource, then call AddAzureStorageExplorer:
var storage = builder.AddAzureStorage("storage")
.RunAsEmulator(azurite =>
{
azurite
.WithBlobPort(27000)
.WithQueuePort(27001)
.WithTablePort(27002);
});
var blobs = storage.AddBlobs("blobs").WithAzureStorageExplorer();
Additional Information
https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-azure-extensions
Feedback & contributing
| Product | Versions 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 is compatible. 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. |
-
net10.0
- Aspire.Hosting (>= 13.3.0)
- Aspire.Hosting.Azure.Storage (>= 13.3.0)
-
net8.0
- Aspire.Hosting (>= 13.3.0)
- Aspire.Hosting.Azure.Storage (>= 13.3.0)
-
net9.0
- Aspire.Hosting (>= 13.3.0)
- Aspire.Hosting.Azure.Storage (>= 13.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CommunityToolkit.Aspire.Hosting.Azure.Extensions:
| Repository | Stars |
|---|---|
|
foxminchan/BookWorm
The practical implementation of Aspire using Microservices, AI-Agents
|
| Version | Downloads | Last Updated |
|---|---|---|
| 13.3.0 | 418 | 5/14/2026 |
| 13.2.1-beta.604 | 52 | 5/14/2026 |
| 13.2.1-beta.532 | 1,390 | 3/13/2026 |
| 13.2.1-beta.531 | 73 | 3/11/2026 |
| 13.2.1-beta.528 | 115 | 3/5/2026 |
| 13.1.2-beta.518 | 1,140 | 2/17/2026 |