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 azureadmin for vm name #388

Closed twsouthwick closed 2 weeks ago

twsouthwick commented 2 weeks ago

Since we didn't need the username of the vm, it was suggested to use a uid for it. However, this breaks - it still expects the azureadmin name somewhere. For now, reverting so things will work