Azure / mlops-v2

Azure MLOps (v2) solution accelerators. Enterprise ready templates to deploy your machine learning models on the Azure Platform.
https://learn.microsoft.com/en-us/azure/machine-learning/concept-model-management-and-deployment
MIT License
478 stars 225 forks source link

[QuickStart.md] "Azure" is hardcoded on "resources: repositories: name:" in "mlops/devops-pipelines/ deploy-**-pipeline.yml" files, but not on QuickStart.md #30

Open notanaha opened 2 years ago

notanaha commented 2 years ago

It is stated on yaml file as "need to change org name from "Azure" to your own org", but not on QuickStart.md

resources:
  repositories:
    - repository: mlops-templates  # Template Repo
      name: Azure/mlops-templates # need to change org name from "Azure" to your own org
      endpoint: github-connection # need to set up and hardcode
      type: github