Solved

When using the AzureFileStorageConnector with Authentication - Credential Source: Anonymous what does one set for the Embedded Credentials - Account Name?

  • 11 January 2023
  • 2 replies
  • 0 views

Badge +3

If the Authentication - Credential Source: Anonymous why even require the additional Embedded Credentials - Account Name?

icon

Best answer by nampreetatsafe 18 January 2023, 22:52

View original

2 replies

Userlevel 1
Badge +10

Thanks for the question @mikek​!  The AzureFileStorageConnector requires an Account Name to identify the Azure container that you want to access. This helps construct the URL needed by the API to connect to your desired share and folders: 

https://{accountName}.file.core.windows.net/{shareName}/{filePath}

So we can't uniquely refer to a file without an account name.  I hope this helps.

Badge +3

@nampreetatsafe​ Thanks for this, very helpful information. The HTTPCaller was the solution I was looking for here. Much thanks to Dami at Safe.

Reply