cosmosdb-server
cosmosdb-server copied to clipboard
When using in azure function, it always tries calls https even when --no-ssl is set
trafficstars
Self explanatory, when creating a simple azure function app with a cosmosDB input and adding a connection string in environment variables, despite the connection string refering to "http://..." it will always try to connect to "https://...". This is because databaseAccountEndpoint is hardcoded to be https
Bumping this and hoping it gets closed as I'm also using an azure function locally with bindings that fail due to hardcoded https
bump