# Functions
New returns a new instance of a type that fulfills the service.Module interface and is capable of provisioning MS SQL servers and databases using "Azure SQL Database".
# Constants
ConnectionPolicyDefault is the connection policy in effect on all servers after creation.
ConnectionPolicyProxy -- all connections are proxied via the Azure SQL Database gateways.
ConnectionPolicyRedirect -- clients establish connections directly to the node hosting the database.