Hi Mei
Thanks for this guide!
Yesterday I successfully implemented SSO for my already Hybrid-Joined AVD Hosts.
It was working fine.
Today, all of the fslogix profiles stopped working.
A few weeks ago, I configured AD DS authentication for the file share following this guide: https://learn.microsoft.com/en-us/azure/storage/files/storage-files-identity-ad-ds-enable?WT.mc_id=Portal-Microsoft_Azure_FileStorage
I already disabled AVD SSO (removed the AzureADKerberosServer and the Azure AD authentication RDP Property).
Also, I disabled the Active Directory authentication on the storage account and configured it again using the same guide as before.
Do you have any additional ideas I could try to fix the fslogix profile container issue?
Error from Debug-AzStorageAccountAuth:
Issues found:
---- CheckGetKerberosTicket ----
0 Kerberos service tickets to Azure storage accounts were detected.
Run the following command:
'klist get cifs/pstafslogix02.file.core.windows.net'
and examine error code to root-cause the ticket retrieval failure.
Thank you in advance!
Update:
I just solved my issue by switching from AD DS authentication to Azure Kerberos. https://learn.microsoft.com/en-us/azure/virtual-desktop/create-profile-container-azure-ad
I reenabled SSO and everything works.
Thanks for your guide!