Hi @Ronny Forberger
Thanks for contacting Microsoft Q&A Team, and sorry for the delay in responding to this query.
Few things to check at the below part of the code:
protocolSettings: {
smb: {
authenticationMethods: 'Kerberos'
channelEncryption: 'AES-256-GCM'
kerberosTicketEncryption: 'AES-256'
multichannel: {
enabled: true
}
versions: 'SMB3.0;SMB3.1.1'
}
Have you tried deploying the account without "Kerbaros"
Example:
protocolSettings: {
smb: {}
}
and "multichannel" is supported for "Premium FileStorage" only - Can you set this to "false" and give a try.
Please help me with the new error message output if you are still facing the issue at the above suggested steps.
Thanks!
Regards,
Bhanu