---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia 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}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 Minuten Lesedauer

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. The Last Run Time field of a data source displays the timestamp of the most recent delta pull run. The Last Run Time field is updated only when the last delta pull run was a success. An empty Last Run 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 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 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://servicenow-prod.fluidtopics.net/QnFxUE~I2Ik5pveZRTQCZQ#sgc-cmdb-azure-delta "Disable delta synchronization to import all the Microsoft Azure data.").  
Hinweis:  
When the full import of data is completed, set the sn_sg_azure_integ.is_delta_sync_enabled property back to `true` to pull delta data later. If you leave the property set to `false`, full data is imported with every pull, which takes considerable time. In addition, always importing full data contributes to discrepancies in the pulled-in data, as the full import doesn't include any updated or deleted configuration items (CIs).

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://servicenow-prod.fluidtopics.net/Gr6B2P2bdMtdmQ1QhxCpBw "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.

### Vorbereitungen

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=australia&pubname=australia-application-development&ft:locale=en-US).

Role required: admin

### Prozedur

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}

