I deployed the PAM on the Azure and tried to mount the shared folder by the Azure Files Storage for the session recording. However, I could not mount it by the below error.
ERROR: PAM-CM-0058 : CIFS mount operation unsuccessful. Mount point: //example.com/pam-sessionlog Hostname: example.com
I verified that the port 445 was opened.
Also, the below errors were updated when the problem occurred.
Aug 9 09:44:53 capam kernel: Status code returned 0xc0000022 STATUS_ACCESS_DENIED
Aug 9 09:44:53 capam kernel: CIFS VFS: Send error in SessSetup = -13
Aug 9 09:44:53 capam kernel: CIFS VFS: cifs_mount failed w/return code = -13
What is a possible cause?