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
dab start -c "swa-db-connections\staticwebapp.database.config.json"
E:\Software\testapp>dab start -c "swa-db-connections\staticwebapp.database.config.json"
Information: Microsoft.DataApiBuilder 1.3.19
Information: User provided config file: swa-db-connections\staticwebapp.database.config.json
Loading config file from E:\Software\testapp\swa-db-connections\staticwebapp.database.config.json.
Deserialization of the configuration file failed during a post-processing step.
Message:
Environmental Variable, DATABASE_CONNECTION_STRING, not found.
I think the .env file needs to be in the working folder of the cli when calling it. Meaning if it is in /one you can change directory to /one then run dab start -c /two/config.json. I think.
What happened?
Running the following:
dab start -c "swa-db-connections\staticwebapp.database.config.json"
.env file at path "swa-db-connections.env"
config file:
Version
1.3.19
What database are you using?
Azure SQL
What hosting model are you using?
Local (including CLI)
Which API approach are you accessing DAB through?
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: