Skip to content

Commit e3a51c7

Browse files
Merge pull request #307488 from jkpravinkumar/docs-editor/configure-azure-elastic-san-1761693608
Update configure-azure-elastic-san.md
2 parents 2b0ed9e + e4dbb9c commit e3a51c7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

articles/azure-vmware/configure-azure-elastic-san.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,23 @@ To accompany the steps below, you can use this [interactive demo](https://regale
2525

2626
The following prerequisites are required to continue.
2727

28+
> [!IMPORTANT]
29+
> As of November 2025, creating and deleting an Azure Elastic SAN based datastore in Azure VMware Solution requires appropriate permissions. If you're using built-in roles such as Owner and Contributor across the these two services, no changes are necessary. If you're using custom roles, ensure you have the correct permissions configured.
30+
> <details><summary>For a complete list of required permissions, expand this section.</summary>
31+
> > To create an Elastic SAN datastore, you must have the following permissions:
32+
- `Microsoft.AVS/privateClouds/clusters/datastores/write`
33+
- `Microsoft.ElasticSan/elasticSans/volumeGroups/volumes/write`
34+
- `Microsoft.ElasticSan/elasticSans/volumeGroups/volumes/read`
35+
36+
> To delete an Elastic SAN datastore, you must have the following permissions:
37+
- `Microsoft.AVS/privateClouds/clusters/datastores/write`
38+
- `Microsoft.ElasticSan/elasticSans/volumeGroups/volumes/write`
39+
- `Microsoft.ElasticSan/elasticSans/volumeGroups/volumes/read`
40+
41+
> For information about creating and modifying custom roles, see [create or update Azure custom roles using the Azure portal](../role-based-access-control/custom-roles-portal.md).
42+
43+
</details>
44+
2845
- Have a fully configured Azure VMware solution private cloud in a [region that Elastic SAN is available in](../storage/elastic-san/elastic-san-create.md).
2946
- Size your ExpressRoute gateways to handle your elastic SAN's bandwidth capabilities. For example, a single ultra performance ExpressRoute gateway supports a bandwidth of 1,280 mbps. An individual elastic SAN datastore used to its full potential would use the entirety of that bandwidth. Multiple gateways might be required depending on your needs.
3047
- Know the availability zone your private cloud is in.

0 commit comments

Comments
 (0)