How to connect Blob Storage in workflow?

sha wen 15 Reputation points
2023-03-02T05:53:13.3866667+00:00

I want to save the message content to the blob storage when i recieve a message from the service bus.I tried to create a connection to the blob storage, but i get a error message "The 'authType' connection parameter value is not specified for the on-premise connection request.".I don't know how to modify the configuration,please help me, thanks!

User's image

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
{count} votes

1 answer

Sort by: Most helpful
  1. Bruno Lucas 4,436 Reputation points MVP
    2023-03-02T09:58:04.93+00:00

    Hi

    That message is common for connectors accessing on-prem services like sql service. very unusual for a blob.

    Anyway,

    The correct values should be here:

    User's image

    #1 is where you find the storage account name and #2, make sure you copy the key if you pick "Access key" for "Auth type"

    User's image

    That worked for me

    I tried to enter some wrong values and the closest error was this after i enter the wrong storage name:User's image

    Maybe something went wrong. try to delete old connections, create fresh and make sure you enter the correct values.

    What settings your blob storage has under "networking"

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.