Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

How to Filter Azure CI Ingestion in Service Graph Connector for Microsoft Azure?

GSathyaPrakash
Tera Contributor

Hello Team,

We are using the Service Graph Connector for Microsoft Azure and would like to filter CI ingestion based on Azure resource tags.

 

The payload received from Azure contains tags in the following format:

"azureTags": [
{
"key": "BusinessUnit",
"value": "Business Value 1"
},
{
"key": "Environment",
"value": "Environment"
}
]
Our requirement is to ingest only Azure resources that contain specific Azure tag key/value combinations. For example, we would like to ingest only resources that have a particular tag value (such as BusinessUnit = Business Value 2) and exclude all other resources from ingestion.

Could anyone advise:

  • Is there an out-of-the-box method to filter Azure resource ingestion based on Azure tag key/value pairs in the Service Graph Connector for Microsoft Azure?
  • Where should this filtering be configured?
  • Can tag-based filtering be implemented through IntegrationHub ETL transformations or another supported mechanism?
  • Are there any best practices or recommended approaches for filtering resources using Azure tags before they are created or updated in the CMDB?
0 REPLIES 0