If you are using Azure DevOps in Azure, attachments added to a workitem are limited to 60MB in size, a value you cannot change. On premise, when using Azure DevOps Server, the default attachment size is limited to 4MB. However you can increase this value to up to 2GB.
Let me show you how to get this done…
- Log on to the application tier of your Azure DevOps server
- Remark: You have to log in with an account that is a member of the Team Foundation Administrators group
- Browse to the following URL to open the ConfigurationSettingsService:
- Choose the SetMaxAttachmentSize operation from the list of available operations:
- Specify a maxSize value in bytes and click on Invoke to update the configuration setting:
- You can validate if the value was changed correctly by going to the GetMaxAttachmentSize operation and invoking it.
- This will return the current set value: