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

Blob storage in diagram might be incorrect #364

Closed Denifia closed 3 months ago

Denifia commented 4 months ago

Describe the bug When looking at the reliable-web-app-dotnet.png it shows the blob storage directly connecting off the web app. Based on my understanding of the bicep files (app service & blob storage), they connection via the Private Endpoint Subnet.

Expected behavior If my understanding is correct, I'd suggest updating the diagram to reflect the topology.

Screenshots reliable-web-app-dotnet

Denifia commented 3 months ago

Looks like this has been fixed in v1.1.0

reliable-web-app-dotnet.svg