File tree 5 files changed +9
-5
lines changed
Azure.CloudMachine.OpenAI/src
Azure.Provisioning.CloudMachine
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ protected override ProvisionableResource EmitResources(CloudMachineInfrastructur
118
118
} ,
119
119
Sku = new CognitiveServicesSku
120
120
{
121
- Capacity = 120 ,
121
+ Capacity = 10 ,
122
122
Name = "Standard"
123
123
} ,
124
124
} ;
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ protected override ProvisionableResource EmitResources(CloudMachineInfrastructur
30
30
Sku = new StorageSku { Name = _skuName } ,
31
31
IsHnsEnabled = true ,
32
32
AllowBlobPublicAccess = false ,
33
+ AllowSharedKeyAccess = false ,
33
34
Identity = new ( )
34
35
{
35
36
ManagedServiceIdentityType = ManagedServiceIdentityType . UserAssigned ,
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ resource cm_storage 'Microsoft.Storage/storageAccounts@2023-01-01' = {
18
18
}
19
19
properties : {
20
20
allowBlobPublicAccess : false
21
+ allowSharedKeyAccess : false
21
22
isHnsEnabled : true
22
23
}
23
24
identity : {
@@ -328,7 +329,7 @@ resource openai_cm0c420d2f21084cd_chat 'Microsoft.CognitiveServices/accounts/dep
328
329
}
329
330
sku : {
330
331
name : 'Standard'
331
- capacity : 120
332
+ capacity : 10
332
333
}
333
334
parent : openai
334
335
}
@@ -346,7 +347,7 @@ resource openai_cm0c420d2f21084cd_embedding 'Microsoft.CognitiveServices/account
346
347
}
347
348
sku : {
348
349
name : 'Standard'
349
- capacity : 120
350
+ capacity : 10
350
351
}
351
352
parent : openai
352
353
dependsOn : [
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ resource cm_storage 'Microsoft.Storage/storageAccounts@2023-01-01' = {
18
18
}
19
19
properties : {
20
20
allowBlobPublicAccess : false
21
+ allowSharedKeyAccess : false
21
22
isHnsEnabled : true
22
23
}
23
24
identity : {
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ resource cm_storage 'Microsoft.Storage/storageAccounts@2023-01-01' = {
18
18
}
19
19
properties : {
20
20
allowBlobPublicAccess : false
21
+ allowSharedKeyAccess : false
21
22
isHnsEnabled : true
22
23
}
23
24
identity : {
@@ -283,7 +284,7 @@ resource openai_cm0c420d2f21084cd_chat 'Microsoft.CognitiveServices/accounts/dep
283
284
}
284
285
sku : {
285
286
name : 'Standard'
286
- capacity : 120
287
+ capacity : 10
287
288
}
288
289
parent : openai
289
290
}
@@ -301,7 +302,7 @@ resource openai_cm0c420d2f21084cd_embedding 'Microsoft.CognitiveServices/account
301
302
}
302
303
sku : {
303
304
name : 'Standard'
304
- capacity : 120
305
+ capacity : 10
305
306
}
306
307
parent : openai
307
308
dependsOn : [
You can’t perform that action at this time.
0 commit comments