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:

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