Hi SF User,
I started tutorial on how set up SF on-premise. My question is about the diagnostic store as described below in configuration file:
"properties": {
"diagnosticsStore":
{
"metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.",
"dataDeletionAgeInDays": "21",
"storeType": "FileShare",
"connectionstring": "\\\\xxxMySharedfolderxxx\\DiagnosticsStore"
}, .....
Today on one my node, i create a folder that i share with 'everyone permission Read/Write'. It works so far.
But in futur i will use a network shared folder and wonder which user i could add. I want because to avoid an user from AD.
Could you share with my your suggestions ? Can we add more generic technical user like network service or something like that ?
Thx
T.