Use private DNS zones to override the DNS resolution for a private endpoint. A private DNS zone links to your virtual network to resolve to Azure Machine Learning workspaces. Learn more at: https://docs.microsoft.com/azure/machine-learning/how-to-network-security-overview.
Use the filters above each column to filter and limit table data. Advanced searches can be performed by using the following operators: <, <=, >, >=, =, *, !, {, }, ||,&&, [empty], [nonempty], rgx: Learn more
"description": "Use private DNS zones to override the DNS resolution for a private endpoint. A private DNS zone links to your virtual network to resolve to Azure Machine Learning workspaces. Learn more at: https://docs.microsoft.com/azure/machine-learning/how-to-network-security-overview.",
6
"metadata": {
7
- "version": "1.0.0",
8
"category": "Machine Learning"
9
},
10
"parameters": {
11
"privateDnsZoneId": {
@@ -15,8 +15,17 @@
15
"description": "A private DNS zone id to connect to the private endpoint.",
"description": "Use private DNS zones to override the DNS resolution for a private endpoint. A private DNS zone links to your virtual network to resolve to Azure Machine Learning workspaces. Learn more at: https://docs.microsoft.com/azure/machine-learning/how-to-network-security-overview.",
6
"metadata": {
7
+ "version": "1.1.0",
8
"category": "Machine Learning"
9
},
10
"parameters": {
11
"privateDnsZoneId": {
15
"description": "A private DNS zone id to connect to the private endpoint.",
16
"strongType": "Microsoft.Network/privateDnsZones"
17
}
18
},
19
+ "secondPrivateDnsZoneId": {
20
+ "type": "String",
21
+ "metadata": {
22
+ "displayName": "Second Private DNS Zone id",
23
+ "description": "A private DNS zone id to connect to the private endpoint.",
displayName: "Configure Azure Machine Learning workspace to use private DNS zones",
policyType: "BuiltIn",
mode: "Indexed",
description: "Use private DNS zones to override the DNS resolution for a private endpoint. A private DNS zone links to your virtual network to resolve to Azure Machine Learning workspaces. Learn more at: https://docs.microsoft.com/azure/machine-learning/how-to-network-security-overview.",