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 117 forks source link

createAppRegistrations.sh fails with missing cmdlet Set-AzSqlServer #162

Closed kwkraus closed 1 year ago

kwkraus commented 1 year ago

when running the createAppRegistrations.ps1 command, command failed with the following error

If this cmdlet is required for this script, it should be part of the prerequisites for deployment.

image

kwkraus commented 1 year ago

after installing cmdlet package Az.Sql, I am now running into this error...

image

KSchlobohm commented 1 year ago

seems like we should explore an opportunity to bypass this script, and the requirement of the public network command, with service connectors - #164

KSchlobohm commented 1 year ago

@kwkraus - this was changed in #178 we're no longer using these options which are in preview