CommunityToolkit.Aspire.Hosting.Azure.Extensions
13.4.0
Prefix Reserved
See the version list below for details.
dotnet add package CommunityToolkit.Aspire.Hosting.Azure.Extensions --version 13.4.0
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Azure.Extensions -Version 13.4.0
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Azure.Extensions" Version="13.4.0" />
<PackageVersion Include="CommunityToolkit.Aspire.Hosting.Azure.Extensions" Version="13.4.0" />
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Azure.Extensions" />
paket add CommunityToolkit.Aspire.Hosting.Azure.Extensions --version 13.4.0
#r "nuget: CommunityToolkit.Aspire.Hosting.Azure.Extensions, 13.4.0"
#:package CommunityToolkit.Aspire.Hosting.Azure.Extensions@13.4.0
#addin nuget:?package=CommunityToolkit.Aspire.Hosting.Azure.Extensions&version=13.4.0
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.Azure.Extensions&version=13.4.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.4.0)
- Aspire.Hosting.Azure.Storage (>= 13.4.0)
-
net8.0
- Aspire.Hosting (>= 13.4.0)
- Aspire.Hosting.Azure.Storage (>= 13.4.0)
-
net9.0
- Aspire.Hosting (>= 13.4.0)
- Aspire.Hosting.Azure.Storage (>= 13.4.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.4.1-beta.685 | 21 | 7/9/2026 |
| 13.4.1-beta.683 | 33 | 7/9/2026 |
| 13.4.1-beta.680 | 35 | 7/7/2026 |
| 13.4.1-beta.676 | 42 | 7/7/2026 |
| 13.4.1-beta.675 | 47 | 7/6/2026 |
| 13.4.1-beta.674 | 47 | 7/6/2026 |
| 13.4.0 | 579 | 6/2/2026 |
| 13.4.0-beta.671 | 45 | 7/3/2026 |
| 13.4.0-beta.654 | 58 | 6/18/2026 |
| 13.4.0-beta.651 | 59 | 6/17/2026 |
| 13.3.0 | 471 | 5/14/2026 |
| 13.2.1-beta.604 | 64 | 5/14/2026 |
| 13.2.1-beta.532 | 1,402 | 3/13/2026 |
| 13.2.1-beta.531 | 85 | 3/11/2026 |
| 13.2.1-beta.528 | 182 | 3/5/2026 |
| 13.1.2-beta.518 | 1,148 | 2/17/2026 |