* Added localized strings Created a db backup page added radio buttons * created components for database backup page * Added account selection page * Added accounts page * Some more work done - Added page validations - Almost done with db backup except for a few api calls. * Some more progress added graph api for storage account * Finished hooking up all the endpoints on db page. * Some code fixed and refactoring * Fixed a ton of validation bugs * Added common localized strings to the constants file * some code cleanup * changed method name to makeHttpGetRequest * change http result class name * Added return types and return values to the functions * removed void returns * Added more return types and values * Storing accounts in the map with ids as key Fixed a bug in case of no subscriptions found * cleaning up the code * Fixed localized strings * Added comments to get request api Added validation logic to database backup page removed unnecessary page validations. * Added some get resource functions in azure core * Changed thenable to promise * Added arm calls for file shares and blob storage * Added field specific validation error message * Added examples in validation error message. * Fixed some typings and localized string * Added live validations to dropdowns * Fixed method name to getSQLVMservers
Machine Learning extension for Azure Data Studio
The Machine Learning extension for Azure Data Studio enables you to manage packages, import machine learning models, make predictions, and create notebooks to run experiments for SQL databases.
For more information, see the Machine Learning extension documentation.
Installation
Find the Machine Learning extension in Azure Data Studio and install the latest available version.
The following prerequisites need to be installed on the computer you run Azure Data Studio on:
- Python 3. Specify the local path to a preexisting Python installation under Settings. If you have used a Python kernel notebook in Azure Data Studio, the extension will use the path from the notebook by default.
- Microsoft ODBC driver 17 for SQL Server for Windows, macOS, or Linux.
- R 3.5 (optional). Enable R and specify the local path to a preexisting R installation under Settings. This is only required if you want to manage R packages in your database.
For more information on how to install and configure the prerequisites, see the Machine Learning extension documentation.
Manage packages
You can install and uninstall Python and R packages in your SQL database with Azure Data Studio. The packages you install can be used in Python or R scripts running in-database using the sp_execute_external_script T-SQL statement. This feature is currently limited to work with SQL Server Machine Learning Services.
Click on Manage packages in database to install or uninstall a Python or R package. For more information, see how to manage packages with the Machine Learning extension.
Make predictions
With the extension, you can use an ONNX model to make predictions. The model can either be an existing model stored in your database or an imported model. This feature is currently limited to work with Azure SQL Edge.
Click on Make predictions and choose between importing an ONNX model or use an existing model stored in your database. A T-SQL script will then be generated, which you can use to make predictions. For more information, see how to make predictions with the Machine Learning extension.
Import models
The Machine Learning extension can import ONNX models into your database. You can then use these models to make predictions. This feature is currently limited to work with Azure SQL Edge.
Click on Import models and choose between importing a model from a file or from Azure Machine Learning. For more information, see how to import models with the Machine Learning extension.
Create notebook
You can run experiments and create models in Python with a notebook in Azure Data Studio. You can also run T-SQL code, and run Python and R with SQL Server Machine Learning Services, in a notebook.
Click on Create notebook to create a new notebook in Azure Data Studio. For more information, see how to create a notebook with the Machine Learning extension.
Code of Conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Privacy Statement
The Microsoft Enterprise and Developer Privacy Statement describes the privacy statement of this software.
License
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Source EULA.