microsoft / microsoft/aspire

Support IAzurePrivateEndpointTarget on AzureKustoClusterResource

Open
#16,164 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.