mssql connection string in Azure
-
Hi!
For the mssql connection string I have to define the extensions_mssql-store_uri in the Azure app service configuration. But unfortunately the Azure does not accpet the "-" char in the parameter name. Please give me advise how can I set the mssql connection string.
Thank you in advance,
Zoltan
-
Hi! The solution is mentioned in the configurarion docs
The TL;DR is that you can also use
extensions_mssqlStore_uri
-
Hi!
Really, the system knows everything! :)
Thank you for the quick answer,
Z