Skip to content

Commit 8b66aa6

Browse files
authored
Update accounts.md
Note explicit caveats about storage accounts and application packages.
1 parent f0183e6 commit 8b66aa6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/batch/accounts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Batch supports the following types of Azure Storage accounts:
3030
- General-purpose v1 (GPv1) accounts
3131
- Blob storage accounts (currently supported for pools in the Virtual Machine configuration)
3232

33+
> [!IMPORTANT]
34+
> You can't use the [Application Packages](batch-application-packages.md) feature with Azure Storage accounts configured with [firewall rules](../storage/common/storage-network-security.md), or with **Hierarchical namespace** set to **Enabled**.
35+
3336
For more information about storage accounts, see [Azure storage account overview](../storage/common/storage-account-overview.md).
3437

3538
You can associate a storage account with your Batch account when you create the Batch account, or later. Consider your cost and performance requirements when choosing a storage account. For example, the GPv2 and blob storage account options support greater [capacity and scalability limits](https://azure.microsoft.com/blog/announcing-larger-higher-scale-storage-accounts/) compared with GPv1. (Contact Azure Support to request an increase in a storage limit.) These account options can improve the performance of Batch solutions that contain a large number of parallel tasks that read from or write to the storage account.

0 commit comments

Comments
 (0)