Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Azure DevOps data to AEP

Avatar

Level 6

Hello, 
Has anyone tried to bring in the Azure DevOps data into AEP through any connector or storage? 
I am trying to get my product releases and we use Azure DevOps to track all releases. 
Having this data would be helpful. 
Please let me know if anyone has done something similar or has any suggestion on this engineering work. 

Thanks, 
Gautham

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 4

Hi @gautham_madala 

 

Its possible to bring you Azure ticket and files associated with those tickets to AEP if you wanted to solve any use cases.

 

Bringing data from Azure DevOps into Adobe Experience Platform (AEP) involves leveraging Azure's cloud storage capabilities and AEP's source connectors. While a direct, out-of-the-box connector specifically for Azure DevOps data is not typically mentioned, you can achieve this integration through a multi-step process:


1. Export Azure DevOps Data:

  • Utilize Azure DevOps APIs or reporting features to extract the desired data (e.g., product releases, work item details, pipeline execution logs).
  • Export this data into a structured format like JSON or Parquet.
  • Store the exported data in an Azure Blob storage container.

2. Connect Azure Blob Storage to AEP:

  • Adobe Experience Platform offers a native Azure Blob Source Connector.
  • Configure this connector within AEP to establish a connection to your Azure Blob storage container.
  • This allows AEP to access the data files you exported from Azure DevOps.

Refer this screen shot:

Imbalakumar_0-1753441633598.png

 

3. Ingest Data into AEP:

  • Once the connection is established, you can create a dataflow in AEP to ingest the data from Azure Blob storage.
  • Map the fields from your exported data to the appropriate Experience Data Model (XDM) schema within AEP. This ensures the data is properly structured and usable within the platform.
  • You can choose between batch ingestion for periodic updates or explore options for near real-time ingestion if the data volume and latency requirements necessitate it.

 

Please try this and let me know if this works

 

Thanks,

Bala