Skip to content

Commit 280037b

Browse files
Merge pull request #227292 from baanders/2-14-limits
Update relationship limit
2 parents 3fc1674 + de2b71f commit 280037b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/digital-twins/reference-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure Digital Twins
55
description: Chart showing the limits of the Azure Digital Twins service.
66
author: baanders
77
ms.author: baanders # Microsoft employees only
8-
ms.date: 02/25/2022
8+
ms.date: 02/14/2023
99
ms.topic: article
1010
ms.service: digital-twins
1111

includes/digital-twins-limits.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: baanders
33
description: include file for Azure Digital Twins limits
44
ms.service: digital-twins
55
ms.topic: include
6-
ms.date: 02/06/2023
6+
ms.date: 02/14/2023
77
ms.author: baanders
88
---
99

@@ -16,8 +16,9 @@ The following table lists the functional limits of Azure Digital Twins.
1616
| Azure resource | Number of Azure Digital Twins instances in a region, per subscription | 10 | Yes |
1717
| Digital twins | Number of twins in an Azure Digital Twins instance | 2,000,000 | Yes |
1818
| Digital twins | Number of digital twins that can be imported in a single [Import Jobs API](/rest/api/digital-twins/dataplane/import-jobs) job | 2,000,000 | No |
19-
| Digital twins | Number of incoming relationships to a single twin | 5,000 | No |
20-
| Digital twins | Number of outgoing relationships from a single twin | 5,000 | No |
19+
| Digital twins | Number of incoming relationships to a single twin | 50,000 | No |
20+
| Digital twins | Number of outgoing relationships from a single twin | 50,000 | No |
21+
| Digital twins | Total number of relationships in an Azure Digital Twins instance | 20,000,000 | Yes |
2122
| Digital twins | Number of relationships that can be imported in a single [Import Jobs API](/rest/api/digital-twins/dataplane/import-jobs) job | 10,000,000 | No |
2223
| Digital twins | Maximum size (of JSON body in a PUT or PATCH request) of a single twin | 32 KB | No |
2324
| Digital twins | Maximum request payload size | 32 KB | No |

0 commit comments

Comments
 (0)