Include learn more links

This commit is contained in:
Dennis Eikelenboom 2021-09-17 14:46:38 -07:00 committed by GitHub
parent c2ded7bfd4
commit a78a330a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,6 @@ for private network connectivity using [Azure Private Link](https://docs.microso
This configuration describes the minimal set of resources you require to get started with Azure Machine Learning in a network-isolated set-up. This configuration describes the minimal set of resources you require to get started with Azure Machine Learning in a network-isolated set-up.
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).
## Resources ## Resources
| Terraform Resource Type | Description | | Terraform Resource Type | Description |
@ -49,3 +47,8 @@ terraform plan -var name=azureml567 -out demo.tfplan
terraform apply "demo.tfplan" terraform apply "demo.tfplan"
``` ```
## Learn more
- 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/).
- 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).