I created a Azure File Share. Created a Azure Domain Service and made my Azure VM as a member of this AD Service. I am able to mount the File share in windows by mapping a drive. But the same file share is inaccessible from a Windows service running in the same Azure VM
Asked
Active
Viewed 231 times
1
-
2What is the Service Account for the Windows Service? – David Browne - Microsoft May 17 '20 at 16:22
-
the application account – Nithya Karthick May 17 '20 at 16:25
-
And which account is that? A local account? A built-in account? A domain account? – David Browne - Microsoft May 17 '20 at 16:41
-
It is a local system account – Nithya Karthick May 17 '20 at 16:48
-
Which one? And how are you attempting to access the share in the service? Not by drive letter, right? – David Browne - Microsoft May 17 '20 at 17:10
-
windows service is a local system account. yes not by Drive letter . By the File share path given in azure File share – Nithya Karthick May 17 '20 at 17:35
-
Which local system account? – David Browne - Microsoft May 17 '20 at 17:44
-
when I right clicked the windows service and checked for properties , there is no specific user log on. Log on as local system account is selected – Nithya Karthick May 17 '20 at 18:29
-
should I login to the Azure VM with AD domain service user account – Nithya Karthick May 17 '20 at 18:30