Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for doc and ADO pipeline #132

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .azuredevops/scripts/create_ado_pipelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ az pipelines folder create \
--path $repo_name \
--project $project_name

az pipelines folder create
az pipelines folder create \
--path $repo_name/infrastructure \
--project $project_name

az pipelines folder create
az pipelines folder create \
--path $repo_name/mlops \
--project $project_name

Expand Down
2 changes: 1 addition & 1 deletion documentation/deployguides/deployguide_ado.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Below are the three repositories that you will import. They each serve a differe
<img src="./images/ado-manage-security.png" alt="ADO Manage Security" width="50%" height="50%"/>
</p>

Select the "`<projectname> Build Service`" account for your project under the Users section. Change the permission for **Edit build pipeline** to **Allow**
Select the "`<projectname> Build Service`" account for your project under the Users section. Change the permissions for **Edit build pipeline** and **Create build pipeline** to **Allow**

<p align="center">
<img src="./images/ado-add-pipelinesSecurity.png" alt="ADO Pipeline Security"/>
Expand Down