This message was deleted.
# citrix-app-layering
s
This message was deleted.
r
Azure files doesnt support access from centos using just username and password. I have been told by engineering you can do it using a key. I am not positive about the syntax.
I will attempt to find out
This is what the engineer said to do. I dont have azure files so I can hep with the exact way to do it. If you go to the file share in azure portal and hit the connect button, switch to the linux tab, and show the script, it has the creds you need in it.
a
ok thanks, that's where I ended up, the name of the storage account and the access key.
r
Yea looking at this it looks like that should work username=StorageAccount Name and passwrod =Storageaccount key But is the path /etc/StorageAccountName/Filesharename https://learn.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-linux?tabs=smb311
or is it something liek //<storage-account-name>.file.core.windows.net/<file-share-name>
He thinks it would be the //<storage-account-name>.file.core.windows.net/<file-share-name> assuming azure commercial