Excel Power Query - Is it possible to connect to Azure Blob Storage with SAS authentication or Azure AD account
问题 I am accessing a container from a Azure Blob Storage with Excel, we connect through "New Query" but only gives the option to access with the Account Key. After logging the permissions are saved in Data source setting with the Account Key. To access that Azure Blob Storage from VBA is enough with the function from Power Query AzureStorage.Blobs (https://docs.microsoft.com/en-us/powerquery-m/azurestorage-blobs). ¿Is It possible to do the same with SAS (Shared Access Signature) Token or Azure AD