azureml-ops-accelerator/3-Deploy
Hiroshi Yoshioka 63dbcb8901
Typo "resouce group"→"resource group"
https://github.com/microsoft/azureml-ops-accelerator/blob/main/3-Deploy/1-SetupLocalEnvironment.md
#PingMSFTDocs
2022-12-31 00:13:28 +09:00
..
ARMTemplates restructure folders 2022-03-17 21:01:36 +08:00
azure-machine-learning-terraform@7f0d4dcc14 restructure folders 2022-03-17 21:01:36 +08:00
media restructure folders 2022-03-17 21:01:36 +08:00
1-SetupLocalEnvironment.md Typo "resouce group"→"resource group" 2022-12-31 00:13:28 +09:00
2-OrganizeAMLEnvironment.md restructure folders 2022-03-17 21:01:36 +08:00
3-CreateSeparateEnvironments.md added checklists, tidy up, fixes broken links, misc 2022-03-18 17:28:21 +08:00
README.md added checklists, tidy up, fixes broken links, misc 2022-03-18 17:28:21 +08:00
checklist.md added checklists, tidy up, fixes broken links, misc 2022-03-18 17:28:21 +08:00

README.md

sort
3

AML Infrastructure Deployment

The deployment of Azure Machine Learning Infrastructures requires several steps:

  1. Set up local development environment. Set up local development environment by installing and setting up Azure CLI. Configure Azure CLI to connect the local development environment to Azure Machine Learning Services.

  2. Organize and set up Azure Machine Learning environments. Understanding and manage the team structure, development environments and regional settings of your Azure Machine learning infrastructures.

  3. Create and deploy separate environments (Dev, Test, Prod) for developments. Deploy Azure resources required to create separate development environments automatically via Azure Pipeline.

Quickstart

Azure Resource Manager (ARM) templates are also available to help get started quickly for the deployment of Azure resources. You can customise the parameters within the templates as you need. The templates can be found here.

To learn more about the ARM templates, see Advanced template to create an Azure Machine Learning workspace.

Alternatively, to roll out a complete Azure Machine Learning enterprise environment via Terraform, see Azure Machine Learning Enterprise Terraform Example.

Deliverables

ADDITIONAL INFO: Your team can accelerate the migration of your existing model to AML by referring to the materials and templates here.