2017-05-23 11 views

答えて

1

VMSSの作成時にSSD対応VMを選択するだけです。 enter image description here

VMSSポータルページには、そのはまだHDDを使用していると言うだろうが、あなたが実際のリソースのプロパティをチェックすると、それは言う:

"storageProfile": { 
    "osDisk": { 
     "createOption": "FromImage", 
     "caching": "ReadWrite", 
     "managedDisk": { 
      "storageAccountType": "Premium_LRS" 
     } 
    }, 
    "imageReference": { 
     "publisher": "MicrosoftWindowsServer", 
     "offer": "WindowsServer", 
     "sku": "2016-Datacenter", 
     "version": "latest" 
    } 
}, 
関連する問題