Skip to content

Commit fa0a721

Browse files
resolve comment
1 parent 1d26658 commit fa0a721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In Azure Machine Learning, "deployment" is used in the more general sense of mak
8383
The front-end component (azureml-fe) that routes incoming inference requests to deployed services automatically scales as needed. Scaling of azureml-fe is based on the AKS cluster purpose and size (number of nodes). The cluster purpose and nodes are configured when you [create or attach an AKS cluster](how-to-create-attach-kubernetes.md). There is one azureml-fe service per cluster, which may be running on multiple pods.
8484

8585
> [!IMPORTANT]
86-
> When using a cluster configured as __dev-test__, the self-scaler is **disabled**. Even for cluster as DenseProd/FastProd, Self-scaler is not globally enabled yet, if you want to use this feature, contact Microsoft support!
86+
> When using a cluster configured as __dev-test__, the self-scaler is **disabled**. Even for FastProd/DenseProd clusters, Self-Scaler is only enabled when telemetry shows that it's needed.
8787
8888
Azureml-fe scales both up (vertically) to use more cores, and out (horizontally) to use more pods. When making the decision to scale up, the time that it takes to route incoming inference requests is used. If this time exceeds the threshold, a scale-up occurs. If the time to route incoming requests continues to exceed the threshold, a scale-out occurs.
8989

@@ -121,7 +121,7 @@ DNS resolution within an existing VNet is under your control. For example, a fir
121121
| `<account>.table.core.windows.net` | Azure Storage Account (table storage) |
122122
| `<account>.blob.core.windows.net` | Azure Storage Account (blob storage) |
123123
| `api.azureml.ms` | Azure Active Directory (AAD) authentication |
124-
| `ingest-vienna<region>.kusto.windows.net` | Kusto endpoint for uploading logs |
124+
| `ingest-vienna<region>.kusto.windows.net` | Kusto endpoint for uploading telemetry |
125125
| `<leaf-domain-label + auto-generated suffix>.<region>.cloudapp.azure.com` | Endpoint domain name, if you autogenerated by Azure Machine Learning. If you used a custom domain name, you do not need this entry. |
126126

127127
### Connectivity requirements in chronological order: from cluster creation to model deployment

0 commit comments

Comments
 (0)