Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active November 23, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/8fb9a0643d54e9c75e09 to your computer and use it in GitHub Desktop.
Save justinyoo/8fb9a0643d54e9c75e09 to your computer and use it in GitHub Desktop.
Azure PowerShell 1.0 for ARM
VERBOSE: 11:52:48 PM - Create template deployment 'azuredeploy'.
VERBOSE: 11:52:59 PM - Resource Microsoft.Web/serverFarms 'ase-dev-hosting-sample' provisioning status is succeeded
VERBOSE: 11:53:09 PM - Resource microsoft.insights/alertrules 'LongHttpQueue ase-dev-hosting-sample' provisioning status is succeeded
VERBOSE: 11:53:13 PM - Resource Microsoft.Web/Sites 'ase-dev-web-sample' provisioning status is succeeded
VERBOSE: 11:53:13 PM - Resource microsoft.insights/alertrules 'CPUHigh ase-dev-hosting-sample' provisioning status is succeeded
VERBOSE: 11:53:13 PM - Resource microsoft.insights/autoscalesettings 'ase-dev-hosting-sample-ase-dev-rg-sample' provisioning status is succeeded
VERBOSE: 11:53:23 PM - Resource microsoft.insights/alertrules 'ForbiddenRequests ase-dev-web-sample' provisioning status is succeeded
VERBOSE: 11:53:23 PM - Resource microsoft.insights/alertrules 'ServerErrors ase-dev-web-sample' provisioning status is succeeded
VERBOSE: 11:53:23 PM - Resource microsoft.insights/components 'ase-dev-web-sample' provisioning status is succeeded
VERBOSE: 11:53:50 PM - Resource Microsoft.Sql/servers 'ase-dev-db-sample' provisioning status is succeeded
VERBOSE: 11:53:54 PM - Resource Microsoft.Web/Sites/config 'ase-dev-web-sample/connectionstrings' provisioning status is succeeded
VERBOSE: 11:53:54 PM - Resource Microsoft.Sql/servers/databases 'ase-dev-db-sample/ase-dev-db-sample' provisioning status is running
VERBOSE: 11:55:01 PM - Resource Microsoft.Sql/servers/databases 'ase-dev-db-sample/ase-dev-db-sample' provisioning status is succeeded
DeploymentName : azuredeploy
ResourceGroupName : ase-dev-rg-sample
ProvisioningState : Failed
Timestamp : 23/11/2015 12:53:58 PM
Mode : Incremental
TemplateLink :
Uri :
https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-sql-database/azuredeploy.json
ContentVersion : 1.0.0.0
Parameters :
Name Type Value
=============== ========================= ==========
siteName String ase-dev-web-sample
hostingPlanName String ase-dev-hosting-sample
siteLocation String australiasoutheast
sku String Free
workerSize String 0
serverName String ase-dev-db-sample
serverLocation String australiasoutheast
administratorLogin String ase-dev-db-admin
administratorLoginPassword SecureString
databaseName String ase-dev-db-sample
collation String SQL_Latin1_General_CP1_CI_AS
edition String Standard
maxSizeBytes String 1073741824
requestedServiceObjectiveName String S0
Outputs :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment