Skip to content

Commit

Permalink
Update main.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhodder authored Sep 19, 2023
1 parent 4a5e628 commit e861b7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ module docPrepResources 'docprep.bicep' = {
formRecognizerSkuName: !empty(formRecognizerSkuName) ? formRecognizerSkuName : 'S0'
}
}
//output AZURE_LOCATION string = location
output AZURE_LOCATION string = "Canada East"
output AZURE_LOCATION string = location
output AZURE_TENANT_ID string = tenant().tenantId
output AZURE_RESOURCE_GROUP string = resourceGroup.name

Expand Down

0 comments on commit e861b7a

Please sign in to comment.