Skip to content

Commit 1e3f841

Browse files
committed
clarifications
1 parent 38ca3c5 commit 1e3f841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/private-5g-core/azure-stack-edge-virtual-machine-sizing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table lists the maximum supported limits for a range of parameters
2323
| RAN nodes (eNB/gNB) | 200 per packet core |
2424
| Active UEs | 10,000 per deployment (all sites) |
2525
| SIMs | 20,000 per ASE |
26-
| SIM provisioning | 10,000 via Azure portal, 4MB via REST API |
26+
| SIM provisioning | 10,000 per JSON file via Azure portal, 4MB per REST API call |
2727

2828
Your chosen service package may define lower limits, with overage charges for exceeding them - see [Azure Private 5G Core pricing](https://azure.microsoft.com/pricing/details/private-5g-core/) for details. If you require higher throughput for your use case, please contact us to discuss your needs.
2929

articles/private-5g-core/provision-sims-arm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Use the information you collected in [Collect the required information for your
6767
If you don't want to assign a SIM policy or static IP address now, you can delete the `simPolicy` and/or `staticIpConfiguration` parameters.
6868

6969
> [!NOTE]
70-
> The maximum size of the API request body is 4MB. We recommend entering a maximum of 1000 SIMs per JSON array to remain below this limit. If you want to provision more than 1000 SIMs, create multiple arrays and repeat the provisioning process for each. Alternatively, you can use the [Azure portal](provision-sims-azure-portal.md) to provision up to 10,000 SIMs.
70+
> The maximum size of the API request body is 4MB. We recommend entering a maximum of 1000 SIMs per JSON array to remain below this limit. If you want to provision more than 1000 SIMs, create multiple arrays and repeat the provisioning process for each. Alternatively, you can use the [Azure portal](provision-sims-azure-portal.md) to provision up to 10,000 SIMs per JSON file.
7171
7272
```json
7373
[

0 commit comments

Comments
 (0)