Forum Discussion
Amit_Trivedi112214
Jun 19, 2020Copper Contributor
Azure Files - Map file share on Azure AD joined machine
Hello, We know articles says there is restrictions for mapping Azure File share on Azure AD Joined machine as per MS article. "Neither Azure AD DS authentication nor on-premises AD DS authentic...
rohanislam
Jul 02, 2020Brass Contributor
You should still be able to mount the share on an Azure AD registered device using SAS key.
stedurbin
Jul 02, 2020Copper Contributor
rohanislamI'm assuming a SAS key is like an API key?
Thanks for the feedback.
Whilst that would no doubt work; the reason for using existing credentials is to simplify the user experience for a non-technical user audience. Asking a user of an average Enteprise IT environment to use an API key is messy. It also opens up a new security concern with regards to key management practices.
I don't imagine that would gain traction in our environment.
Personally, I'd leave the API key access model to developers and more technical end users.
- rohanislamJul 06, 2020Brass ContributorAt this stage, I don't see any other option. Maybe you can see if you can programmatically map it on your users PC without asking them to map it using SAS key.
You can generate a SAS key having mimimum required permission with an expiry date. - MasterBlaster1980Jul 02, 2020Copper Contributor
stedurbin - That is what I love about MS - Hard solution first which nobody wants to use and when customers cry, they come back with easy to use solutions.