Skip to content

Commit 87f9c78

Browse files
author
Larry Franks
committed
freshness
1 parent 6390004 commit 87f9c78

13 files changed

+22
-18
lines changed

articles/machine-learning/service/how-to-assign-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.reviewer: jmartens
1010
ms.author: larryfr
1111
author: Blackmist
12-
ms.date: 07/10/2019
12+
ms.date: 11/06/2019
1313
ms.custom: seodec18
1414

1515
---

articles/machine-learning/service/how-to-change-storage-access-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.author: aashishb
1010
author: aashishb
1111
ms.reviewer: larryfr
12-
ms.date: 08/16/2019
12+
ms.date: 11/06/2019
1313

1414

1515
---

articles/machine-learning/service/how-to-consume-web-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.author: aashishb
1010
author: aashishb
1111
ms.reviewer: larryfr
12-
ms.date: 08/15/2019
12+
ms.date: 11/06/2019
1313
ms.custom: seodec18
1414

1515

articles/machine-learning/service/how-to-deploy-azure-kubernetes-service.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.author: jordane
1010
author: jpe316
1111
ms.reviewer: larryfr
12-
ms.date: 10/25/2019
12+
ms.date: 11/06/2019
1313
---
1414

1515
# Deploy a model to an Azure Kubernetes Service cluster
@@ -117,12 +117,16 @@ If you already have AKS cluster in your Azure subscription, and it is lower than
117117
>
118118
> If you want to secure your AKS cluster using an Azure Virtual Network, you must create the virtual network first. For more information, see [Secure experimentation and inference with Azure Virtual Network](how-to-enable-virtual-network.md#aksvnet).
119119
120+
When attaching an AKS cluster to a workspace, you can define how you will use the cluster by setting the `cluster_purpose` parameter.
121+
122+
If you do not set the `cluster_purpose` parameter, or set `cluster_purpose = AksCompute.ClusterPurpose.FAST_PROD`, then the cluster must have at least 12 virtual CPUs available.
123+
124+
If you set `cluster_purpose = AksCompute.ClusterPurpose.DEV_TEST`, then the cluster does not need to have 12 virtual CPUs. We recommend at least 2 virtual CPUs for dev/test. However a cluster that is configured for dev/test is not suitable for production level traffic and may increase inference times. Dev/test clusters also do not guarantee fault tolerance.
125+
120126
> [!WARNING]
121-
> When attaching an AKS cluster to a workspace, you can define how you will use the cluster by setting the `cluster_purpose` parameter.
122-
>
123-
> If you do not set the `cluster_purpose` parameter, or set `cluster_purpose = AksCompute.ClusterPurpose.FAST_PROD`, then the cluster must have at least 12 virtual CPUs available.
127+
> Do not create multiple, simultaneous attachments to the same AKS cluster from your workspace. For example, attaching one AKS cluster to a workspace using two different names. Each new attachment will break the previous existing attachment(s).
124128
>
125-
> If you set `cluster_purpose = AksCompute.ClusterPurpose.DEV_TEST`, then the cluster does not need to have 12 virtual CPUs. We recommend at least 2 virtual CPUs for dev/test. However a cluster that is configured for dev/test is not suitable for production level traffic and may increase inference times. Dev/test clusters also do not guarantee fault tolerance.
129+
> If you want to re-attach an AKS cluster, for example to change SSL or other cluster configuration setting, you must first remove the existing attachment by using [AksCompute.detatch()](https://docs.microsoft.com/python/api/azureml-core/azureml.core.compute.akscompute?view=azure-ml-py#detach--).
126130
127131
For more information on creating an AKS cluster using the Azure CLI or portal, see the following articles:
128132

articles/machine-learning/service/how-to-deploy-existing-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.author: jordane
1010
author: jpe316
1111
ms.reviewer: larryfr
12-
ms.date: 10/25/2019
12+
ms.date: 11/06/2019
1313
---
1414

1515
# Use an existing model with Azure Machine Learning

articles/machine-learning/service/monitor-resource-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
ms.reviewer: larryfr
1111
ms.author: aashishb
1212
author: aashishb
13-
ms.date: 11/04/2019
13+
ms.date: 11/06/2019
1414
---
1515

1616
# Azure machine learning monitoring data reference
@@ -50,7 +50,7 @@ The following table lists the properties for Azure Machine Learning resource log
5050
| JobErrorMessage | detailed message of Job error |
5151
| NodeId | ID of the node created where job is running |
5252

53-
### AmlComputerClusterEvents table
53+
### AmlComputeClusterEvents table
5454

5555
| Property | Description |
5656
|:--- |:--- |

includes/machine-learning-service-aci-deploy-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: larryfr
33
ms.service: machine-learning
44
ms.topic: include
5-
ms.date: 07/26/2019
5+
ms.date: 10/06/2019
66
ms.author: larryfr
77
---
88

includes/machine-learning-service-aks-deploy-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: larryfr
33
ms.service: machine-learning
44
ms.topic: include
5-
ms.date: 07/26/2019
5+
ms.date: 10/06/2019
66
ms.author: larryfr
77
---
88

includes/machine-learning-service-inference-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: larryfr
33
ms.service: machine-learning
44
ms.topic: include
5-
ms.date: 07/19/2019
5+
ms.date: 11/06/2019
66
ms.author: larryfr
77
---
88

includes/machine-learning-service-install-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: larryfr
33
ms.service: machine-learning
44
ms.topic: include
5-
ms.date: 08/13/2019
5+
ms.date: 11/06/2019
66
ms.author: larryfr
77
---
88

0 commit comments

Comments
 (0)