Shared azure folder on Mac

Hi,

On Mac I’m trying to add a shared azure folder.

"Folder": {
  "Local": "../Local",
  "Shared": "https://xxxx.file.core.windows.net/xxxx-dev"
},

I have tried both https:// and smb:// but it creates the folder structure on disk instead of just using it.

Do I have to mount the share locally?

Litium version: 8.5.0

Mounting it locally and changing the path seems to have solved it.

"Folder": {
  "Local": "../Local",
  "Shared": "/Volumes/xxx-dev"
}
  1. Go to/ click link: smb://xxxx.file.core.windows.net/xxxx-dev
  2. Allow mounting
  3. Input username/password and remember it
  4. Drag the Volume and drop it in a Terminal window to see the path
  5. Change path in appsettings

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.