How to enable Managed Network in Azure Machine Learning Workspace? #4024
Unanswered
davidsamer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I would like to create an Azure Machine Learning Workspace in Pulumi with a Managed Network.
In the ARM template from an existing ML Workspace I find the parameter
"managedNetwork": { "isolationMode": "AllowInternetOutbound", "outboundRules": ...In the pulumi documentation for the Workspace I do not find the option to enable Managed Network.
https://www.pulumi.com/registry/packages/azure-native/api-docs/machinelearningservices/workspace/
Is this option not yet supported by pulumi?
All reactions