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
361 stars 116 forks source link

Switched ticket storage to use managed identity instead of connection… #186

Closed asanjabi closed 1 year ago

asanjabi commented 1 year ago

Use managed instance to access storage account instead of connection string. Website now gets the images from the webserver instead of directly from storage

KSchlobohm commented 1 year ago

Closes #12

kwkraus commented 1 year ago

@asanjabi Can you ensure your PR banch is up to date with recent commits to ensure this works with new changes and I'll review asap?

asanjabi commented 1 year ago

@asanjabi Can you ensure your PR banch is up to date with recent commits to ensure this works with new changes and I'll review asap?

Thanks for the heads up, had to do some update. PR is ready for review