Skip to content

Commit

Permalink
typo and removed button
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft committed May 3, 2018
1 parent 9e9c79a commit 76e9977
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion 201-marketplace-sample/README.md
@@ -1,6 +1,5 @@
# Azure Marketplace VM with CreateUIDefinition

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F201-marketplace-sample%2Fazuredeploy.json" target="_blank"><img src="http://azuredeploy.net/deploybutton.png"/></a>
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F201-marketplace-sample%2Fazuredeploy.json" target="_blank"><img src="http://armviz.io/visualizebutton.png"/></a>


Expand Down
2 changes: 1 addition & 1 deletion SideLoad-CreateUIDefinition.ps1
Expand Up @@ -20,7 +20,7 @@ try {

# Create the storage account if it doesn't already exist
if ($StorageAccount -eq $null) {
if ($StorageResourceGroupLocation -eq "") { throw "The StorageResourceGroupLocaiton parameter is required on first run in a subscription." }
if ($StorageResourceGroupLocation -eq "") { throw "The StorageResourceGroupLocation parameter is required on first run in a subscription." }
$StorageResourceGroupName = 'ARM_Deploy_Staging'
New-AzureRmResourceGroup -Location "$StorageResourceGroupLocation" -Name $StorageResourceGroupName -Force
$StorageAccount = New-AzureRmStorageAccount -StorageAccountName $StorageAccountName -Type 'Standard_LRS' -ResourceGroupName $StorageResourceGroupName -Location "$StorageResourceGroupLocation"
Expand Down

0 comments on commit 76e9977

Please sign in to comment.