Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
369 stars 118 forks source link

Add support for managed identity for redis #375

Closed twsouthwick closed 5 months ago

twsouthwick commented 5 months ago

This change does the following:

twsouthwick commented 5 months ago

I validated that this doesn't need any docs changes (couldn't find reference to the password/connection string/etc) and the demo continues to work as documented.

This should close https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1881951

KSchlobohm commented 5 months ago

@twsouthwick

It looks like this PR modifies the Startup.cs that is presented in the docs. Specifically, the changes regarding the new TokenCredential class that change the following sections.

twsouthwick commented 5 months ago

Thanks @KSchlobohm - missed that part of the docs. I created a branch here https://github.com/twsouthwick/architecture-center/tree/rwa-servicing to update docs and will open a pr there when we're ready to merge here