Skip to content

Commit 1521a45

Browse files
committed
initial commit for checking
1 parent 8a4256e commit 1521a45

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: "Limits and quotas: Azure Modeling and Simulation Workbench"
3+
description: "Learn about limits and quotas in the Azure Modeling and Simulation Workbench."
4+
author: yousefi-msft
5+
ms.author: yousefi
6+
ms.service: modeling-simulation-workbench
7+
ms.topic: limits-and-quotas
8+
ms.date: 10/15/2024
9+
10+
#customer intent: As a user in Azure Modeling and Simulation Workbench, I want to learn about limitations and quotas in the environment.
11+
---
12+
13+
# Azure Modeling and Simulation Workbench limits and quotas
14+
15+
The Modeling and Simulation Workbench has various quotas and limitations on deploying resources or configurations. Workbenches and chambers have overhead which might affect some of the available resource quotas. Those cases are called out in this article.
16+
17+
## About limits and quotas
18+
19+
The Modeling and Simulation Workbench resources appear in your user subscription, but are deployed into a Microsoft managed environment and subscription. Quotas applied to your own subscription don't apply to Modeling and Simulation Workbench.
20+
21+
## Chambers
22+
23+
| Item | Quota or limit | Notes |
24+
|--------------------------------------|----------------|-----------------------------------------------------------------------------------------------|
25+
| Maximum chambers per workbench | 3 | |
26+
| Users per chamber | no limit | |
27+
| Supports parallel deployment? | No | Only one chamber can be deployed at any given time. |
28+
| Identity and Access Management (IAM) | User only | Chambers don't support Azure Groups. Only individual user assignments are supported. |
29+
| Deployment location | Same as workbench | All chambers and dependent resources (VMs, connectors) are deployed to the workbench's location, regardless of requested location. |
30+
31+
## Virtual machines
32+
33+
Virtual machines (VM) are limited by a different subscription quota than your customer quota. Requesting quota increases to your customer subscription doesn't affect your VM quota in Modeling and Simulation Workbench. Modeling and Simulation Workbench provides a select set of high-performance and general computing VMs. To learn about which offerings and families are available, see the [VM offerings](./concept-vm-offerings.md) guide. The following table lists the quota by family.
34+
35+
The table lists quota by virtual CPUs (vCPU), where each physical CPU is equivalent to two vCPUs. Consult the VM guide to determine how many vCPUs each VM has.
36+
37+
| Item | Quota or limit | Notes |
38+
|-------------------------------|--------------------|--------------------------------------------------------------------------------------|
39+
| D-series | 156 vCPUs | D-series support workbench infrastructure. Deploying more chambers reduces this limit. |
40+
| E-series | 256 vCPUs | |
41+
| F-series | 100 vCPUs | |
42+
| M-series | 128 vCPUs | |
43+
| Supports parallel deployment? | Yes | |
44+
| Deployment location | Same as workbench. | |
45+
46+
## Storage
47+
48+
| Item | Quota or limit | Notes |
49+
|----------------------------------|------------------------------------------------------|-----------------------------------------------------------------------------|
50+
| Home volume quota | 200 GB | For entire volume, shared across all users. |
51+
| `datain` volume | 1 TB | |
52+
| `dataout` volume | 1 TB | |
53+
| File size limit on data pipeline | 100 GB per file | |
54+
| File name character set | alphanumeric, period (.), hyphen (-) | Any other character causes a pipeline failures and file are dropped. |
55+
| Chamber storage volumes | 4 TB minimum, increments by 4 TB up to 20 TB maximum | |
56+
| Shared storage volumes | 4 TB minimum, increments by 4 TB up to 20 TB maximum | |
57+
58+
## Networking
59+
60+
| Item | Quota or limit | Notes |
61+
|------------------------------------------------------------|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------|
62+
| Connectors per chamber | 1 | Only one connector per chamber, if multiple access methods are needed, the private network connector is recommended. |
63+
| Maximum number of allowlist entries in public IP connector | 200 | Upper limit on entries in the table. Subnets up to /24 are permitted and consecutive addresses should be combined to improve manageability. |
64+
| Maximum subnet mask for public connector | /24 | |
65+
66+
## License service
67+
68+
* Only one license file can be uploaded to each license server at a time. Subsequent uploads overwrite the previously uploaded file.
69+
70+
## Related content
71+
72+
* [VM Offerings in Azure Modeling and Simulation Workbench](concept-vm-offerings.md)
73+
* [Storage and access in Azure Modeling and Simulation Workbench](concept-storage.md)

0 commit comments

Comments
 (0)