Attempting to connect to azure database has suddenly stopped working, throwing exceptions
问题 I have the following code running in an Azure Function (V2); new DocumentClient(new Uri(keys.dbEndPoint), keys.dbPrimaryKey); Which has worked fine running in azure functions on localhost until today, without changing anything I'm now getting the following exception: Data [IDictionary]:{System.Collections.ListDictionaryInternal} HResult [int]:-2146233036 HelpLink [string]:null InnerException [Exception]:{System.NullReferenceException: Object reference not set to an instance of an object.}