You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: quickstart/201-machine-learning-moderately-secure/readme.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ for private network connectivity using [Azure Private Link](https://docs.microso
8
8
9
9
This configuration describes the minimal set of resources you require to get started with Azure Machine Learning in a network-isolated set-up.
10
10
11
-
To learn more about security configurations in Azure Machine Learning, see [Enterprise security and governance for Azure Machine Learning](https://docs.microsoft.com/en-us/azure/machine-learning/concept-enterprise-security).
12
-
13
11
## Resources
14
12
15
13
| Terraform Resource Type | Description |
@@ -49,3 +47,8 @@ terraform plan -var name=azureml567 -out demo.tfplan
49
47
50
48
terraform apply "demo.tfplan"
51
49
```
50
+
51
+
## Learn more
52
+
53
+
- If you are new to Azure Machine Learning, see [Azure Machine Learning service](https://azure.microsoft.com/services/machine-learning-service/) and [Azure Machine Learning documentation](https://docs.microsoft.com/azure/machine-learning/).
54
+
- To learn more about security configurations in Azure Machine Learning, see [Enterprise security and governance for Azure Machine Learning](https://docs.microsoft.com/en-us/azure/machine-learning/concept-enterprise-security).
0 commit comments