1
0
mirror of synced 2025-12-20 02:19:14 -05:00

Minor changes to GitHub user docs for public preview of GHAzDo (#36965)

Co-authored-by: Laura Coursen <lecoursen@github.com>
This commit is contained in:
Felicity Chapman
2023-05-23 15:59:58 +01:00
committed by GitHub
parent 67209840d0
commit 86fffa168a
9 changed files with 37 additions and 5 deletions

View File

@@ -290,6 +290,14 @@ Once you have created a {% data variables.product.prodname_codeql %} database us
### Example of creating a {% data variables.product.prodname_codeql %} database using indirect build tracing
{% ifversion ghas-for-azure-devops %}
{% note %}
**Note:** If you use Azure DevOps pipelines, the simplest way to create a {% data variables.product.prodname_codeql %} database is to use {% data variables.product.prodname_ghas_azdo %}. For documentation, see [Configure {% data variables.product.prodname_ghas_azdo %}](https://learn.microsoft.com/en-us/azure/devops/repos/security/configure-github-advanced-security-features) in Microsoft Learn.
{% endnote %}
{% endif %}
The following example shows how you could use indirect build tracing in an Azure DevOps pipeline to create a {% data variables.product.prodname_codeql %} database:
```