{ "Logging": { "LogLevel": { "Default": "Warning", "Program": "Information", "ABSTokenServiceClient.UserTokenCLIService": "Information" } }, "Console": { "FormatterName": "simple", "FormatterOptions": { "SingleLine": true, "TimestampFormat": "HH:mm:ss:ms " } }, "AzureAd": { "Instance": "https://login.microsoftonline.com/", "TenantId": "your-tenant-id-here", "ClientId": "your-client-id-here", "ClientCredentials": [ { "SourceType": "ClientSecret", "ClientSecret": "your-client-secret-here" } ] } }