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
379 stars 120 forks source link

Update Redis connection string #211

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

Update the sample so that the connection string is split between app configuration and key vault.

We want to present a clear distinction between secrets and configurations. Only the secret part of the redis connection should be in Key Vault