Skip to content

Commit b379a98

Browse files
authored
Merge pull request #3441 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 9f66d76 + bd275df commit b379a98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ print(primary)
150150

151151
#### Authentication with tokens
152152

153-
When you enable token authentication for a web service, a user must provide an Azure Machine Learning JWT token to the web service to access it.
153+
When you enable token authentication for a web service, a user must provide an Azure Machine Learning JWT to the web service to access it.
154154

155155
* Token authentication is disabled by default when you're deploying to Azure Kubernetes Service.
156156
* Token authentication isn't supported when you're deploying to Azure Container Instances.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ To enable token authentication, set the `token_auth_enabled=True` parameter when
354354
deployment_config = AksWebservice.deploy_configuration(cpu_cores=1, memory_gb=1, token_auth_enabled=True)
355355
```
356356

357-
If token authentication is enabled, you can use the `get_token` method to retrieve a JWT token and that token's expiration time:
357+
If token authentication is enabled, you can use the `get_token` method to retrieve a JWT and that token's expiration time:
358358

359359
```python
360360
token, refresh_by = service.get_token()

0 commit comments

Comments
 (0)