Skip to content

Commit 6b5d728

Browse files
author
Larry Franks
committed
fixing en-us in URI
1 parent 0be1dd6 commit 6b5d728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ concurrentRequests = targetRps * reqTime / targetUtilization
181181
replicas = ceil(concurrentRequests / maxReqPerContainer)
182182
```
183183

184-
For more information on setting `autoscale_target_utilization`, `autoscale_max_replicas`, and `autoscale_min_replicas`, see the [AksWebservice](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.webservice.akswebservice?view=azure-ml-py) module reference.
184+
For more information on setting `autoscale_target_utilization`, `autoscale_max_replicas`, and `autoscale_min_replicas`, see the [AksWebservice](https://docs.microsoft.com/python/api/azureml-core/azureml.core.webservice.akswebservice?view=azure-ml-py) module reference.
185185

186186
## Deploy models to AKS using controlled rollout (preview)
187187

0 commit comments

Comments
 (0)