Skip to content

Commit 308aefd

Browse files
Merge pull request #248229 from ericd-mst-github/erd-azure-subscription-service-limits
added VM Apps content
2 parents 85362d6 + c0ec9fa commit 308aefd

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,10 @@ The maximum number of private endpoints per Azure SQL Database logical server is
510510

511511
For more information, see [Virtual machine sizes](../../virtual-machines/sizes.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
512512

513+
[!INCLUDE [azure-storage-limits-vm-apps](../../../includes/azure-storage-limits-vm-apps.md)]
514+
515+
For more information see [VM Applications](../../virtual-machines/vm-applications.md).
516+
513517
#### Disk encryption sets
514518

515519
There's a limitation of 1000 disk encryption sets per region, per subscription. For more
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
author: ericd-mst-github
3+
ms.service: virtual-machines
4+
ms.topic: include
5+
ms.date: 08/14/2023
6+
ms.author: erd
7+
---
8+
**For VM Applications**
9+
10+
When working with VM applications in Azure, you may encounter an error message that says "Operation could not be completed as it results in exceeding approved UnmanagedStorageAccountCount quota." This error occurs when you have reached the limit for the number of unmanaged storage accounts that you can use.
11+
12+
When you publish a VM application, Azure needs to replicate it across multiple regions. To do this, Azure creates an unmanaged storage account for each region. The number of unmanaged storage accounts that an application uses is determined by the number of replicas across all applications.
13+
14+
As a general rule, each storage account can accommodate up to 200 simultaneous connections. Below are options for resolving the "UnmanagedStorageAccountCount" error:
15+
16+
- Use page blobs for your source application blobs. Unmanaged accounts are only used for block blob replication. Page blobs have no such limits.
17+
- Reduce the number of replicas for your VM Application versions or delete applications you no longer need.
18+
- File a support request to obtain a quota increase.
19+
20+
21+

0 commit comments

Comments
 (0)