---
sourceDocument: Yokohama ServiceNow AI Platform Capabilities
sourceDocumentLink: https://www.servicenow.com/docs/r/yokohama/servicenow-platform

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Configuring data synchronization

# Configuring data synchronization in Service Graph Connector for Microsoft Azure {#ariaid-title1}

* Release version: Yokohama
* 
* Updated October 14, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

You can configure the system property for synchronizing only delta data from an Azure instance.

The connector provides the ability to import only delta data from an Azure instance. With delta synchronization enabled, the importing process of Azure data is quicker because the connector imports the changes in Azure data only.

For data sources discovered by a software connection, the Last Run Datetime field displays the timestamp of the most recent delta pull run. The Last Run Datetime
field is updated only when the last delta pull run was a success. An empty Last Run Datetime field indicates no previous delta pull run for the data source, but either a full pull run or no run at all. The delta
pull period is calculated by subtracting the last run date and time from the current date and time; that is, Delta period = Current date timestamp - Last run date timestamp.

For data sources discovered by a hardware connection, the Last Success Import Time field displays the timestamp of the most recent delta pull run. The Last Success Import Time field is updated only when the last delta pull run was a success. An empty Last Success Import Time field indicates no previous delta pull run for the data source, but either a full pull run
or no run at all. The delta pull period is calculated by subtracting the last successful import date and time from the current date and time; that is, Delta period = Current date timestamp - Last success import date timestamp.

The application includes the sn_sg_azure_integ.is_delta_sync_enabled system property to enable delta synchronization. By
default, the property is set to `true`. To import full data from your Azure instance, disable the sn_sg_azure_integ.is_delta_sync_enabled property. See [Disable delta synchronization](https://www.servicenow.com/docs/cLqvrIp1yRAS_hqAP4gXTg#sgc-cmdb-azure-delta "Disable delta synchronization to import all the Microsoft Azure data.").

For a delta pull, you can also configure the grace time, page size, preceding time period, and API call duration using system properties. For more information, see [Service Graph Connector for Microsoft Azure properties](https://www.servicenow.com/docs/FVX0QIKptbhwJEs0I59XfA "Service Graph Connector for Microsoft Azure properties control the behavior of the connector.").

## Disable delta synchronization {#ariaid-title2}

Disable delta synchronization to import all the Microsoft Azure data.

### Before you begin

Set the application scope to Service Graph Connector for Microsoft Azure using the application picker. For more information, see [Application picker](https://www.servicenow.com/docs/access?context=c_ApplicationPicker&version=yokohama&pubname=yokohama-application-development&ft:locale=en-US).

Role required: admin

### Procedure

1. Enter <kbd class="ph userinput">sys_properties.list</kbd> in the navigation filter, and then open the sn_sg_azure_integ.is_delta_sync_enabled property.
2. In the Value field, enter <kbd class="ph userinput">false</kbd>.
3. Select Update.
{#sgc-cmdb-azure-delta__steps_brw_2m3_tqb}

