Closed markddrake closed 3 weeks ago
The Azure driver now expects a connection object with a connection property that contains the connection string
Eg
"azure" : "ConncetionString" `` Becomes "azure" :{ connection" : "ConncetionString" }
The Azure driver now expects a connection object with a connection property that contains the connection string
Eg