Skip to content

Commit b0b3c8e

Browse files
author
Larry Franks
committed
adding DNS records that were missing
1 parent 4a69c10 commit b0b3c8e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/machine-learning/how-to-custom-dns.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: enterprise-readiness
88
ms.reviewer: larryfr
99
ms.author: jhirono
1010
author: jhirono
11-
ms.date: 02/01/2022
11+
ms.date: 03/01/2022
1212
ms.topic: how-to
1313
ms.custom: contperf-fy21q3, devx-track-azurepowershell
1414
---
@@ -281,16 +281,19 @@ The following steps describe how this topology works:
281281
- ```api.azureml.ms```
282282
- ```notebooks.azure.net```
283283
- ```instances.azureml.ms```
284+
- ```aznbcontent.net```
284285

285286
**Azure China regions**:
286287
- ```api.ml.azure.cn```
287288
- ```notebooks.chinacloudapi.cn```
288289
- ```instances.azureml.cn```
290+
- ```aznbcontent.net```
289291

290292
**Azure US Government regions**:
291293
- ```api.ml.azure.us```
292294
- ```notebooks.usgovcloudapi.net```
293295
- ```instances.azureml.us```
296+
- ```aznbcontent.net```
294297

295298
> [!IMPORTANT]
296299
> Configuration steps for the DNS Server are not included here, as there are many DNS solutions available that can be used as a custom DNS Server. Refer to the documentation for your DNS solution for how to appropriately configure conditional forwarding.
@@ -413,17 +416,20 @@ The following steps describe how this topology works:
413416
**Azure Public regions**:
414417
- ```api.azureml.ms```
415418
- ```notebooks.azure.net```
416-
- ```instances.azureml.ms```
419+
- ```instances.azureml.ms```
420+
- ```aznbcontent.net```
417421

418422
**Azure China regions**:
419423
- ```api.ml.azure.cn```
420424
- ```notebooks.chinacloudapi.cn```
421425
- ```instances.azureml.cn```
426+
- ```aznbcontent.net```
422427

423428
**Azure US Government regions**:
424429
- ```api.ml.azure.us```
425430
- ```notebooks.usgovcloudapi.net```
426431
- ```instances.azureml.us```
432+
- ```aznbcontent.net```
427433

428434
> [!IMPORTANT]
429435
> Configuration steps for the DNS Server are not included here, as there are many DNS solutions available that can be used as a custom DNS Server. Refer to the documentation for your DNS solution for how to appropriately configure conditional forwarding.

0 commit comments

Comments
 (0)