Azure / modern-web-app-pattern-dotnet

The Modern Web App Pattern is a set of objectives to help you apply an iterative change to modernize a cloud deployed monolith. This content builds on the Reliable Web App. This repo contains a reference implementation of a Modern Web App for .NET.
https://aka.ms/eap/mwa/dotnet/doc
MIT License
71 stars 7 forks source link

Service bus managed identity integration #253

Closed mjrousos closed 2 months ago

mjrousos commented 2 months ago

Updates the ACA KEDA scale rule to authenticate with Azure Service Bus using managed identity. This also allows disabling local auth for the Service Bus instance.

Note that the ACA AVM doesn't yet support this feature, so we need to use our own ACA module instead of AVM.

mjrousos commented 2 months ago

@twsouthwick - Any feedback on this one?