Quickstart: Create a service connection in an AKS cluster from the Azure portal (preview)

Get started with Service Connector by using the Azure portal to create a new service connection in an Azure Kubernetes Service (AKS) cluster.

Important

Service Connect within AKS is currently in preview. See the Supplemental Terms of Use for Microsoft Azure Previews for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.

Prerequisites

Sign in to Azure

Sign in to the Azure portal at https://portal.azure.com/ with your Azure account.

Create a new service connection in AKS cluster

  1. To create a new service connection in AKS cluster, select the Search resources, services and docs (G +/) search bar at the top of the Azure portal, type AKS, and select Kubernetes services. Screenshot of the Azure portal, selecting AKS cluster.

  2. Select the AKS cluster you want to connect to a target resource.

  3. Select Service Connector from the left table of contents. Then select Create. Screenshot of the Azure portal, creating new connection.

  4. Select or enter the following settings.

    Setting Example Description
    Kubernetes namespace default The namespace where you need the connection in the cluster.
    Service type Storage - Blob The target service type. If you don't have a Microsoft Blob Storage, you can create one or use another service type.
    Connection name my_connection The connection name that identifies the connection between your AKS cluster and target service. Use the connection name provided by Service Connector or choose your own connection name.
    Subscription My subscription The subscription for your target service (the service you want to connect to). The default value is the subscription for this AKS cluster.
    Storage account my_storage_account The target storage account you want to connect to. Target service instances to choose from vary according to the selected service type.
    Client type python The code language or framework you use to connect to the target service.
  5. Select Next: Authentication to choose an authentication method.

    Select Workload identity to authenticate through Microsoft Entra workload identity to one or more instances of an Azure service. Then select a user-assigned managed identity to enable workload identity.

  6. Select Next: Networking to configure the network access to your target service and select Configure firewall rules to enable access to your target service.

  7. Select Next: Review + Create to review the provided information. Then select Create to create the service connection. This operation may take a minute to complete.

View service connections in AKS cluster

  1. The Service Connector tab displays existing connections in this cluster.
  2. Select Network View to see all the service connections in a network topology view. Screenshot of the Azure portal, listing and viewing the connections.

Next steps

Follow the following tutorials to start connecting to Azure services on AKS cluster with Service Connector.