Compare commits

..

1 Commits

Author SHA1 Message Date
vizhur
a6088928ab update samples - test 2019-06-20 20:36:06 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -258,7 +258,7 @@
"```shell\n",
"az vm list-skus -o tsv\n",
"```\n",
"* min_nodes - this sets the minimum size of the cluster. If you set the minimum to 0 the cluster will shut down all nodes while not in use. Setting this number to a value higher than 0 will allow for faster start-up times, but you will also be billed when the cluster is not in use.\n",
"* min_nodes - this sets the minimum size of the cluster. If you set the minimum to 0 the cluster will shut down all nodes while note in use. Setting this number to a value higher than 0 will allow for faster start-up times, but you will also be billed when the cluster is not in use.\n",
"* max_nodes - this sets the maximum size of the cluster. Setting this to a larger number allows for more concurrency and a greater distributed processing of scale-out jobs.\n",
"\n",
"\n",
@@ -380,4 +380,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

1
update.md Normal file
View File

@@ -0,0 +1 @@
##test logic