Skip to content

Commit d3061b9

Browse files
authored
Merge pull request #42 from dbroeglin/patch-1-fix-4-wrong-azure-spring-apps-tier
FIX #41 Azure Spring App tier should be "Standard"
2 parents ca53754 + 4bd715d commit d3061b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/core/host/spring-apps-consumption.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resource springApps 'Microsoft.AppPlatform/Spring@2023-05-01-preview' = {
4848
tags: tags
4949
sku: {
5050
name: 'S0'
51-
tier: 'StandardGen2'
51+
tier: 'Standard'
5252
}
5353
properties: {
5454
managedEnvironmentId: containerAppsEnvironment.id

0 commit comments

Comments
 (0)