Hello @Oscar , Thanks for using Microsoft Q&A Platform.
As per the error message it looks like azure.ai
module is not installed in the environment where you are working on. Could you please check once again by following command?
pip show azure-ai-ml
If you haven't already installed azure.ai-ml do install with this command:
%pip install azure-ai-ml
Additionally, may I know the python version you are using? Python 3.7 or later is required.
I hope this helps.
Regards,
Vasavi
-Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.