How to configure new Azure Blob Storage Connector

Hi Everyone,
someone knows how to configure new action?
I only have a connection string like this but I didn't understand how to use it for retrieve my files.

DefaultEndpointsProtocol=https;AccountName=xxxxStorage;AccountKey=example$sVDVK$^vKmdKN4t&Z5BfurZg6iEjbGE2sbDQjxHAk@T5^^==;EndpointSuffix=core.windows.net

When i click on "Authorize" button, it appears only the following page, that seems like MS Outlook 365 e-mail connector configuration:

Hi Carlo,

Microsoft uses the same authorization mechanism for many services. You need to finish authorization in order to use the connector.

Hi @carlo.nigro

It looks like you're trying to authorize using the Azure Storage connection string. This authorization method is not supported. You should authorize using your Azure AD (Entra) account:

1 Like

A post was split to a new topic: Connect to Azure Blob Storage using a SAS token