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
Azure resources can have private endpoints , most of the resources will have it in properties.privateEndpointConnections details to query.
But few resources properties doesnt include . hence we need have sepearate resource like azure_network_privateEndpoints whose type is 'Microsoft.Network/privateEndpoints. Ex: Azure Data factory.
Context
This resource is required to test private endpoint connections .
Possible Implementation
Create resource azure_network_privateEndpoints
The text was updated successfully, but these errors were encountered:
Detailed Description
Azure resources can have private endpoints , most of the resources will have it in properties.privateEndpointConnections details to query.
But few resources properties doesnt include . hence we need have sepearate resource like azure_network_privateEndpoints whose type is 'Microsoft.Network/privateEndpoints. Ex: Azure Data factory.
Context
This resource is required to test private endpoint connections .
Possible Implementation
Create resource azure_network_privateEndpoints
The text was updated successfully, but these errors were encountered: