crossplane-contrib / provider-azure

Crossplane Azure Provider
Apache License 2.0
93 stars 64 forks source link

Support for enabling private link #241

Open bhavith opened 3 years ago

bhavith commented 3 years ago

What problem are you facing?

Private link enables accessing Azure DBs over private network within the vnet. Its not possible to enable private link using crossplane. So currently this has to be setup manually.

Reference: https://docs.microsoft.com/en-us/azure/private-link/ https://docs.microsoft.com/en-us/azure/postgresql/concepts-data-access-and-security-private-link

How could Crossplane help solve your problem?

It would be great if enabling the private network can be done using Crossplane.

kevmando commented 1 year ago

Hi, Any plan on this?