Running the backup og EntraID doesn't allow much configuration options.
I just had support case(#07816604) becuase we got HttpClient.Timeout warnings. This was only a warning, but it failed backing up some of the content.
The support team couldn't provide an option to adjust this value, but insctructed me to adjust the appsettings.json file.
I was a bit suprised about this. The reason for timeout was as usual MS API's being unstable.
What i don't understand about this, is why isn't possible to adjust the timeout on this, when the VBO experience should have proven the need for more resilience using MS API's ?
Why isn't the parallelism not adjustable from the GUI ?
I was instructed to change the parallelism in the support case, but i suspect that this file, would easily be overwritten by an update.
Why is there Log settings in this settings file, why doesn't it use the log settings for the VBR server ?
C:\Program Files (x86)\Veeam\Backup Transport\x64\plugins\EntraId\appsettings.json
Please add or modify the following content in the file:
Code: Select all
{
"WorkerLoad": {
"MaxParallelJobsPerWorker": 50
},
"VeeamLog": {
"LogFilesNumber": 50,
"ArchivesLimit": 100,
"SeverityThreshold": 5
},
"GraphApiClient": {
"MaxRequestRetries": 10
}
}