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
343 stars 109 forks source link

Use managed identity for SQL #378

Closed twsouthwick closed 1 month ago

twsouthwick commented 2 months ago

This removes the SQL admin password and just uses Entra for all logins. The developer is added as an owner so they can bootstrap the application and docs around adding the user have been removed.

https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2027162