Merge pull request #28674 from deepthi-28/azurediscovery-docs

Updated document Azure discovery
This commit is contained in:
Andre Wanlin
2025-02-08 09:59:25 -06:00
committed by GitHub
2 changed files with 9 additions and 2 deletions
+3 -1
View File
@@ -85,7 +85,7 @@ The parameters available are:
- **`scope`** _(optional)_:
`'global'` or `'local'`. Sets the scope of concurrency control.
_Note:_
:::note Note
- The path parameter follows the same rules as the search on Azure DevOps web interface. For more details visit the [official search documentation](https://docs.microsoft.com/en-us/azure/devops/project/search/get-started-search?view=azure-devops).
- To use branch parameters, it is necessary that the desired branch be added to the "Searchable branches" list within Azure DevOps Repositories. To do this, follow the instructions below:
@@ -97,6 +97,8 @@ _Note:_
5. In the window that appears, enter the name of the branch you want to add and click "Add".
6. The added branch will now appear in the "Searchable branches" list.
:::
It may take some time before the branch is indexed and searchable.
As this provider is not one of the default providers, you will first need to install
@@ -121,9 +121,14 @@ catalog:
workspace: workspace-name
```
> **Note:** It is possible but certainly not recommended to skip the provider ID level.
:::note Note
It is possible but certainly not recommended to skip the provider ID level.
> If you do so, `default` will be used as provider ID.
:::
- **`catalogPath`** _(optional)_:
Default: `/catalog-info.yaml`.
Path where to look for `catalog-info.yaml` files.