Network Error when deploying from Azure OpenAI Studio to Copilot Studio
Azure AI Studio deployment to Copilot Studio , during the wizard i am facing this issue "Network Error"
Machine Learning Studio - prepare_image step fails when deploying real time inference endpoint
I am using Azure Machine Learning Studio. In the UI, I define a pipeline in a designer. I train model by pressing Configure and Submit, I only change compute instance to mine and I set a name. Then in the pipeline's menu, I choose Create Inference…
Azure ML | Export Data from Azure MLTable to SharePoint List
Hello, I have processed data in a Azure ML table which gets updated via PromptFlow periodically. How can I export this Azure MLTable to a SharePoint List? Thank You, Avni Bhatt
"ManagedIdentityCredential.get_token_info failed" in train.py (serverless)
In my Azure ML pipeline, I have a training step which uses a file called train.py to train my model. The issue is, whether I use DefaultAzureCredential() or ManagedIdentityCredential(), I get errors similar to the one…
how to add support for model deployment?
hi, i want to add support for more models. ex. deberta. when i go to model catalog and add deberta i get the following…
How to use llama 3.2 vision with dedicated endpoint
I'm trying to access a Llama 3.2 11b Vision model, deployed on a dedicated endpoint, but the sample code does not work: This is the error on logs: When using azure.ai lib it was not successful either: Any thoughts?
Error: no "view" mailcap rules found for type "image/png"
I am trying to read the image files from AML workspace using python code. I am getting Error: no "view" mailcap rules found for type "image/png" when i trying to show image. here is the code i am using: fs =…
Azure Machine Learning Studio - Notebooks not loading since Friday 7th June 2024
Started today but we can't browse any of our Notebooks We have multiple instances of AML Studio running - in the UK South and North Europe regions - none of them load correctly Spun up a new instance of AML in the Azure Portal to test - got the same…
Even though my model is registered and the correct name is used in the scoring script, Azure keeps returning 'Model not found' during deployment—any ideas why this could be happening?
2024-11-04 11:03:24,441 I [72] azmlinfsrv - Starting up app insights client 2024-11-04 11:03:25,092 I [72] azmlinfsrv.user_script - Found user script at /var/azureml-app/241104215715-2666479148/scoring.py 2024-11-04 11:03:25,092 I [72]…
HOW TO LOG IN RUN FUNCTION OF SCORING SCRIPT ON AML
Hi I am facing an issue while trying to log information in the score.py (scoring script) during online endpoint deployment. I’ve been able to log information in the init function, but I cannot log anything in the run function. Below is my…
In Azure machine learning Studio ,the manage and compute button vanished
Hi , after creating a Workspace, I wanted to manage and create some instances, but the buttons manage and compute disappeared .my account is azure student . best regards
Responsible AI - Module not found error
While creating responsible AI dashboard , encountering a module not found error - is there a way we can modify the environment to have a specific library in it - UI doesn't give us functionality & I also tried using the sdk & keep use dependency…
Is there any mechanism for updating the bunch of IP addresses of Azure Service Tag in the Azure Firewall?
Scenario: As part of the Enterprise Scale Migration (Azure Public Cloud to Azure Landing Zones), we are not able to access the compute in the Azure Machine Learning workspace. We are getting the two issues mainly: When we open the compute tab in the…
Failed to execute command group with error API queried with a bad parameter: {"message":"unknown or invalid runtime name: nvidia"} for my azureml compute instance type Standard_NC16as_T4_v3
I am creating custom azureml pipeline using python sdk this is my code from azureml.core import Environment, Workspace, ComputeTarget, Experiment from azureml.pipeline.core import Pipeline, StepSequence from azureml.pipeline.steps import…
Error Code: ScriptExecution.StreamAccess.Authentication
Getting this after submitting a job on AML. Actually I used the same yaml confirations multiple times before and it all worked, but now for some reason I don't know it starts to return this failure. The role assignment of the storage account also looks…
Cannot deploy an endpoint for AutoML model. Can someone help?
I am having trouble with deploying a model I created using AutoML. I have no coding/programming experience at all, so I'm completely confused. None of the "support documentation" provided for Azure helps resolve the issue at all. I've…
Machine Learning Private Endpoint for shared compute resource
Hello everyone, How can I create ML private endpoint for any shared compute resources using ARM bicep template? I have to created shared endpoint vm across all the azure bot apps. Could someone please guide me on how to achieve this? Any insights or…
Troubleshooting Batch Deployment Failure in CI Pipeline
A CI pipeline is set up to create a batch deployment from a pipeline component upon code changes. This pipeline has previously succeeded but started failing today. Upon reviewing the activity logs, limited information is available. The error message…
opening notebook in Azure ML with VSCode (web) fails
Attempting to open notebooks with VSCode (web) and getting a Fatal Error that states "Please check Developer Tools" on a black page. Opening Developer Tools, I see the following error: VM16 webOpener.js:2 Refused to create a TrustedTypePolicy…
Issues with Cross-Encoder MS-MARCO-MiniLM-L-12 Model Deployment in Azure ML
A problem has been identified with the deployed cross-encoder-ms-marco-miniLM-L-12 model in Azure Machine Learning Studio. The model is producing unexpected and incorrect similarity scores that don't align with the expected behavior of the original…