Skip to content

Commit 1a65c71

Browse files
authored
update the node for parameter (#970)
1 parent 144698a commit 1a65c71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

infra/main.bicep

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,10 @@ module openAi 'core/ai/cognitiveservices.bicep' = if (openAiHost == 'azure') {
214214
name: embeddingModelName
215215
version: '2'
216216
}
217-
capacity: embeddingDeploymentCapacity
217+
sku: {
218+
name: 'Standard'
219+
capacity: embeddingDeploymentCapacity
220+
}
218221
}
219222
]
220223
}

0 commit comments

Comments
 (0)