Documentation or resource for Enable dynamic configuration using push model for ASP.NET (.NET Framework)

Daniel Njoku 21 Reputation points Microsoft Vendor
2022-05-06T11:36:49.48+00:00

Is there documentation or resource for Enabling dynamic configuration using the push model for ASP.NET (.NET Framework)? We only have that of the .NET CORE & Java Spring

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
{count} votes

Accepted answer
  1. Takahito Iwasa 4,841 Reputation points MVP
    2022-05-06T20:48:37.973+00:00

    Hi, anonymous user

    There doesn't seem to be any documentation for the .NET Framework push model.
    However, the .NET Core push model below only subscribes to the service bus and refreshes the IConfigurationRefresher when an event is received.

    https://learn.microsoft.com/en-us/azure/azure-app-configuration/enable-dynamic-configuration-dotnet-core-push-refresh?tabs=linux

    And you can build a dynamic configuration in the .NET Framework with the following documentation:

    https://learn.microsoft.com/en-us/azure/azure-app-configuration/enable-dynamic-configuration-aspnet-netfx

    Therefore, I think that it can be realized by implementing the service bus subscription independently.


0 additional answers

Sort by: Most helpful