Skip to content

Commit

Permalink
update(platform): azure private link early availability (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota authored Aug 1, 2024
1 parent 23d16b3 commit 62e1e60
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/platform/howto/use-azure-privatelink.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use Azure Private Link with Aiven services
limited: true
early: true
---

import ConsoleLabel from "@site/src/components/ConsoleIcons"
Expand All @@ -23,7 +23,7 @@ Azure Private Link is supported for the following services:

## Prerequisites

- This feature is in [limited availability](/docs/platform/concepts/beta_services).
- This feature is in [early availability](/docs/platform/concepts/beta_services#early-availability-).
[Contact the sales team](mailto:[email protected]) to enable it.

- [Aiven CLI](/docs/tools/cli) is
Expand Down Expand Up @@ -130,7 +130,7 @@ your Azure subscription and virtual network.
The output will look similar to this:
```shell
```text
PRIVATELINK_CONNECTION_ID PRIVATE_ENDPOINT_ID STATE USER_IP_ADDRESS
========================= ========================================================================================================================================================== ===================== ===============
plc35843e8051. /subscriptions/8eefec94-5d63-40c9-983c-03ab083b411d/resourceGroups/test-privatelink/providers/Microsoft.Network/privateEndpoints/my-endpoint pending-user-approval null
Expand Down Expand Up @@ -218,15 +218,15 @@ implementation.
</TabItem>
</Tabs>


## Acquire connection information

### One Azure Private Link connection

If you have one private endpoint connected to your Aiven service, you
can preview the connection information (URI, hostname, or port required
to access the service through the private endpoint) in [Aiven
Console](https://console.aiven.io/) > the service's **Overview** page > the **Connection information** section, where you'll also find the
Console](https://console.aiven.io/) > the service's **Overview** page >
the **Connection information** section, where you'll also find the
switch for the `privatelink` access route. `privatelink`-access-route
values for `host` and `port` differ from those for the `dynamic` access
route used by default to connect to the service.
Expand All @@ -238,7 +238,8 @@ PrivateLink connection.

Each endpoint (connection) has PRIVATELINK_CONNECTION_ID, which you can
check using the
[avn service privatelink azure connection list SERVICE_NAME](/docs/tools/cli/service/privatelink) command.
[avn service privatelink azure connection list SERVICE_NAME](/docs/tools/cli/service/privatelink)
command.

To acquire connection information for your service component using Azure
Private Link, run the
Expand All @@ -251,11 +252,11 @@ Private Link, run the
avn service connection-info UTILITY_NAME SERVICE_NAME -p PRIVATELINK_CONNECTION_ID
```

Where:
Where:

- UTILITY_NAME is `kcat`, for example
- SERVICE_NAME is `kafka-12a3b4c5`, for example
- PRIVATELINK_CONNECTION_ID is `plc39413abcdef`, for example
- UTILITY_NAME is `kcat`, for example
- SERVICE_NAME is `kafka-12a3b4c5`, for example
- PRIVATELINK_CONNECTION_ID is `plc39413abcdef`, for example

- For SASL connection information for Aiven for Apache Kafka® service
components using Azure Private Link, run the following command:
Expand All @@ -264,15 +265,14 @@ Where:
avn service connection-info UTILITY_NAME SERVICE_NAME -p PRIVATELINK_CONNECTION_ID -a sasl
```

Where:
Where:

- UTILITY_NAME is `kcat`, for example
- SERVICE_NAME is `kafka-12a3b4c5`, for example
- PRIVATELINK_CONNECTION_ID is `plc39413abcdef`, for example
- UTILITY_NAME is `kcat`, for example
- SERVICE_NAME is `kafka-12a3b4c5`, for example
- PRIVATELINK_CONNECTION_ID is `plc39413abcdef`, for example

:::note
SSL certificates and SASL credentials are the same for all the
connections.
SSL certificates and SASL credentials are the same for all the connections.
:::

## Update subscription list
Expand Down

0 comments on commit 62e1e60

Please sign in to comment.