Skip to content

Commit

Permalink
chore(infra): use swa free tier
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Sep 14, 2023
1 parent 52896ef commit d3c9dfa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ module webApp './core/host/staticwebapp.bicep' = {
name: !empty(webAppName) ? webAppName : '${abbrs.webStaticSites}web-${resourceToken}'
location: location
tags: union(tags, { 'azd-service-name': webAppName })
sku: {
name: 'Standard'
tier: 'Standard'
}
}
}

Expand Down

0 comments on commit d3c9dfa

Please sign in to comment.