<?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 Re: Urgent Assistance Needed – Unity Catalog Storage Access Failure &amp;amp; VM SKU Availability (Datab in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/urgent-assistance-needed-unity-catalog-storage-access-failure/m-p/140604#M51482</link>
    <description>&lt;P&gt;Short Answer:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The UC error is almost always caused by the &lt;EM&gt;wrong identity&lt;/EM&gt; being used in the &lt;STRONG&gt;Storage Credential&lt;/STRONG&gt; / &lt;STRONG&gt;External Location&lt;/STRONG&gt;, even if IAM + ACLs look correct.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The VM failures are typically &lt;STRONG&gt;quota + regional capacity&lt;/STRONG&gt; issues in UK South, especially for older families like DSv2/F-series.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Fixes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Re-check the Storage Credential → External Location chain&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Increase quotas for a modern VM family&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Or try a newer region with better capacity&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I will try to write step by step.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2025 12:11:03 GMT</pubDate>
    <dc:creator>bianca_unifeye</dc:creator>
    <dc:date>2025-11-28T12:11:03Z</dc:date>
    <item>
      <title>Urgent Assistance Needed – Unity Catalog Storage Access Failure &amp; VM SKU Availability (Databricks on</title>
      <link>https://community.databricks.com/t5/data-engineering/urgent-assistance-needed-unity-catalog-storage-access-failure/m-p/140518#M51452</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’m running into two blocking issues while trying to run a Delta Live Tables (DLT) pipeline on Databricks (Azure). I’m hoping someone can help me understand what’s going wrong.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Unity Catalog cannot access underlying ADLS storage&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Every DLT pipeline run fails with:&lt;/P&gt;&lt;P&gt;UNITY_CATALOG_INITIALIZATION_FAILED&lt;/P&gt;&lt;P&gt;INVALID_STATE.UC_CLOUD_STORAGE_ACCESS_FAILURE&lt;/P&gt;&lt;P&gt;AbfsRestOperationException&lt;/P&gt;&lt;P&gt;Even though:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The Access Connector’s managed identity has:&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Storage Blob Data Owner&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Storage Blob Data Contributor&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;My user account also has both of these roles.&lt;/LI&gt;&lt;LI&gt;ACLs on all containers (bronze, silver, gold, source, metastore, logs) have:&lt;UL&gt;&lt;LI&gt;The user&lt;/LI&gt;&lt;LI&gt;The Access Connector managed identity&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Read / Write / Execute for both:&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;All containers show correct ACLs (rwx), and IAM roles look correct at the storage account level.&lt;BR /&gt;But the pipeline still cannot initialize UC or access the storage.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. VM size / SKU not available for DLT job compute&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When the DLT pipeline tries to start a job cluster, I get:&lt;/P&gt;&lt;P&gt;The VM size you are specifying is not available (SkuNotAvailable)&lt;/P&gt;&lt;P&gt;QuotaExceeded: Required cores exceed available limit&lt;/P&gt;&lt;P&gt;Even small SKUs fail:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Standard_F4&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Standard_DS3_v2&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Standard_DS2_v2&lt;/STRONG&gt; (not visible in UI)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Standard_F2&lt;/STRONG&gt; (not visible in UI)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Azure CLI shows that many F-series SKUs exist in UK South, but in Databricks they fail to provision or don’t appear in the dropdown.&lt;/P&gt;&lt;P&gt;This makes it impossible to run even a minimal DLT cluster with &lt;STRONG&gt;1 worker&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Additional Symptoms&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;The pipeline UI sometimes hides the “Advanced Options” section for compute configuration (no worker/driver selector).&lt;/LI&gt;&lt;LI&gt;Creating a manual cluster shows warnings like:&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;“This account may not have enough CPU cores to satisfy this request”&lt;/LI&gt;&lt;LI&gt;“Estimated available: 2, requested: 8”&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;Even when using a 4-core node with only one worker, the VM still fails with SkuNotAvailable.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;What I’m trying to understand&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Why UC still fails to access ADLS even when IAM + ACLs appear fully correct.&lt;/LI&gt;&lt;LI&gt;Whether this is a &lt;STRONG&gt;region-wide VM capacity issue&lt;/STRONG&gt; in UK South.&lt;/LI&gt;&lt;LI&gt;Whether Databricks can enable smaller SKUs (F2 / DS2_v2) so DLT can run.&lt;/LI&gt;&lt;LI&gt;Whether this is a misconfiguration in my workspace or an Azure capacity limitation.&lt;/LI&gt;&lt;LI&gt;If the fix is:&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;an ACL/DL permissions change,&lt;/LI&gt;&lt;LI&gt;a quota request,&lt;/LI&gt;&lt;LI&gt;a VM selection change,&lt;/LI&gt;&lt;LI&gt;or migrating to another Azure region.&lt;/LI&gt;&lt;/UL&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Any guidance would be hugely appreciated.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I’ve already:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Checked IAM&lt;/LI&gt;&lt;LI&gt;Checked container ACLs&lt;/LI&gt;&lt;LI&gt;Regenerated ACLs via Azure Portal&lt;/LI&gt;&lt;LI&gt;Validated the Access Connector identity&lt;/LI&gt;&lt;LI&gt;Tried multiple VM SKUs&lt;/LI&gt;&lt;LI&gt;Deleted and recreated the pipeline&lt;/LI&gt;&lt;LI&gt;Verified catalog and schema exist in Unity Catalog&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Still getting the same two errors.&lt;/P&gt;&lt;P&gt;Thanks in advance to anyone who can help!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 13:21:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/urgent-assistance-needed-unity-catalog-storage-access-failure/m-p/140518#M51452</guid>
      <dc:creator>suchitpathak08</dc:creator>
      <dc:date>2025-11-27T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Assistance Needed – Unity Catalog Storage Access Failure &amp; VM SKU Availability (Datab</title>
      <link>https://community.databricks.com/t5/data-engineering/urgent-assistance-needed-unity-catalog-storage-access-failure/m-p/140604#M51482</link>
      <description>&lt;P&gt;Short Answer:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The UC error is almost always caused by the &lt;EM&gt;wrong identity&lt;/EM&gt; being used in the &lt;STRONG&gt;Storage Credential&lt;/STRONG&gt; / &lt;STRONG&gt;External Location&lt;/STRONG&gt;, even if IAM + ACLs look correct.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The VM failures are typically &lt;STRONG&gt;quota + regional capacity&lt;/STRONG&gt; issues in UK South, especially for older families like DSv2/F-series.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Fixes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Re-check the Storage Credential → External Location chain&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Increase quotas for a modern VM family&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Or try a newer region with better capacity&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I will try to write step by step.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 12:11:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/urgent-assistance-needed-unity-catalog-storage-access-failure/m-p/140604#M51482</guid>
      <dc:creator>bianca_unifeye</dc:creator>
      <dc:date>2025-11-28T12:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Assistance Needed – Unity Catalog Storage Access Failure &amp; VM SKU Availability (Datab</title>
      <link>https://community.databricks.com/t5/data-engineering/urgent-assistance-needed-unity-catalog-storage-access-failure/m-p/140605#M51483</link>
      <description>&lt;P&gt;UC Cloud Storage Access Failure (UC_CLOUD_STORAGE_ACCESS_FAILURE)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if IAM + ACLs look correct, Unity Catalog will not use ACLs directly. UC always accesses ADLS through a Storage Credential → External Location → Catalog chain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A few things to verify:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Check which identity UC is actually using&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SHOW EXTERNAL LOCATIONS;&lt;/P&gt;&lt;P&gt;DESCRIBE EXTERNAL LOCATION &amp;lt;your_location&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The credential listed here must map to the Access Connector managed identity, not your user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the location shows a different storage credential, UC will try to access ADLS with the wrong identity → AbfsRestOperationException.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Confirm that the metastore root is UC-compatible&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;DESCRIBE CATALOG &amp;lt;your_catalog&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The storage_location must itself be an external location with a valid credential.&lt;/P&gt;&lt;P&gt;If the metastore root was created before UC, it might not be correctly attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Check ADLS diagnostic logs&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enable "Blob Read/Write/Error" diagnostics on the storage account.&lt;/P&gt;&lt;P&gt;You will likely see failed requests from a principal different from the Access Connector MI — that’s the real smoking gun.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;ACLs help, but are not sufficient&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unity Catalog requires:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Access Connector MI → StorageCredential assignment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;StorageCredential → External Location&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;External Location → Catalog/Schema/Table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ACLs alone won’t fix UC initialisation.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 12:13:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/urgent-assistance-needed-unity-catalog-storage-access-failure/m-p/140605#M51483</guid>
      <dc:creator>bianca_unifeye</dc:creator>
      <dc:date>2025-11-28T12:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Assistance Needed – Unity Catalog Storage Access Failure &amp; VM SKU Availability (Datab</title>
      <link>https://community.databricks.com/t5/data-engineering/urgent-assistance-needed-unity-catalog-storage-access-failure/m-p/140606#M51484</link>
      <description>&lt;P&gt;DLT pipelines always spin up job compute, and Azure is strict about SKU availability per region &amp;amp; per subscription.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most common causes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quota for that VM family is set to 2 vCPUs&lt;/P&gt;&lt;P&gt;Databricks shows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;“Estimated available: 2”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;“QuotaExceeded”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SKU exists in Azure CLI but Azure has no capacity for it in UK South&lt;/P&gt;&lt;P&gt;This is very common for older families like DS_v2 and F-series.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Pipeline UI hides Advanced Options&lt;/P&gt;&lt;P&gt;This normally happens when Databricks can’t find any valid SKUs for job compute under your subscription constraints.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What to check&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Azure Portal → Subscription → Usage + quotas&lt;/P&gt;&lt;P&gt;Filter by:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Region: UK South&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VM family: Dsv2, F-series, Dv3, Dv5, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will typically see vCPU limits like “2/2 used”.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Request a quota increase for at least:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Standard Dv3 Family vCPUs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Standard Dv5 Family vCPUs&lt;/P&gt;&lt;P&gt;(These have much better regional availability.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively try a workspace in UK South 2 or North Europe, where clusters often provision successfully.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 12:14:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/urgent-assistance-needed-unity-catalog-storage-access-failure/m-p/140606#M51484</guid>
      <dc:creator>bianca_unifeye</dc:creator>
      <dc:date>2025-11-28T12:14:47Z</dc:date>
    </item>
  </channel>
</rss>

