-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Please add the accelerated networking in the azurerm_virtual_machine resource. #272
Comments
Hey @uj7380 Thanks for opening this issue :) This currently isn't supported in Terraform and after some investigation will need an update to the Azure SDK for Go for us to be able to implement this. I've opened an issue requesting that this feature is added to the SDK and once it is we can look into adding support for it. Thanks! |
Please inform me of the current status. When will this feature be added? :) |
Can we get an update on this please ? Accelerated networking seems to have gone GA https://azure.microsoft.com/en-gb/blog/maximize-your-vm-s-performance-with-accelerated-networking-now-generally-available-for-both-windows-and-linux/ so it would be good to make use of it. Thank you Matt |
I had an immediate need for this feature. PR provided above. I did a quick test with my account and it successfully provisioned a VM with the Melanox interface live and running. I am not able to run the acceptance test suite, but I did provide what looked like a reasonable acceptance test. |
@tombuildsstuff should this be closed? resource "azurerm_network_interface" "nic01" { |
Hi @whytoe, You are correct! Accelerated networking was added in version Thank you for pointing this out 🙂 |
How to enable accelerated networking in VMSS using Terraform. I tried enable_accelerated_networking = "True" in network profile but TF is complaining invalid or unknown key, am I missing anything? Any help is highly appreciable. this is what I tried
............................ |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
This issue was originally opened by @uj7380 as hashicorp/terraform#15914. It was migrated here as a result of the provider split. The original body of the issue is below.
I have to create VM using enable accelerated networking.
But, I can't create it as it's can be enabled networking in the azurerm_virtual_machine resource. provider of terraform. Because of this issue, I'm using by creating network interface in the azurerm_template_deployment of terraform.
When can I use it in the terraform? If I can configure it now, Please inform me of how to enable it.
The text was updated successfully, but these errors were encountered: