Select to view content in your preferred language

Cloud Storage Connection File for Azure Raster Storage

199
1
a month ago
MarkusSchenardi
Occasional Contributor

As described in the documentation I'm trying to reach an Azure Blob Storage with my rasterfiles. 

https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-cloud-storage-connect...

Has anybody a running sample how to exactly fill in the parameters to access the Azure Storage Account?

MarkusSchenardi_0-1715955130725.png

error-message is always like this (fake data in the screenshot for security reasons):  WARNING 002594: Failed to establish connection to the root of cloud storage, created ACS file may not work. Unbekannter Fehler [Failed cloud operation: Ping, Path: /vsiaz/abc.blob.core.windows.net/rasterdata/]

 

0 Kudos
1 Reply
Leandro-Zamudio
Occasional Contributor

Hi Markus.

Recently I worked with a cloud storage connection on Azure and it works for me with the following data:

  1. Access Key ID: it should be the storage account name in Azure.
  2. Secret Access Key: The account key that you can get on Azure Panel (Keys).
  3. The Bucket Name: It's only the container name, not the URL
  4. The Service EndPoint is also needed and is fixed to blob.core.windows.net (it's not necessary to add the account name before that)

Use the New Cloud Storage Connection in the Insert Tab.

LeandroZamudio_0-1716954678642.png

 

LeandroZamudio_1-1716954721949.png

Hope it helps you.

Greetings

Leandro.

0 Kudos