Skip to content

Commit a6cac8f

Browse files
authored
DOC-1052 update instance types for BYOC on Azure (#222)
* DOC-1052 update instance types for BYOC on Azure * Ddv5-series * replace Standard_L8as_v3 with Standard_D2d_v5 * rephrase from review feedback
1 parent 1ccefc8 commit a6cac8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/get-started/pages/cluster-types/byoc/azure/create-byoc-cluster-azure.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ az network watcher configure --resource-group 'NetworkWatcherRG' --locations '<r
6666

6767
Confirm that the Azure subscription has enough vCPUs per instance family and total regional vCPUs in the region where you will use Redpanda:
6868

69-
* Standard LASv3-series vCPUs: 24 (3 Redpanda broker nodes)
69+
* Standard Ddv5-series vCPUs: 12 (3 Redpanda broker nodes + extra capacity for 3 more nodes that could be utilized temporarily during tier 1 maintenance)
7070
* Standard Dadsv5-series vCPUs: 8 (2 Redpanda utility nodes)
7171
* Standard Dv3-series vCPUs: 2 (1 Redpanda agent node)
7272

@@ -81,18 +81,18 @@ See the https://learn.microsoft.com/en-us/azure/quotas/view-quotas[Microsoft doc
8181
Ensure that the Azure subscription does not have any SKU restrictions for the VM sizes in the region where you will use Redpanda. Using the Azure CLI or in the Azure Cloud Shell, run:
8282

8383
----
84-
az vm list-skus -l eastus2 --zone --size Standard_L8as_v3 --output table
84+
az vm list-skus -l eastus2 --zone --size Standard_D2d_v5 --output table
8585
az vm list-skus -l eastus2 --zone --size Standard_D2s_v3 --output table
8686
az vm list-skus -l eastus2 --zone --size Standard_D2ads_v5 --output table
8787
----
8888

89-
If you see restrictions, https://learn.microsoft.com/en-us/troubleshoot/azure/general/region-access-request-process[open a Microsoft support request^] to remove the restrictions. For example, checking the Standard_L8as_v3 VM SKU restriction in the eastus2 region for all zones could show:
89+
If you see restrictions, https://learn.microsoft.com/en-us/troubleshoot/azure/general/region-access-request-process[open a Microsoft support request^] to remove the restrictions. For example, checking the Standard_D2d_v5 VM SKU restriction in the eastus2 region for all zones could show:
9090

9191
[%nowrap,bash]
9292
----
9393
ResourceType Locations Name Zones Restrictions
9494
--------------- ----------- --------------- ------- ------------
95-
virtualMachines eastus2 Standard_L8as_v3 1,2,3 NotAvailableForSubscription, type: Zone, locations: eastus2, zones: 2,3
95+
virtualMachines eastus2 Standard_D2d_v5 1,2,3 NotAvailableForSubscription, type: Zone, locations: eastus2, zones: 2,3
9696
----
9797

9898
== Create a BYOC cluster

0 commit comments

Comments
 (0)