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


---

# Set partition size for Microsoft Azure accounts

# Set partition size for parallel loading-enabled Azure accounts {#ariaid-title1}

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

When using the SG-Azure Virtual Machines, SG-Azure Network, and SG-Azure Storage Volume data sources, you can optimize their performanceOptimize the performance of data sources by setting the partition size in the azure_delta_pull_max_partition_size_in_mins, azure_delta_pull_min_partition_size_in_mins, and azure_full_pull_partition_size system propertiesthe azure_full_pull_partition_size system property.

## 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

## Warum und wann dieser Vorgang ausgeführt wird

The parallel loading feature is available for the following data sources:

* Starting with the Service Graph Connector for Microsoft Azure 1.13.0 version:
  * SG-Azure Functions
  * SG-Azure Generic Resources
  * SG-Azure Get Run Command
  * SG-Azure Hardware Template Updation
  * SG-Azure HW Consolidation
  * SG-Azure Kubernetes Cluster
  * SG-Azure Load Balancers
  * SG-Azure Network Interface
  * SG-Azure Public IP Address
  * SG-Azure Run Command
  * SG-Azure Scale Sets VMs
  {#sgc-azure-partition-size-prop__ul_lg2_dys_1gc}
* Starting with the Service Graph Connector for Microsoft Azure 1.11.0 version:
  * SG-Azure Network
  * SG-Azure Virtual Machines
  * SG-Azure Storage Volume
  {#sgc-azure-partition-size-prop__ul_bj5_1ys_1gc}
{#sgc-azure-partition-size-prop__ul_sys_zxs_1gc}

The parallel loading feature is available for the SG-Azure Virtual Machines, SG-Azure Network, and SG-Azure Storage Volume data sources from the Xanadu release (Service Graph Connector for Microsoft Azure version 1.11.0).

For a full data pull, the azure_full_pull_partition_size property determines the number of Azure subscriptions that can be executed as parallel jobs to retrieve configuration item (CI) data. Partition size determines how many Azure subscriptions a single parallel-thread evaluates for data retrieval. If you set the azure_full_pull_partition_size property to `100`, the partition size is 100
subscriptions.  
Hinweis:  
If the azure_full_pull_partition_size property isn't configured, the partition size computation feature of the Integration Commons for CMDB application automatically determines the partition size for parallel loading at runtime. See [Partition size computation for parallel loading in Integration Commons for CMDB](https://servicenow-prod.fluidtopics.net/gpNK8109ha75KnaPMijChw "Integration Commons for CMDB supports computed partition size for the parallel loading framework, if supported in a Service Graph Connector.").  
For a delta data pull, the azure_delta_pull_max_partition_size_in_mins and azure_delta_pull_min_partition_size_in_mins properties, determine the partition size based on the minimum and maximum time (set in minutes) and the number of threads in your instance. For example, if you set the azure_delta_pull_max_partition_size_in_mins property to `120`, each partition handles a maximum of 120 minutes of data. If you set the azure_delta_pull_min_partition_size_in_mins property to `30`, each partition handles at least 30 minutes of data.  
Hinweis:  
* If the azure_delta_pull_max_partition_size_in_mins property isn't configured, the maximum partition size is set as 120 minutes.
* If the azure_delta_pull_min_partition_size_in_mins property isn't configured, the minimum partition size is set as 30 minutes.
{#sgc-azure-partition-size-prop__ul_lrp_zb5_22c}

## Prozedur

1. Navigate to AllService Graph ConnectorsAzureConnections.
2. From the Name column of the Service Graph Connections list, select a connection.
3. From the Property column of the Service Graph Connection Properties related list, select the system property:
   * To set the maximum partition size for Azure delta data pull, select azure_delta_pull_max_partition_size_in_mins.
   * To set the minimum partition size for Azure delta data pull, select azure_delta_pull_min_partition_size_in_mins.
   * To set the partition size for Azure full data pull, select azure_full_pull_partition_size.

   {#sgc-azure-partition-size-prop__choices_x4v_4xf_d2c}  
   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.").
4. From the Property column of the Service Graph Connection Properties related list, select azure_full_pull_partition_size.  
   The azure_full_pull_partition_size system property determines the number of subscriptions that each partition processes for a full pull. 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.").
5. In the Value field, enter a numeric value greater than `0` for the partition size.  
   * The azure_delta_pull_max_partition_size_in_mins property determines the maximum time (in minutes) for each partition for delta pull.
   * The azure_delta_pull_min_partition_size_in_mins property determines the minimum time (in minutes) for each partition for delta pull.
   * The azure_full_pull_partition_size property determines the number of subscriptions that each partition processes for a full pull.
   {#sgc-azure-partition-size-prop__ul_c1q_ryf_d2c}
6. Select Update.  
   Hinweis:  
   After you enable parallel data loading for a data source, the Test Load 20 Records and Load All Records options don't work for executing the data source. You must select Execute Now from Scheduled Data Import to execute the data source for which parallel loading is enabled.
{#sgc-azure-partition-size-prop__steps_brw_2m3_tqb}

