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

Use valid SQL password when generating random #218

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago
The system cannot find the file specified.
Invoke-Sqlcmd: D:\dev\App Patterns\reliable-web-app-pattern-dotnet\infra\makeSqlUserAccount.ps1:109
Line |
 109 |  Invoke-Sqlcmd -ServerInstance $databaseServerFqdn -database $database …
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Login failed for user 'sqladmincz2kolpg3t4cc'.
Invoke-Sqlcmd: D:\dev\App Patterns\reliable-web-app-pattern-dotnet\infra\makeSqlUserAccount.ps1:109
Line |
 109 |  Invoke-Sqlcmd -ServerInstance $databaseServerFqdn -database $database …
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Incorrect syntax was encountered while parsing ''.
KSchlobohm commented 1 year ago

note that this issue was discovered while testing #215 and was not part of the published content