Phi-4-multimodal does not support text + audio + image inputs in the same prompt
I am integrating the Phi-4-Multimodal-Instruct model via the Azure AI Inference SDK and successfully submitting text and image inputs. However, when I attempt to include audio as input, I receive the following error: {'error': {'code': 'Bad Request',…
cant view my serverless deployed models
i have deployed 2 models llama vision 3.2 and llama instruct on serverless API , they got deployed successfully but when im trying to view them on azure im getting this error page "Hmm ... That didn't work Sorry, it looks like the page you're…
Error while creating a managed online endpoint in azure machine learning studio
while creating a managed online endpoint in azure machine learning studio I get the following error in my workspace's notebook: --------------------------------------------------------------------------- OperationFailed Traceback (most recent call last)…

How to deploy a prompt flow with az ml CLI without enabling streaming response?
Hi, I deployed a prompt flow as online endpoint via CLI az ml (as part of CI/CD pipeline). The deployment succeeded but the default output mode is streaming obviously. I get the following error during testing: ... execution.flow INFO Node…
Azure ML Studio AutoML Model Explanations Not Loading Part II
I had run into issues with Azure ML studio not loading model explanations a couple months ago and was able to resolve it by clearing my browsing cache:…

why compute cluster is not found in workspace
Getting error while creating a ML job. I am selecting compute cluster then i get error msg "The AutoMLJob input is invalid. Compute bsmea1 not found in workspace" but works fine with serverless compute. this issue started today itself. job…
My ML Training Jobs are failing in Python SDK v2
I can successfully create an MLClient handle to my workspace. I can successfully create a job for generating a custom Environment. I have successfully created a training script. Command job for training fails even to start.
AttributeError: 'DefaultAzureCredential' object has no attribute '_to_datastore_rest_object'
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[13], line 11 1 blob_datastore = AzureBlobDatastore( 2 name = "blob_example", 3 description = "Datastore…
Even though I have enough credits, Azure Machine Learning Studio does not let me create GPU based compute instances. How can I fix this?
Even though I have enough credits, Azure Machine Learning Studio does not let me create GPU based compute instances. How can I fix this?
Trained yolov8 model on compute cluster and all metrics are flat
Hi, I have been training yolov8 model using compute cluster and after training is complete, I see all the metrics are flat as if model did not learn anything I don't know what went wrong but the training completed successfully with 50 epochs and…
How to use python3.10 in Azure Promptflow with custom image
I am trying to use python3.10 in Azure ML Promptflow rather than the default 3.9 in order to use semantic kernel. When I try to create the updated base image, I am getting an error that the promptflow.runtime module is not found. I have installed the…
Using a Different Azure Account for Microsoft Learn Exercises?
In Microsoft Learn, to complete Azure-related modules, practical exercises are required. Can I use a different Azure account than my Microsoft Learn account to complete these exercises? For example, I use email A for Microsoft Learn and I use email B…
Azure ML Studio AutoML Model Explanations Not Loading
When using the AutoML feature in Azure Machine Learning studio, I am not able to load model explanations where it tells you feature importances, even on old models with relatively small dataset sizes where they were definitely loading for me in the past.…
Failed to delete managed online endpoint due to Internal Server Error
Hello, I have tried multiple ways to erase the managed online endpoint in my Azure Machine Learning studio, yet all methods failed due to InternalServerError. Azure CLI: Here I was trying to delete the deployment called "current" first, before…
Phi-4-Multimodal-Instruct - Unable to Send Audio Input to Phi-4-Multimodal-Instruct – "Invalid Input" Error
Description: Issue Summary: I am integrating the Phi-4-Multimodal-Instruct model via the Azure AI Inference SDK and successfully submitting text and image inputs. However, when I attempt to include audio as input, I receive the following error: …
Azure ML job logging issues - Transformers model
I am working in azure trying to run a job that calls a training notebook. I can train and even evaluate my model just fine within said notebook but when I try to log it at the end it throws errors. The error that I am seeing…
Assistance with Setting Up Azure Machine Learning Studio
Hi, We need help setting up Azure Machine Learning Studio and determining whether what we are trying to achieve can be done within the portal with minimal programming. If programming is necessary, can it be done using Visual Studio, and if so, in what…
Could you provide information on the minimum GPU requirements and the supported virtual machines for the phi-3-medium-128k-instruct model in Azure?
Could you provide information on the minimum GPU requirements and the supported virtual machines for the phi-3-medium-128k-instruct model in Azure? Also, could you provide an example of how to fine-tune the phi-3 model?
How to fix AzureMLException: AzureMLException: Message: Execution failed in operation 'to_pandas_dataframe' for Dataset(id='id', name='TEMP_DATA_ASSET', version=1, error_code=ScriptExecution.Database.Unexpected,error_message and ErrorCode: ScriptExecution
Issue: AzureMLException When Consuming Datastore in AzureML via to_pandas_dataframe() Description of the Setup I have manually set up a datastore in AzureML, which is linked to an Azure Synapse Analytics server. During the creation of the datastore, I…
Real-time endpoint Automated ML failed deploy
I did create a model with Automated ML. when i try to deploy the model i am getting the error: {"code":"SubscriptionNotRegistered","message":"Resource provider [N/A] isn't registered with Subscription [N/A]. Please see…