Hello, I am working on an integration to save a file to an Azure Blob Storage resource from within Dynamics 365. There is no problem to solve this by authentication through basic authentication or SAS token, but Azure.Core.dll and Azure.Storage.Blobs.dll, which are included by default in the Application Foundation model, do not support authentication through Service Principal. Versions of these libraries are outdated.
So I installed the updated libraries in my model and managed to get everything running on the OneBox and T1 environments. After deploying the changes to the T2 environment, however, the system starts using the standard *.dll and shows an error about missing methods.
Is there any way to solve this? Are the standard *.dlls updated at all? I found a similar topic from last year here, but maybe something changed since then.
Thank you in advance.