Skip to content

Commit

Permalink
DOC-1052 update instance types for BYOC on Azure (#222)
Browse files Browse the repository at this point in the history
* DOC-1052 update instance types for BYOC on Azure

* Ddv5-series

* replace Standard_L8as_v3 with Standard_D2d_v5

* rephrase from review feedback
  • Loading branch information
micheleRP authored Mar 4, 2025
1 parent 1ccefc8 commit a6cac8f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ az network watcher configure --resource-group 'NetworkWatcherRG' --locations '<r

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

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

Expand All @@ -81,18 +81,18 @@ See the https://learn.microsoft.com/en-us/azure/quotas/view-quotas[Microsoft doc
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:

----
az vm list-skus -l eastus2 --zone --size Standard_L8as_v3 --output table
az vm list-skus -l eastus2 --zone --size Standard_D2d_v5 --output table
az vm list-skus -l eastus2 --zone --size Standard_D2s_v3 --output table
az vm list-skus -l eastus2 --zone --size Standard_D2ads_v5 --output table
----

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:
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:

[%nowrap,bash]
----
ResourceType Locations Name Zones Restrictions
--------------- ----------- --------------- ------- ------------
virtualMachines eastus2 Standard_L8as_v3 1,2,3 NotAvailableForSubscription, type: Zone, locations: eastus2, zones: 2,3
virtualMachines eastus2 Standard_D2d_v5 1,2,3 NotAvailableForSubscription, type: Zone, locations: eastus2, zones: 2,3
----

== Create a BYOC cluster
Expand Down

0 comments on commit a6cac8f

Please sign in to comment.