Azure AI Foundry Project Prompt Flow deployments fail for any new project or Hub
For the past week Prompt Flow deployments under AI Foundry Projects were failing for any new AI Foundry HUB or Project. Existing old projects and online endpoints work fine, but in any newly created HUB or project when deploying Prompt Flow, it never…
Azure Machine Learning
Using this "ml_client_workspace.components.download" is not able to download the components code
If I use this method but this is not working properly if I upload a component now it wont be able to download the codes and it gives error ValueError: Invalid code path: None even though the data is in workspace blob store
Azure Machine Learning
How do I persist data in Azure ML datastore?
I am trying out a simple step to aggregate data from multiple through an ML pipeline in Azure ML workspace. We have multiple part files and I am trying to create one data file from it. I am mounting the azure datastore path for read-write and writing…
Azure Machine Learning
Azure Machine Learning GPU greyed out
Hi, I am trying to increase my GPU quote on my Azure Machine Learning, I only have the option to increase the CPU but the GPU tab is Greyed out. Is there any way to resolve this.
Azure Machine Learning
How to set the environment for AutoML regression tasks to run on?
I am trying to set the environment for AutoML regression jobs. I have the entire codebase setup on python 3.10 and I have an environment setup as well. The entire pipeline steps run on this environment, except AutoML regression. The issue arises when I…
Azure Machine Learning
Creating a MarketplaceSubscription with azapi results of an error
Hello, I'm trying to deploy a MarketplaceSubscription using azapi but I always get : Another operation with ID [id] is already running on marketplace subscription []. Please wait until the the current operation completes." The Azure ML is…
Azure Machine Learning
Storage for Azure ML Workspace
Hello: When I create Azure ML Workspace, why I cannot use existing storage, why I have to create new one? Any clarification will help me to educate. Thanks
Azure Machine Learning
Azure Storage Accounts
Is Azure Prompt Flow suggested to use in 2025?
Hello, I couldn't find many resources online for azure prompt flow and its uses. Is it still a suggested tool to use in 2025? I have concerns about deployment and production use. Q - Are there any alternatives available as well which might be better than…
Azure Machine Learning
Session creation failure with compute instance in Azure ML Studio – Custom application deployment failed
Hello, I am working in Azure Machine Learning Studio where I have a compute instance running, and I have successfully created a connection with Azure OpenAI service. As part of my testing, I was working with Prompt Flow and attempted to create a compute…
Azure Machine Learning
I'm suddenly getting a 400 error when validating a component spec in Azure ML that worked before—any idea what might have changed or how to troubleshoot it?
Getting this error in my workspaces when I try to register a component earlier it was working perfectly I even tried registering components that are given as examples in the azure ml examples repository it also getting the same error. Any idea how to…
Azure Machine Learning
Creating compute session is constantly failing in azure ai foundry hub
Hi, I'm having trouble starting an AI Foundry compute instance. Each attempt results in an error message. I've tried deploying across different region hubs, used both serverless and provisioned compute instances in multiple regions, and experimented with…
Azure Machine Learning

Several active trains in 1 model
I am developing a PVA chatbot where I can input a file (for example, Math Book for 4th grade). This file is used as training materials for the Azure OpenAI model, and then I can receive generated questions based on the file's data to test my knowledge.…
Azure Machine Learning
Azure OpenAI Service
Azure AI services


How to make serverless compute instace inherit management identity
I'm using an app registration so I can work locally and deploy a batch endpoint pipeline with the following component: train_component = command( name="ml_classification_flow_serveless", …
Azure Machine Learning
Unable to delete azure ai foundry resources from Azure
** Failed to delete project** InternalServerError: Service temporarily unavailable. Please try again later Trace ID : d4fae13b-ea14-40b3-9df1-6de6980eb2c1Client request ID : 64e927b0-2359-4065-beec-15c96da77d53Service request ID :…
Azure Machine Learning
Can not set instance count when using Batch Endpoint. (From job)
Describe your suggestion https://learn.microsoft.com/en-us/azure/machine-learning/how-to-use-batch-pipeline-from-job?view=azureml-api-2&tabs=cli I have a Pipeline job with 2 steps. The first step is configured with 2 instance counts. However, when I…
Azure Machine Learning

Job Upload Issues in Azure with Python Code in R-Studio
Experiencing an issue when uploading jobs to Azure using Python code in R-Studio. The following error message is received: Unable to retrieve SaS Urls for project download. Snapshot data appears to be invalid. Tip: Please resubmit the job with a new code…
Azure Machine Learning
Notebook is not available, when choose "Allow Only Approved Outbound" option.
I created an Azure Machine Learning workspace, disabled public access, and set the outbound policy to "Allow Only Approved Outbound". Then I was unable to open notebooks in the ML workspace. Even I added a FQDN, it is still failed.
Azure Machine Learning
ML Studio jobs failing to start with ServiceError: InternalServerError and not other logs
I'm trying to submit a job to Azure ML Studio but when I do the job gets stuck in the "Preparing" state for about 4 hours then fails with error message "ServiceError: InternalServerError". Some other details: The environment…
Azure Machine Learning
Why do I always get this error when I submit a batch scoring job in Azure ML? ValueError: Invalid input data type to parse. Expected: <class 'dict'> but got <class 'azureml_common.parallel_run.mini_batch.MiniBatch'>
I keep getting this error when I try running a batch scoring job in Azure ML: ValueError: Invalid input data type to parse. Expected: <class 'dict'> but got <class 'azureml_common.parallel_run.mini_batch.MiniBatch'> It's strange because I…
Azure Machine Learning
Azure ML Studio Batch Endpoint issue: Access to this resource is denied. Please check your ACL rules on the resource.
I'm attempting to invoke a batch endpoint in Azure Machine Learning Studio that is deployed within a private virtual network. I've tried accessing the endpoint using both the Python SDK and direct REST API calls from a virtual machine that resides within…