Skip to content

Commit a0bdb30

Browse files
committed
Rename app service plan variable for consistency in naming convention
1 parent 8005e74 commit a0bdb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bicep/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param resourceNameSuffix string = uniqueString(resourceGroup().id)
1414

1515
// Define the names for resources.
1616
var appServiceAppName = 'toy-website-${resourceNameSuffix}'
17-
var appServicePlanName = 'toy-website'
17+
var appServicePlanName = 'toywebsite'
1818
var storageAccountName = 'mystorage${resourceNameSuffix}'
1919

2020
// Define the SKUs for each component based on the environment type.

0 commit comments

Comments
 (0)