Skip to content

Commit

Permalink
Wrong resource group name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceredron committed May 22, 2024
1 parent 86bf343 commit 5d1183f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure/applications/api/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ param namePrefix string

var containerAppName = '${namePrefix}-app'

var resourceGroupName = '${namePrefix}-rg'
resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' = {
name: 'namePrefix-rg'
name: resourceGroupName
location: location
}

Expand Down

0 comments on commit 5d1183f

Please sign in to comment.