Obs/bin/ObsAgent/content/AgentManifest_FabricRingArcA.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"
                ]
            }
        ],
        "FirewallPorts": [
            {
                "Name": "LogCollectorServicePort",
                "Port": 7345,
                "Protocol": "TCP"
            }
        ]
    },
    "Diagnostics": {
        "TraceConfigurationsFolderRelativePath": "{TraceConfigRelativePath}"
    }
}