Skip to content

Commit 39980b8

Browse files
committed
fix(contrib/azure): use D2 instance size for SSD
1 parent 613ea66 commit 39980b8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

contrib/azure/parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"value": ""
1010
},
1111
"vmSize": {
12-
"value": "Standard_A3"
12+
"value": "Standard_DS2"
1313
},
1414
"adminUsername": {
1515
"value": "core"

docs/installing_deis/azure.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ are defaults and can be customized if desired.
7777

7878
For best performance, Deis clusters on Azure default to using `premium storage`_.
7979
This incurs an additional cost. Using standard storage is possible, but is unsupported
80-
as it resulted in cluster issues during testing.
80+
as it resulted in cluster issues during testing. Premium storage is only available
81+
in `some regions`_.
8182

8283
Finally, we can deploy. Choose a valid location to deploy -- you can list all locations
8384
with ``azure location list``.
@@ -113,3 +114,4 @@ start installing the platform.
113114
.. _`contrib/azure`: https://github.com/deis/deis/tree/master/contrib/azure
114115
.. _`organizational account`: http://www.brucebnews.com/2013/04/the-difference-between-a-microsoft-account-and-an-office-365-account/
115116
.. _`premium storage`: https://azure.microsoft.com/en-us/services/storage/premium-storage/
117+
.. _`some regions`: https://azure.microsoft.com/en-us/regions/#services

0 commit comments

Comments
 (0)