How to Store ADF-Web Activity Output to Cosmos DB?

Kunal Pagare 0 Reputation points
2023-08-01T08:31:30.4266667+00:00

Hi Experts,

I am trying to store the web activity response, success, and error to Cosmos DB in two containers (error log and success log containers) from an ADF pipeline. I am struggling to figure out how to approach this. Can someone guide me on how to proceed? I would greatly appreciate any help.

Scenario: Storing web activity response, success, and error to two separate Cosmos DB containers from an ADF pipeline.

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,543 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,199 questions
{count} votes

1 answer

Sort by: Most helpful
  1. QuantumCache 20,261 Reputation points
    2023-08-01T19:50:48.18+00:00

    Hello @Kunal Pagare,

    Welcome to QnA forum, Happy to help you on this query!

    Could you please add more info on your ADF pipeline how does it look like?

    What are the Actions used in your Pipeline?

    Any Error message? Any If Condition used?

    Did you try to use Dataflow? for any conditional split?

    Create a Web activity with UI
    Shows the UI for a Web activity.

    Yes, You are doing the right way to capture the web-activity's output. User's image