cosmosdb-server icon indicating copy to clipboard operation
cosmosdb-server copied to clipboard

When using in azure function, it always tries calls https even when --no-ssl is set

Open LanPodder opened this issue 2 years ago • 2 comments
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

LanPodder avatar Jan 11 '23 00:01 LanPodder

Bumping this and hoping it gets closed as I'm also using an azure function locally with bindings that fail due to hardcoded https

IsaacPang avatar Apr 04 '23 23:04 IsaacPang

bump

LanPodder avatar Aug 09 '23 11:08 LanPodder