Skip to content

Commit

Permalink
Update deployguide_gha.md (Azure#87)
Browse files Browse the repository at this point in the history
added link to the WSL install guide and changed script editors to script runners 
and changed how supported pipelines are represented
  • Loading branch information
timschps committed Feb 1, 2023
1 parent 3821c71 commit a963d1f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions documentation/deployguides/deployguide_gha.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- [Azure CLI ](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)
- The [Terraform extension for Azure DevOps](https://marketplace.visualstudio.com/items?itemName=ms-devlabs.custom-terraform-tasks) if you are using Azure DevOps + Terraform to spin up infrastructure
- Azure service principals to access / create Azure resources from Azure DevOps or Github Actions (or the ability to create them)
- Git bash, WSL or another shell script editor on your local machine
- Git bash, [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) or another shell script runner on your local machine

>**Note:**
>
Expand Down Expand Up @@ -73,7 +73,10 @@
#options: github-actions / azure-devops
orchestration=github-actions
```
Currently, classical, cv (computer-vision), and nlp (natural language processing) pipelines are supported.
Currently, the following pipelines are supported:
- classical
- cv (computer-vision)
- nlp (natural language processing)

4. **Run sparse checkout**
The `sparse_checkout.sh` script will use ssh to authenticate to your GitHub organization. If this is not yet configured in your environment, follow the steps below or refer to the documentation at [GitHub Key Setup](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent).
Expand Down Expand Up @@ -293,4 +296,4 @@ As elements of Azure Machine Learning are still in development, the following co
Interim it is recommended to schedule the deployment pipeline for development for complete model retraining on a timed trigger.
For questions, please [submit an issue](https://github.com/Azure/mlops-v2/issues) or reach out to the development team at Microsoft.
For questions, please [submit an issue](https://github.com/Azure/mlops-v2/issues) or reach out to the development team at Microsoft.

0 comments on commit a963d1f

Please sign in to comment.