![]() |
VOOZH | about |
dotnet add package Microsoft.Extensions.Configuration.AzureAppConfiguration --version 8.5.0
NuGet\Install-Package Microsoft.Extensions.Configuration.AzureAppConfiguration -Version 8.5.0
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="8.5.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="8.5.0" />Directory.Packages.props
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" />Project file
paket add Microsoft.Extensions.Configuration.AzureAppConfiguration --version 8.5.0
#r "nuget: Microsoft.Extensions.Configuration.AzureAppConfiguration, 8.5.0"
#:package Microsoft.Extensions.Configuration.AzureAppConfiguration@8.5.0
#addin nuget:?package=Microsoft.Extensions.Configuration.AzureAppConfiguration&version=8.5.0Install as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.Configuration.AzureAppConfiguration&version=8.5.0Install as a Cake Tool
Microsoft.Extensions.Configuration.AzureAppConfiguration is a configuration provider for the .NET Core framework that allows developers to use Microsoft Azure App Configuration service as a configuration source in their applications.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Configuration.AzureAppConfiguration:
| Package | Downloads |
|---|---|
|
Microsoft.Azure.AppConfiguration.AspNetCore
Microsoft.Azure.AppConfiguration.AspNetCore allows developers to use Microsoft Azure App Configuration service as a configuration source in their applications. This package adds additional features for ASP.NET Core applications to the existing package Microsoft.Extensions.Configuration.AzureAppConfiguration. |
|
|
Microsoft.Azure.AppConfiguration.Functions.Worker
Microsoft.Azure.AppConfiguration.Functions.Worker allows developers to use the Microsoft Azure App Configuration service as a configuration source in their applications. This package adds additional features to the existing package Microsoft.Extensions.Configuration.AzureAppConfiguration for .NET Azure Functions running in an isolated process. |
|
|
Aspire.Microsoft.Extensions.Configuration.AzureAppConfiguration
A client for Azure App Configuration that integrates with Aspire. |
|
|
Hochfrequenz.sharedAzureHelper
Helper classes to interact with Hochfrequenzes azure services |
|
|
Oracle.ManagedDataAccess.Azure
This NuGet package supports direct Microsoft Azure integration for both managed ODP.NET and ODP.NET Core. Features include ODP.NET single sign-on with Microsoft Entra ID (Azure Active Directory) and storing connection string configuration values securely from a centralized provider in Azure App Configuration and Azure Key Vault. |
Showing the top 15 popular GitHub repositories that depend on Microsoft.Extensions.Configuration.AzureAppConfiguration:
| Repository | Stars |
|---|---|
|
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
|
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
|
marcduiker/azure-functions-university
Repository with training material to learn all about Azure Functions <⚡>
|
|
|
Azure/azure-saas
The Azure SaaS Development Kit (ASDK) provides a reference architecture, deployable reference implementation and tools to help developers, startups, ISVs and Enterprises deliver their applications as a SaaS service. A platform for platform creators.
|
|
|
microsoft/winget-cli-restsource
This project aims to provide a reference implementation for creating a REST based package source for the winget client.
|
|
|
ProfessionalCSharp/ProfessionalCSharp2021
Source code for Professional C# and .NET 2021 Edition (with updates for C# 11 and .NET 7)
|
|
|
ProfessionalCSharp/MoreSamples
Additional code samples the book series Professional C#, Wrox Press
|
|
|
microsoft/Document-Knowledge-Mining-Solution-Accelerator
Solution accelerator built on Azure OpenAI Service and Azure AI Document Intelligence to process and extract summaries, entities, and metadata from unstructured, multi-modal documents and enable searching and chatting over this data.
|
|
|
IEvangelist/learning-blazor
The application for the "Learning Blazor: Build Single Page Apps with WebAssembly and C#" O'Reilly Media book by David Pine.
|
|
| codebytes/dotnet-configuration-in-depth | |
|
Azure/azure-sdk-tools
Tools repository leveraged by the Azure SDK team.
|
|
|
kamilbaczek/Modular-monolith-by-example
Modular monolith architecture example in .NET. Estimation Tool is tool to optimize estimation process in IT company.
|
|
|
marinasundstrom/YourBrand
Prototype enterprise system for e-commerce and consulting services
|
|
|
microsoftgraph/group-membership-management
Group Membership Management (GMM) is a service that dynamically manages the membership of AAD Groups. Groups managed by GMM can have their membership defined using existing AAD Groups and/or custom membership sources.
|
|
|
PacktPublishing/Pragmatic-Microservices-with-CSharp-and-Azure
Pragmatic Microservices with C# and Azure, published by Packt
|
| Version | Downloads | Last Updated |
|---|---|---|
| 8.6.0-preview | 11,393 | 2/27/2026 |
| 8.5.0 | 5,057,689 | 2/12/2026 |
| 8.5.0-preview | 68,017 | 11/13/2025 |
| 8.4.0 | 9,129,242 | 9/18/2025 |
| 8.3.0 | 3,682,590 | 7/23/2025 |
| 8.2.0 | 6,377,765 | 5/14/2025 |
| 8.2.0-preview | 51,108 | 3/21/2025 |
| 8.1.2 | 1,960,746 | 4/23/2025 |
| 8.1.1 | 4,671,352 | 2/26/2025 |
| 8.1.0 | 415,843 | 2/24/2025 |
| 8.1.0-preview | 174,067 | 10/24/2024 |
| 8.0.0 | 15,175,043 | 10/9/2024 |
| 8.0.0-preview.3 | 86,475 | 7/18/2024 |
| 8.0.0-preview.2 | 111,191 | 3/18/2024 |
| 8.0.0-preview | 51,272 | 2/28/2024 |
| 7.3.0 | 10,763,714 | 7/16/2024 |
| 7.2.0 | 6,692,483 | 5/2/2024 |
| 7.1.0 | 6,912,496 | 2/26/2024 |
| 7.1.0-preview | 52,541 | 1/19/2024 |
| 7.0.0 | 7,384,394 | 11/21/2023 |