Skip to content

Commit 000d624

Browse files
authored
Merge pull request #187726 from Blackmist/link-to-limitations
adding link to naming rules
2 parents ea3f0a3 + 77ee4ed commit 000d624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/machine-learning/how-to-deploy-managed-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The reference for the endpoint YAML format is described in the following table.
7878
| Key | Description |
7979
| --- | --- |
8080
| `$schema` | (Optional) The YAML schema. To see all available options in the YAML file, you can view the schema in the preceding example in a browser.|
81-
| `name` | The name of the endpoint. It must be unique in the Azure region.|
81+
| `name` | The name of the endpoint. It must be unique in the Azure region.<br>Naming rules are defined under [managed online endpoint limits](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints-preview).|
8282
| `auth_mode` | Use `key` for key-based authentication. Use `aml_token` for Azure Machine Learning token-based authentication. `key` doesn't expire, but `aml_token` does expire. (Get the most recent token by using the `az ml online-endpoint get-credentials` command.) |
8383

8484
The example contains all the files needed to deploy a model on an online endpoint. To deploy a model, you must have:

articles/machine-learning/reference-yaml-endpoint-managed-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
2929
| Key | Type | Description | Allowed values | Default value |
3030
| --- | ---- | ----------- | -------------- | ------------- |
3131
| `$schema` | string | The YAML schema. If you use the Azure Machine Learning VS Code extension to author the YAML file, including `$schema` at the top of your file enables you to invoke schema and resource completions. | | |
32-
| `name` | string | **Required.** Name of the endpoint. Needs to be unique at the Azure region level. <br><br> Naming rules are defined [here](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints-preview).| | |
32+
| `name` | string | **Required.** Name of the endpoint. Needs to be unique at the Azure region level. <br><br> Naming rules are defined under [managed online endpoint limits](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints-preview).| | |
3333
| `description` | string | Description of the endpoint. | | |
3434
| `tags` | object | Dictionary of tags for the endpoint. | | |
3535
| `auth_mode` | string | The authentication method for the endpoint. Key-based authentication and Azure ML token-based authentication are supported. Key-based authentication doesn't expire but Azure ML token-based authentication does. | `key`, `aml_token` | `key` |

0 commit comments

Comments
 (0)