Skip to content

Commit 74eb83c

Browse files
author
Larry Franks
committed
acrolinx
1 parent 484ef1f commit 74eb83c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/machine-learning/service/how-to-deploy-and-where.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@ The following types are currently supported:
126126
To use schema generation, include the `inference-schema` package in your conda environment file. The following example uses `[numpy-support]` since the entry script uses a numpy parameter type:
127127

128128
#### Example dependencies file
129-
The following is an example of a Conda dependencies file for inference.
130-
```python
129+
The following YAML is an example of a Conda dependencies file for inference.
130+
131+
```YAML
131132
name: project_environment
132133
dependencies:
133134
- python=3.6.2
@@ -343,7 +344,7 @@ For more information on creating an AKS cluster outside of the Azure Machine Lea
343344
* [Create an AKS cluster](https://docs.microsoft.com/cli/azure/aks?toc=%2Fazure%2Faks%2FTOC.json&bc=%2Fazure%2Fbread%2Ftoc.json&view=azure-cli-latest#az-aks-create)
344345
* [Create an AKS cluster (portal)](https://docs.microsoft.com/azure/aks/kubernetes-walkthrough-portal?view=azure-cli-latest)
345346

346-
For more information on the `cluster_purpose` parameter ,see the [AksCompute.ClusterPurpose](https://docs.microsoft.com/python/api/azureml-core/azureml.core.compute.aks.akscompute.clusterpurpose?view=azure-ml-py) reference.
347+
For more information on the `cluster_purpose` parameter, see the [AksCompute.ClusterPurpose](https://docs.microsoft.com/python/api/azureml-core/azureml.core.compute.aks.akscompute.clusterpurpose?view=azure-ml-py) reference.
347348

348349
> [!IMPORTANT]
349350
> For [`provisioning_configuration()`](https://docs.microsoft.com/python/api/azureml-core/azureml.core.compute.akscompute?view=azure-ml-py), if you pick custom values for agent_count and vm_size, then you need to make sure agent_count multiplied by vm_size is greater than or equal to 12 virtual CPUs. For example, if you use a vm_size of "Standard_D3_v2", which has 4 virtual CPUs, then you should pick an agent_count of 3 or greater.

0 commit comments

Comments
 (0)