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…
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
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…
a question about the Azure ML service connect to Azure storage account
Hello, I run my automated ML and I have the error message when submit my job The details are from this question https://learn.microsoft.com/en-us/answers/questions/1480895/an-error-message-when-i-run-azure-machine-learning I followed the instruction…
Azure ML Deploy Real-Time Endpoint - Azure Container Instance Error
In Azure Machine Learning Studio, a pipeline has been created using the designer along with an inference pipeline. When attempting to deploy the inference pipeline as a real-time endpoint using Azure Container Instance, an error occurs. The specific…
Auto scaling issue in Azure ML AKS deployment
I have Azure ML endpoint which is deployed in AKS , I have given min replicas as 1 and max replicas as 2, when i hit the endpoint with 1 request it directly scales the pod to 5 replicas which is the maximum value instead of scaling it one by one. …