You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm that the Azure subscription has enough vCPUs per instance family and total regional vCPUs in the region where you will use Redpanda:
68
68
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)
70
70
* Standard Dadsv5-series vCPUs: 8 (2 Redpanda utility nodes)
71
71
* Standard Dv3-series vCPUs: 2 (1 Redpanda agent node)
72
72
@@ -81,18 +81,18 @@ See the https://learn.microsoft.com/en-us/azure/quotas/view-quotas[Microsoft doc
81
81
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:
82
82
83
83
----
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
85
85
az vm list-skus -l eastus2 --zone --size Standard_D2s_v3 --output table
86
86
az vm list-skus -l eastus2 --zone --size Standard_D2ads_v5 --output table
87
87
----
88
88
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:
0 commit comments