I have a logic app where I am creating a blob in a storage account and then I am trying to fetch the URL of that particular file using 'Create SAS URI by Path'.
I have tried both Azure AD Connection and Managed identity connection (for the blog storage connectors. For security reason, I couldn't try the access key method).
Create Blob connector works perfectly fine for both the connection but when I try to fetch the URL of the newly created blob using Create SAS URI by Path , it keeps failing for the below error message:
{ "error": "'Operation not supported with AAD authentication, use Azure Storage Account name/key connection instead.' " }
I am using consumption azure plan FYI.
Is there a way this error can be fixed or any another workaround to get the URL of the blob?


