Azure – Please set the default workspace with MLClient
Getting error "Please set the default workspace with MLClient". How do I set the default workspace with MLClient? Trying to use data asset https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-register-data-assets?tabs=Python-SDK from azure.ai.ml.entities import Data from azure.ai.ml.constants import AssetTypes from azure.ai.ml import MLClient #Enter details of your…