1
votes

At a client we have been using Azure Machine Learning Service (MLS) for a two projects. When making a new MLS Workspace, four services are automatically created:

• A storage account • A keyvault • A container registry • En application insights

We’ve recently realized that the application insights service were created in the East US region instead of North West Europe, where the rest of the services were created. The client would like to have all their services running in North West Europe, so they’ve asked us to change it.

So my question is: Can you change “reference” in Azure Machine Learning Service from one application insights to another? I’ve been unable to find anything in this regard in the documentation. Or do we have to create a new MLS workspace in order to do it?

1

1 Answers

0
votes

You can first create AppInsights in region of your choice, and then tell Azure ML to use it when creating Workspace.

To do this, pass the ARM Resource ID of the AppInsights instance to the Workspace.create Python SDK command or az ml workspace create CLI command.