This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
New-AzureServicePrincipal | |
.DESCRIPTION | |
This task creates an Azure Service Principal in Azure AD that will be used for all installation automation. | |
This can only be run interactively as the Login-AzureRmAccount will pop up an interactive window for | |
the user to log in with. | |
The output of this task can be used to deploy the application in future and should be stored in each contributors AppVeyor account. | |
#> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT name FROM sys.databases WHERE name = 'MyScriptDatabase1' |
NewerOlder