PsSqlTestServer

Cmdlets to provide and manage SQL servers for tests.

View the Project on GitHub abbgrade/PsSqlTestServer

Test-SqlTestAzure

SYNOPSIS

Tests if a Azure-based SQL Server can be created.

SYNTAX

Test-SqlTestAzure [<CommonParameters>]

DESCRIPTION

Checks if Az is installed, and if the Azure service is running.

EXAMPLES

EXAMPLE 1

Test-SqlTestAzure

True

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

bool

NOTES