azure_sql_database_datastore Module

Contains the base functionality for datastores that save connection information to Azure SQL database.

Classes

AzureSqlDatabaseDatastore

Represents a datastore that saves connection information to Azure SQL Database.

You should not work with this class directly. To create a datastore that saves connection information to Azure SQL Database, use the register_azure_sql_database method of the Datastore class.

Note: When using a datastore to access data, you must have permission to access the data, which depends on the credentials registered with the datastore.

Initialize a new Azure SQL Database Datastore.