Skip to content

Commit c0870e4

Browse files
committed
organizing vars
1 parent 2ce569d commit c0870e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/main.bicep

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ param resourceSize {
3030
maxReplicas: 1
3131
}
3232
}
33+
param capacity int = 1
34+
3335

3436
var modelVersion = '2024-08-06'
3537
var aiServicesName = '${prefix}-aiservices'
36-
param capacity int = 1
3738
var deploymentType = 'GlobalStandard'
3839
var gptModelVersion = 'gpt-4o'
3940
var appVersion = 'latest'

0 commit comments

Comments
 (0)