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

Remove open/close scripts #228

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

Change impacts

Resolves issues

KSchlobohm commented 1 year ago

Good catch @kwkraus - this was a bug in the PR change to the output var from azureRedisCache.bicep

This has been fixed

Here's how I found it

image

should have been:

image

I used the Azure Portal after running azd provision to create a 2nd key vault reference value and then did a compare between the two to see the difference which is the URI string that changed

KSchlobohm commented 1 year ago

also resolved #189