Hello everyone,
I'm trying to run the Demo, and it seems to me that it's the logged ln user in Outsystems that tries to connect to Azure. Is that correct?
If yes, is there a way to connect to Azure with a different user?
If no, which user tries to connect to Azure?
regards,
Marios
Hi,
The extension use a connection string to establish a connection to Azure Blob Storage, the connection don't involve any user identity but use an access key.
You can retrieve the connection string from azure portal => Docs
Br,
Andrea
OK Andrea, thanks!