<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Node type not available in Central India (Student Subscription) in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/node-type-not-available-in-central-india-student-subscription/m-p/133882#M49944</link>
    <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I have deployed an Azure Databricks workspace in the &lt;STRONG&gt;Central India&lt;/STRONG&gt; region using a &lt;STRONG&gt;student subscription&lt;/STRONG&gt;. While trying to create a compute resource, I encountered an error stating that the selected &lt;STRONG&gt;node type is not available in Central India&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I have already tried all the &lt;STRONG&gt;small-scale node types&lt;/STRONG&gt;, but none of them seem to be available.&lt;/P&gt;&lt;P&gt;Can someone please suggest a &lt;STRONG&gt;specific node type&lt;/STRONG&gt; that I can use successfully in Central India with a student subscription?&lt;/P&gt;&lt;P&gt;Has anyone else faced this issue before? If yes, what would be the best way to resolve it — is this a subscription limitation or region-specific restriction?&lt;/P&gt;&lt;P&gt;Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Mon, 06 Oct 2025 05:58:44 GMT</pubDate>
    <dc:creator>Abrarali8708</dc:creator>
    <dc:date>2025-10-06T05:58:44Z</dc:date>
    <item>
      <title>Node type not available in Central India (Student Subscription)</title>
      <link>https://community.databricks.com/t5/data-engineering/node-type-not-available-in-central-india-student-subscription/m-p/133882#M49944</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I have deployed an Azure Databricks workspace in the &lt;STRONG&gt;Central India&lt;/STRONG&gt; region using a &lt;STRONG&gt;student subscription&lt;/STRONG&gt;. While trying to create a compute resource, I encountered an error stating that the selected &lt;STRONG&gt;node type is not available in Central India&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I have already tried all the &lt;STRONG&gt;small-scale node types&lt;/STRONG&gt;, but none of them seem to be available.&lt;/P&gt;&lt;P&gt;Can someone please suggest a &lt;STRONG&gt;specific node type&lt;/STRONG&gt; that I can use successfully in Central India with a student subscription?&lt;/P&gt;&lt;P&gt;Has anyone else faced this issue before? If yes, what would be the best way to resolve it — is this a subscription limitation or region-specific restriction?&lt;/P&gt;&lt;P&gt;Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 05:58:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/node-type-not-available-in-central-india-student-subscription/m-p/133882#M49944</guid>
      <dc:creator>Abrarali8708</dc:creator>
      <dc:date>2025-10-06T05:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Node type not available in Central India (Student Subscription)</title>
      <link>https://community.databricks.com/t5/data-engineering/node-type-not-available-in-central-india-student-subscription/m-p/133885#M49945</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/188932"&gt;@Abrarali8708&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The quickest workaround is to create your Databricks workspace in a region like East US, South East Asia, or West Europe, where VM availability is less constrained&lt;/P&gt;&lt;P&gt;In parallel&amp;nbsp;&lt;/P&gt;&lt;P&gt;1: Install Azure CLI&lt;BR /&gt;2: Log in to Your Azure Account&lt;BR /&gt;3: List Available VM Sizes in Central India&lt;/P&gt;&lt;P&gt;Now try:&lt;/P&gt;&lt;P&gt;```bash&lt;BR /&gt;az vm list-sizes --location centralindia --output table&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;You’ll get a table with columns like:&lt;/P&gt;&lt;P&gt;```&lt;BR /&gt;Name NumberOfCores MemoryInMb MaxDataDiskCount&lt;BR /&gt;------------------ -------------- ----------- ----------------&lt;BR /&gt;Standard_D2_v2 2 7168 8&lt;BR /&gt;Standard_D3_v2 4 14336 16&lt;BR /&gt;...&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;You can compare these VM names (`Standard_D2_v2`, `Standard_D3_v2`, etc.) against Databricks node types to know what’s available.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I would recommend Create a new Databricks workspace in East US or West Europe&lt;/STRONG&gt;, and&lt;/P&gt;&lt;P&gt;Try node types like:&lt;/P&gt;&lt;P&gt;Standard_DS3_v2&lt;/P&gt;&lt;P&gt;Standard_D4_v2&lt;/P&gt;&lt;P&gt;Standard_D4ds_v4&lt;/P&gt;&lt;P&gt;These always work for student subscriptions.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 06:12:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/node-type-not-available-in-central-india-student-subscription/m-p/133885#M49945</guid>
      <dc:creator>ManojkMohan</dc:creator>
      <dc:date>2025-10-06T06:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Node type not available in Central India (Student Subscription)</title>
      <link>https://community.databricks.com/t5/data-engineering/node-type-not-available-in-central-india-student-subscription/m-p/133893#M49949</link>
      <description>&lt;P&gt;Thanks for your reply, &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/155141"&gt;@ManojkMohan&lt;/a&gt;&amp;nbsp;. I tried creating a Databricks workspace in both the East US and West Europe regions, but I received an error stating that resources can’t be created in those regions with a student subscription. Attaching a screenshot for your reference.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 06:40:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/node-type-not-available-in-central-india-student-subscription/m-p/133893#M49949</guid>
      <dc:creator>Abrarali8708</dc:creator>
      <dc:date>2025-10-06T06:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Node type not available in Central India (Student Subscription)</title>
      <link>https://community.databricks.com/t5/data-engineering/node-type-not-available-in-central-india-student-subscription/m-p/134051#M50000</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/188932"&gt;@Abrarali8708&lt;/a&gt;&amp;nbsp; As discussed can you try&lt;/P&gt;&lt;P&gt;managing the Azure Policy definition:&lt;/P&gt;&lt;P&gt;Locate the policy definition ID /providers/Microsoft.Authorization/policyDefinitions/b86dabb9-b578-4d7b-b842-3b45e95769a1.&lt;/P&gt;&lt;P&gt;Modify the parameter listOfAllowedLocations to include eastus or your preferred region . One may need azure admin privileges&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 11:53:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/node-type-not-available-in-central-india-student-subscription/m-p/134051#M50000</guid>
      <dc:creator>ManojkMohan</dc:creator>
      <dc:date>2025-10-07T11:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Node type not available in Central India (Student Subscription)</title>
      <link>https://community.databricks.com/t5/data-engineering/node-type-not-available-in-central-india-student-subscription/m-p/134630#M50159</link>
      <description>&lt;P&gt;For those encountering errors while configuring a cluster in Databricks using a student subscription, try deploying it with the Unrestricted policy under Cluster Configuration. Also, make sure to select an appropriate virtual machine type based on the available quota in your Azure subscription.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Oct 2025 10:52:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/node-type-not-available-in-central-india-student-subscription/m-p/134630#M50159</guid>
      <dc:creator>Abrarali8708</dc:creator>
      <dc:date>2025-10-11T10:52:28Z</dc:date>
    </item>
  </channel>
</rss>

