зеркало из
1
0
Форкнуть 0
Quickstart template as a fork on TDSP (https://github.com/Azure/Azure-TDSP-ProjectTemplate), extending the template with a suggested structure for operationalization using Azure. Includes ARM templates as IaC for resource deployment, template build and release pipelines to enable model CI/CD, template code for working with Azure ML.
Перейти к файлу
microsoft-github-policy-service[bot] 011f5418bc
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-03-28 16:45:00 +00:00
.azureml create ml workspace 2020-03-03 18:42:24 +01:00
Code Merge branch 'master' into feature/textanalyticsexample 2020-03-04 12:23:01 +01:00
Docs Merge branch 'master' into feature/textanalyticsexample 2020-03-04 12:23:01 +01:00
Sample_Data Changing folder names to be more self-explanatory 2017-09-09 19:13:29 -07:00
infrastructure enhancements and documents for IaC 2020-03-28 19:11:32 +01:00
labs refactored training example 2020-03-04 01:39:24 +01:00
.amlignore AI DevOps initial commit: IaC, Model CICD, AzureML Code Quickstart 2019-03-01 17:16:57 +01:00
.gitignore refactored training script 2020-03-03 20:32:27 +01:00
LICENSE-CODE.TXT Add files via upload 2018-01-22 14:05:26 -08:00
LICENSE.TXT Add files via upload 2018-01-22 14:05:26 -08:00
NOTICE.TXT Add files via upload 2018-01-22 14:05:26 -08:00
README.md Update README.md 2019-06-21 09:26:50 +02:00
SECURITY.md Microsoft mandatory file 2023-01-27 20:54:59 +00:00
conda_dependencies.yml Merge pull request #3 from Azure/feature/textanalyticsexample 2020-03-03 18:24:58 +01:00

README.md

MLOps Quickstart Template

This repo provides a quickstarter template as a fork on TDSP (https://github.com/Azure/Azure-TDSP-ProjectTemplate), extending the template with a suggested structure for operationalization using Azure. The current code base includes ARM templates as IaC for resource deployment, template build and release pipelines to enable ML model CI/CD, template code for working with Azure ML.

How to get started

  • Clone this repo
  • Make sure you have an Azure Subscription set up.
  • Make sure you have an Azure DevOps instance set up.
  • Import the build and release definitions ('Code'>'Operationalization'>'build_and_release') into Azure DevOps pipelines.
  • Update the build and release definitions to use your credentials i.e. Azure subscription.
  • Create an initial commit.
  • If everything is set up correctly, Azure DevOps will provision your Azure Resources as triggered by the CI.
  • Use the Azure CLI ML Extension (az ml project attach command) or Azure ML SDK to configure your local workspace to use the created Azure ML workspace.
  • Run Code/Modeling/train_submit to run your first AzureML experiment on remote compute.