An Azure service that offers file shares in the cloud.
Azure SMB file share accessible via shared key but not via cloud-only Kerberos authentication
After a ransomware attack destroyed the network, everything was migrated to cloud-only; all user accounts manually migrated from the destroyed DC/AD to Entra ID, all files restored from backups to SharePoint, all devices to Intune, all MFA, everyone is up and running. BUT... most of the business is run on Access and MySQL databases so SharePoint is not going to work for that. I need mappable SMB cloud shares.
I am trying to follow the cookbook "Enable Microsoft Entra Kerberos authentication for...cloud-only identities on Azure Files". I have tested an SSD-based Azure SMB file share that is accessible by shared key, loaded with files via Azure Store Explorer, and runs one of our local FIleMaker Pro database applications wonderfully, lightning fast. So the proof of concept is a success.
When I try to set it up via Kerberos cloud-only, I can resolve and ping the location but the new ps drive app comes back "access is denied". If I drill down into regedit on my test pc, I don't see the CloudKerberosTicketRetrievalEnabled value anywhere, looking at
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\Kerberos\Parameters
Intune Windows configuration has a policy called Kerberos which has
"Cloud Kerberos Ticket Retrieval Enabled" set to Enabled, but it says above it "6 of 7 settings in this category are not configured".
I ran dsregcmd /status
+----------------------------------------------------------------------+
| Device State |
+----------------------------------------------------------------------+
AzureAdJoined : YES
EnterpriseJoined : NO
DomainJoined : NO
Virtual Desktop : NOT SET
+----------------------------------------------------------------------+
| Device Details |
+----------------------------------------------------------------------+
KeyProvider : Microsoft Platform Crypto Provider
TpmProtected : YES
DeviceAuthStatus : SUCCESS
then I ran dsregcmd /forcerecovery
re-did my PIN
restarted the pc
same thing - map drive - "access is denied"
help! I need someone who knows more than I do (which will not be hard to find!!!)