We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PostgreSQL database connection string on the web app should be in the format :
Server=<serverName>.postgres.database.azure.com;Database=portaldemo;Port=5432;User Id=<userId>@<serverName>;Password=******;Pooling=true;Connection Lifetime=0;Command Timeout=0;Ssl Mode=VerifyFull;
Current result is :
[concat('User ID=', parameters('pgsqlAdminLogin'), ';Password=', parameters('pgsqlAdminPassword'), ';Host=', concat(variables('pgsqlServerName'), '.postgres.database.azure.com') ,';Port=5432;Database=', variables('siteName') ,';Pooling=true;Min Pool Size=0;Max Pool Size=100;Connection Lifetime=0;
Deploy to Azure
Portal version: v3-dev LoRaWAN Stack version:
The text was updated successfully, but these errors were encountered:
Fix #1212 - Modify deployment template
843903d
Fix #1212 - Modify deployment template (#1214)
4c3d8d3
kbeaugrand
Successfully merging a pull request may close this issue.
Expected Behavior
The PostgreSQL database connection string on the web app should be in the format :
Current Behavior
Current result is :
Steps to Reproduce
Deploy to Azure
buttonContext (Environment)
Portal version: v3-dev
LoRaWAN Stack version:
Logs
Additional Information
The text was updated successfully, but these errors were encountered: