Skip to content

Commit f499919

Browse files
author
Larry Franks
committed
link to client doc
1 parent a72b798 commit f499919

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ To __disable__ authentication, set the `auth_enabled=False` parameter when creat
224224
deployment_config = AksWebservice.deploy_configuration(cpu_cores=1, memory_gb=1, auth_enabled=False)
225225
```
226226

227+
For information on authenticating from a client application, see the [Consume an Azure Machine Learning model deployed as a web service](how-to-consume-web-service.md).
228+
227229
### Authentication with keys
228230

229231
If key authentication is enabled, you can use the `get_keys` method to retrieve a primary and secondary authentication key:

0 commit comments

Comments
 (0)