Obs/bin/ObsAgent/content/AgentManifest.json
{
"SchemaVersion": "4.0", "AgentType": "WindowsService", "WindowsServiceInstallationParameters": { "ExecutableRelativePath": "..\\lib\\Microsoft.AzureStack.Common.Infrastructure.HostModel.WinSvcHost.exe", "CommandLineParameters": "", "DelayedAutoStart": true, "ServiceAccount": "{ServiceAccount}", "ResourceGovernanceConfiguration": { "WarningMemoryLimitMB": 800, "ErrorMemoryLimitMB": 1500, "CPUCoresLimit": 0, "CPUWeightLimit": 0, "IncludeChildProcesses": false } }, "Resources": { "LocalGroupMembership": [ { "ServiceAccount": "{ServiceAccount}", "MemberOf": [ "Administrators" ] }, { "ServiceAccount": "{StampPrefix}-SB-Jea", "MemberOf": [ "Administrators" ] } ], "ServiceAccounts": [ { "ServiceAccount": "{ServiceAccount}", "MemberOf": [ "{StampPrefix}-Sto-SG", "{StampPrefix}-SB-Jea-LC-VmSG" ], "ServicePrincipalNames": [ "{StampPrefix}/754dbc04-8f91-4cb6-a10f-899dac573fa0" ], "PrincipalsAllowedToRetrieveManagedPassword": [ "{StampPrefix}-Sto-SG", "{StampPrefix}-SB-Jea-LC-VmSG" ], "Permissions": { "FailoverCluster": "Full" } }, { "ServiceAccount": "{StampPrefix}-SB-Jea", "MemberOf": [ "{StampPrefix}-Sto-SG" ], "ServicePrincipalNames": [], "PrincipalsAllowedToRetrieveManagedPassword": [ "{StampPrefix}-Sto-SG" ] } ] } } |