Skip to content

Commit

Permalink
Merge pull request #42 from dbroeglin/patch-1-fix-4-wrong-azure-sprin…
Browse files Browse the repository at this point in the history
…g-apps-tier

FIX #41 Azure Spring App tier should be "Standard"
  • Loading branch information
pmalarme authored Aug 14, 2024
2 parents ca53754 + 4bd715d commit d3061b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/core/host/spring-apps-consumption.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource springApps 'Microsoft.AppPlatform/Spring@2023-05-01-preview' = {
tags: tags
sku: {
name: 'S0'
tier: 'StandardGen2'
tier: 'Standard'
}
properties: {
managedEnvironmentId: containerAppsEnvironment.id
Expand Down

0 comments on commit d3061b9

Please sign in to comment.