Description Usage Arguments Value
Initialize a new Azure SQL database Datastore.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
workspace |
The workspace this datastore belongs to. |
datastore_name |
The datastore name. |
server_name |
The SQL server name. |
database_name |
The SQL database name. |
tenant_id |
The Directory ID/Tenant ID of the service principal. |
client_id |
The Client ID/Application ID of the service principal. |
client_secret |
The secret of the service principal. |
resource_url |
The resource URL, which determines what operations will be performed on the SQL database store, if NULL, defaults to https://database.windows.net/. |
authority_url |
The authority URL used to authenticate the user, defaults to https://login.microsoftonline.com. |
endpoint |
The endpoint of the SQL server. If NULL, defaults to database.windows.net. |
overwrite |
Whether to overwrite an existing datastore. If the datastore does not exist, it will create one. The default is FALSE. |
username |
The username of the database user to access the database. |
password |
The password of the database user to access the database. |
The azureml.data.azure_sql_database_datastore.AzureSqlDatabaseDatastore
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.