From f03aae4990587f50722159c5844fbf0b9bcf5523 Mon Sep 17 00:00:00 2001 From: Dorota Wojcik Date: Tue, 5 Sep 2023 12:23:04 +0200 Subject: [PATCH] fix the avn service privatelink azure create command --- docs/platform/howto/use-azure-privatelink.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform/howto/use-azure-privatelink.rst b/docs/platform/howto/use-azure-privatelink.rst index 43c08c1270..bbda912b1a 100644 --- a/docs/platform/howto/use-azure-privatelink.rst +++ b/docs/platform/howto/use-azure-privatelink.rst @@ -64,7 +64,7 @@ Step 1: Create a Private Link service .. code:: shell - avn service privatelink azure create --user-subscription-id SUBSCRIPTION_ID + avn service privatelink azure create AIVEN_SERVICE --user-subscription-id SUBSCRIPTION_ID This creates an `Azure Standard Internal Load Balancer `_ dedicated to your Aiven service and attaches it to an Azure Private Link service. Connections from other subscriptions are automatically rejected.