Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for disabling the Azure ML compute CLuster \ Instance public IP Support for [thing] #20078

Closed
1 task done
sahitya12 opened this issue Jan 18, 2023 · 5 comments
Closed
1 task done

Comments

@sahitya12
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Support for disabling the Azure ML compute Cluster / instance public IP

https://learn.microsoft.com/en-us/azure/machine-learning/how-to-secure-training-vnet?tabs=ipaddress

New or Affected Resource(s)/Data Source(s)

azurerm_machine_learning_compute_cluster

Potential Terraform Configuration

No response

References

No response

@aristosvo
Copy link
Collaborator

This is at this moment in time opt-in preview, which makes it harder to develop this solution now.

Using the no public IP configuration requires you to opt-in to this preview. Before opting in, you must have created a workspace and a compute instance on the subscription you plan to use. You can delete the compute instance and/or workspace after creating them.

@Lucasjuv
Copy link
Contributor

The node_public_ip_enabled parameter for the compute cluster was merged. There is an API not returning the property for the compute instance that blocks the state refresh.

@Lucasjuv
Copy link
Contributor

Lucasjuv commented Jun 6, 2023

I have opened this issue on the auto rest repo Azure/azure-rest-api-specs#24324. After some testing I believe this option can be implemented by reading the value for the public ip.

@Lucasjuv
Copy link
Contributor

I believe this can be closed right now. The option is available in version 3.60.

Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants