Open rythos42 opened 5 years ago
Connection string is Server=tcp:jdi-sql-dev.database.windows.net,1433;Initial Catalog=ladder;MultipleActiveResultSets=True;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;
I think this will require MSI added to the Dev Azure environment. Presently we can't add any of the config files to git because they contain confidential secrets. :(
In 9f2a209cc858dab6765cf983de89d3d9e7ce0036 added MSI to JUDI Azure dev environment, so this task may be possible now.
UI deployment is;
yarn build
config.json
inladder-ui
to point tohttps://ladder-server.azurewebsites.net
Server deployment is:
appSettings.json
inladder-server
Server=tcp:jdi-sql-dev.database.windows.net,1433;Initial Catalog=ladder;MultipleActiveResultSets=True;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;
https://ladder-ui.azurewebsites.net/