We are trying to automate the installation of Azure DevOps Server 2019. Not all of the configuration options in the unattend INI file are documented, nor are they all generated with /create. Unlike SQL Server, the INI file does not appear to be generated as part of the installation process.
For instance, trying to configure the search and the first error I get is about the undocumented ElasticsearchUser and ElasticsearchPassword options not being set. It's was simple enough to add them, but then I encounter another error regarding the location of the search index. I cannot find the name of the option for configuring that location. Same with the checkbox for accepting the Azul Zulu terms of service for installing Java - although in production Java will be installed separately.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
We are trying to automate the installation of Azure DevOps Server 2019. Not all of the configuration options in the unattend INI file are documented, nor are they all generated with /create. Unlike SQL Server, the INI file does not appear to be generated as part of the installation process.
For instance, trying to configure the search and the first error I get is about the undocumented
ElasticsearchUserandElasticsearchPasswordoptions not being set. It's was simple enough to add them, but then I encounter another error regarding the location of the search index. I cannot find the name of the option for configuring that location. Same with the checkbox for accepting the Azul Zulu terms of service for installing Java - although in production Java will be installed separately.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.