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
A new feature just came out I believe a couple of months ago in azure to create a virtual network rule which allows subets in a virtual network to communicate with Azure SQL.
I do not see any support yet in terraform for adding a vnet rule to an azure SQL server - Can we add support for this by any chance? Right now I have to manually add the virtual network rule from the console to allow my servers to talk to the Azure SQL in a secure manner. Is this something we can get added to terraform? Please let me know if any other details needed.
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!
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
A new feature just came out I believe a couple of months ago in azure to create a virtual network rule which allows subets in a virtual network to communicate with Azure SQL.
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-vnet-service-endpoint-rule-overview
You can also add a "virtual network" to the SQL server through the portal or powershell.
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-vnet-service-endpoint-rule-powershell
I do not see any support yet in terraform for adding a vnet rule to an azure SQL server - Can we add support for this by any chance? Right now I have to manually add the virtual network rule from the console to allow my servers to talk to the Azure SQL in a secure manner. Is this something we can get added to terraform? Please let me know if any other details needed.
cc: @tombuildsstuff
Thanks!
The text was updated successfully, but these errors were encountered: