Select to view content in your preferred language

Error: Storage account uses unsupported settings

705
1
06-19-2023 05:26 AM
RPW
by
New Contributor III

I want to read a CSV file from an Azure Blob Container.

First, in Data Pipelines, I successfully created a Data Store item that points to that Azure Blob Container.

Then, when I want to use that Data Store item to create a new input, there is an error message saying "Storage account uses unsupported settings" (see image). When I click "Open input panel", nothing happens.

Which settings is this error referring to? When I created the storage account and container, I used the default settings. 

Thank you

RogerWiss_0-1687177503208.png

 

 

 

 

 

 

0 Kudos
1 Reply
DuncanMackey
Esri Contributor

Hello!

Could you please check your Azure Blob storage account settings to ensure that "Enable soft delete for blobs" is disabled?

Here's an excerpt from the Azure documentation that I've edited:

  1. In the Azure portal, navigate to your storage account.
  2. Locate the Data Protection option under Data management.
  3. In the Recovery section, select Turn on soft delete for blobs. Ensure that Enable soft delete for blobs is unchecked.
  4. Specify a retention period between 1 and 365 days. Microsoft recommends a minimum retention period of seven days.
  5. Save your changes.

(https://learn.microsoft.com/en-us/azure/storage/blobs/soft-delete-blob-enable?wt.md_id=searchAPI_azu...)

Please let me know if this does not fix your issue and we'll investigate further!

Thanks,

Duncan