
For this announcement: when the Allow storage account key access option is disabled, any requests to the storage account that are authorized using Shared Key, including Shared Access Signatures (SAS), will be denied.
(This includes any SAS URL generated by using GetSharedAccessSignature.)
After checking some articles, it seems that the SharedServiceUnitStorage API (Microsoft.DynamicsOnline.Infrastructure.Components) can be used instead. However, when I try to use it in Visual Studio 2022 (D365 FO version .45), the build fails with the error shown below.
Has anyone encountered this issue before?
Could you please advise how to resolve it, or how this API should be used correctly?