You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@marteltran when you do the deployment through our installation, the Appsetting files will be as is, however the appservice env variables will be set and used in the application.
Hi Santos,
The application works fine in Azure space with original Appsetting files.
However, when we try to setup local development env, we need to config the
"appsetting.Development.json" in which it has the
"defaultconnection" property. We logged into Azure Keyvault to get this
value, but surprise that it contains a string, such as "abcefghekxxxx",
instead of "jdbc:sqlserver://xxxxx". That causes the application can not
connect to the AOMSaaSDB database when run from local labtop.
*The question is how we setup "defaultconnection" property in
:appsetting.Development.json" to run the Accelerator from local laptop?*
Thanks
Describe the bug
Local env Configuration question:
"What are values used for "environment" in appsetting.json file?"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: