Hi, I have an Azure Function in .Net that connects to Mongo Atlas to download logs. It is deployed in Azure. The function makes multiple calls to Atlas in a raw. It was working fine until about two weeks ago and then started showing an error like -
tackTrace...: at System.Net.HttpWebRequest.GetResponse() at DownloadMongoAtlasLogs.MongoAtlasLogsDlownloader.RunProcess(Uri uri, CloudStorageAccount account, String containerName, String blobName, ILogger log) in D:\a\1\s\DownloadMongoAtlaslogs\MongoAtlasLogsDlownloader.cs:line 155
2022-11-23T02:27:47Z [Information] CatchMessage...: The system detected an invalid pointer address in attempting to use a pointer argument in a call. [::ffff:54.147.76.65]:443 (cloud.mongodb.com:443)
Could you please share if you encountered that type of error.
Thank you,
Maria