Skip to content

Commit 9c5fe1f

Browse files
authored
Revise Azure service limits section in documentation
Updated section titles and clarified limits for Azure services.
1 parent ac5db27 commit 9c5fe1f

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

articles/operator-service-manager/best-practices-onboard-deploy.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,12 @@ As the first step toward cleaning up an onboarded environment, delete publisher
203203
204204
Azure Operator Service Manager doesn't delete namespaces as part of any deletion operation. As such, after all resources are deleted, some artifacts might remain on the cluster. To remove any remaining artifacts, you should delete any workload namespaces created on the cluster. Including the namespace deletion operation as part of the workflow pipeline is a recommendation to automate the action.
205205

206-
## Azure global service limits and constraints
207-
208-
Azure enforces certain global service limits across all Azure services. The following is a curated list of those limits which should be considereed when onboarding, designing or operating workloads using Azure Operator Service Manager.
206+
## Azure global limits considerations
207+
Azure enforces certain global service limits and constraints across all Azure services. The following is a curated list of those limits which should be considereed when onboarding, designing or operating workloads using Azure Operator Service Manager.
209208

210209
### ARM template limits
210+
These limits would apply to rendered ARM templates used with Azure Operator Service Manager.
211+
211212
| Value | Limit |
212213
|-----------|-------|
213214
|Parameters |256 |
@@ -221,6 +222,8 @@ Azure enforces certain global service limits across all Azure services. The foll
221222
|Parameter file size| 4 MB |
222223

223224
### Azure RBAC limits
225+
These limits would apply to the target subscription used for Azure Operator Service Manager deployment.
226+
224227
|Resource |Limit|
225228
|---------|-----|
226229
|Number of Azure role assignments per Azure subscription| 4,000|
@@ -235,7 +238,11 @@ Azure enforces certain global service limits across all Azure services. The foll
235238
|Number of assignable scopes for Azure custom roles| 2,000|
236239
|Number of system-managed deny assignments per Azure subscription| 2,000|
237240

241+
Generally, AOSM requires 8x the number of concurrent SNS operations against a target subscription.
242+
238243
### Other limits
244+
These limits have been observed in certain real-world use-cases.
245+
239246
|Resource |Limit|
240247
|---------|-----|
241248
|Maximum duration of system-assigned scope token (OBO) | 4h 30m no refresh|

0 commit comments

Comments
 (0)