Path: blob/master/tutorials-and-examples/how-tos/Automation Setup - Configure Azure Machine Learning Compute Cluster and Managed Identity.ipynb
3253 views
Automation Setup - Configure Azure Machine Learning Compute Cluster and Managed Identity
Notebook Version: 1.0
Python Version: Python 3.8 - AzureML
Required Packages: No
Platforms Supported: Azure Machine Learning Notebooks
Data Source Required: No
Description
This is the first notebook of series for setting up Microsoft Sentinel notebook automation platform based on Azure Machine Learning Pipelines.
This notebook provides step-by-step instructions to create Azure Machine Learning compute cluster, and add user assigned managed identity to the compute cluster.
This AML compute cluster will be used as the computing power for Sentinel notebook automation. It can be used for multiple automated notebooks.
Adding user assigned managed identity to the compute cluster will enable schedule notebooks to access tenant's Azure resources.
*** Please run the cells sequentially to avoid errors. Please do not use "run all cells". ***
Table of Contents
Warm-up
Authentication to Azure Resources
User-assigned managed identity
Azure Machine Learning Compute Cluster