Support IAzurePrivateEndpointTarget on AzureKustoClusterResource
Open
area-integrations
azure
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
AzureKustoClusterResource doesn't implement IAzurePrivateEndpointTarget.
According to https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns, Kusto Clusters need:
```
privatelink.{regionName}.kusto.windows.net
```
for a Private DNS zone name.
That `regionName` is a problem since we've only used hard-coded strings before.
We should figure out how to support private endpoints on Azure Kusto.
Contributor guide
Assessment
This issue has not been assessed yet.