MLOpsPython icon indicating copy to clipboard operation
MLOpsPython copied to clipboard

MLOps using Azure ML Services and Azure DevOps

Results 82 MLOpsPython issues
Sort by recently updated
recently updated
newest added

Bumping up #195 My understanding is, if I have a Service Connection of Subscription level, (as it is a superset of the resources inside it) it should also be able...

This codebase uses Azure ML CLI v1 which has been deprecated, please could it be updated to use the CLI V2.

Hi, in the Getting Started section, the flow is shown in UI, is there a way I could find the list of steps done using Python Azure DevOps SDK completely,...

Here is what I see in DevOps ![image](https://user-images.githubusercontent.com/38840026/93456812-7c4bec00-f8de-11ea-8f55-095f7c80e2a4.png) When I click on the error, I see that issue is with "Invoke Batch Scoring pipeline". However, I don't see any real...

![Web capture_10-3-2022_171817_ml azure com](https://user-images.githubusercontent.com/14168205/157707388-220a50e1-a601-4910-9709-0d0b62c51f81.jpeg) I ran the Ci pipeline and it worked super fine. Everything was working. Now its been two days that i am stuck at this error dataset...

Currently when running this pipeline a message ##[warning]Please install dotnet core to enable automatic generation of Html report. is displayed under code coverage. This fix adds an addiitonal task to...

Small change to link for Canary Deployment document

I've created pipeline for batch scoring, but as per github description we need to manually create Azure blob storage account, does anyone know what should I call that storage account,...

I am using the Azure App service Container to host Azure ml model as described in the below link. https://github.com/microsoft/MLOpsPython/blob/master/docs/getting_started.md#deploy-the-model-to-azure-app-service-azure-web-app-for-containers I want to add authentication for incoming requests. App is...

Can you please make it possible to write to Azure SQL Database from this Docker image using pyodbc? It is unable to be installed because of missing drivers. Thanks!