Skip to content

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎pkg/acsengine/azureconst.go

+6
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,12 @@ func GetSizeMap() string {
557557
"Standard_DS5_v2_Promo": {
558558
"storageAccountType": "Premium_LRS"
559559
},
560+
"Standard_F1": {
561+
"storageAccountType": "Standard_LRS"
562+
},
563+
"Standard_F1s": {
564+
"storageAccountType": "Premium_LRS"
565+
},
560566
"Standard_F16": {
561567
"storageAccountType": "Standard_LRS"
562568
},

0 commit comments

Comments
 (0)