azure logicapp connector to connect google cloud bucket

XML User 121 Reputation points
2022-08-13T08:36:55.817+00:00

Hello Experts,

Is there any connector available to connect google cloud bucket from azure logic apps?

I want to access the objects available in google cloud using logic apps but unfortunately can't find anything.

Thanks in advance,

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,554 questions
0 comments No comments
{count} votes

Accepted answer
  1. Kamlesh Kumar 3,866 Reputation points
    2022-08-13T09:34:46.837+00:00

    Hi There,

    Welcome to Microsoft Q&A Platform. Thank you for the question.

    As per my knowledge, as of today we don't have any connector available which you can use directly to connect and fetch the data from GCP, though there could be multiple way to get the data from GCP bucket.

    1. Using HTTP connector in LogicApp -- HTTP connector in Logic Apps can be helpful here and you would include the authentication bearer token in your request and call the specific Google Storage endpoint that executes the desired task (get, list, delete etc..) against bucket/object.
    2. Using Azure Function
    3. Azure Data Factory or Synapse Analytics -- You can check the Microsoft documentation for more details.

    Regards,
    Kamlesh Kumar

    Please don't forget to click on 205836-130616-image.png or upvote 205759-130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is How

    Want a reminder to come back and check responses? Here is how to subscribe to a Notification

    If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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