Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Example man committed Nov 24, 2021
1 parent da4c6ec commit 531548d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SampleApp.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
<collectionProp name="Arguments.arguments"/>
</elementProp>
<stringProp name="HTTPSampler.domain">issacnitineastustrial10.azurewebsites.net</stringProp>
<stringProp name="HTTPSampler.domain">issacnitineastustest76eastus.azurewebsites.net</stringProp>
<stringProp name="HTTPSampler.port"></stringProp>
<stringProp name="HTTPSampler.protocol">https</stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
Expand Down Expand Up @@ -93,7 +93,7 @@
</elementProp>
</collectionProp>
</elementProp>
<stringProp name="HTTPSampler.domain">issacnitineastustrial10.azurewebsites.net</stringProp>
<stringProp name="HTTPSampler.domain">issacnitineastustest76eastus.azurewebsites.net</stringProp>
<stringProp name="HTTPSampler.port"></stringProp>
<stringProp name="HTTPSampler.protocol">https</stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
Expand Down Expand Up @@ -146,7 +146,7 @@
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
<collectionProp name="Arguments.arguments"/>
</elementProp>
<stringProp name="HTTPSampler.domain">issacnitineastustrial10.azurewebsites.net</stringProp>
<stringProp name="HTTPSampler.domain">issacnitineastustest76eastus.azurewebsites.net</stringProp>
<stringProp name="HTTPSampler.port"></stringProp>
<stringProp name="HTTPSampler.protocol">https</stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
Expand Down
2 changes: 1 addition & 1 deletion deploymentscript.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if([string]::IsNullOrWhiteSpace($location)) {
$location = "eastus"
}

$resourceGroup = $deploymentName + "-rg"
$resourceGroup = $deploymentName + $location + "-rg"
Write-Host "Creating resource group " $resourceGroup
az group create --location $location --name $resourceGroup --subscription $selectedSubscription
$databaseName = $deploymentName + "db"
Expand Down

0 comments on commit 531548d

Please sign in to comment.