Skip to content

Commit 8992b28

Browse files
committed
Remove preview tags
1 parent 282d0f7 commit 8992b28

7 files changed

+21
-30
lines changed
-61 KB
Loading

articles/service-connector/quickstart-portal-aks-connection.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ author: houk-ms
55
ms.author: honc
66
ms.service: service-connector
77
ms.topic: quickstart
8-
ms.date: 03/01/2024
8+
ms.date: 01/28/2025
99
---
10-
# Quickstart: Create a service connection in an AKS cluster from the Azure portal (preview)
10+
# Quickstart: Create a service connection in an AKS cluster from the Azure portal
1111

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

14-
> [!IMPORTANT]
15-
> Service Connect within AKS is currently in preview. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
16-
1714
## Prerequisites
1815

1916
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
@@ -67,15 +64,15 @@ Sign in to the Azure portal at [https://portal.azure.com/](https://portal.azure.
6764

6865
## View service connections in AKS cluster
6966

70-
1. The **Service Connector** tab displays existing connections in this cluster.
67+
1. **Service Connector** displays existing connections in this cluster.
7168
1. Select **Network View** to see all the service connections in a network topology view.
7269
:::image type="content" source="./media/aks-quickstart/list-and-view.png" alt-text="Screenshot of the Azure portal, listing and viewing the connections.":::
7370

7471
## Update your container
7572

7673
Now that you created a connection between your AKS cluster and target service, you need to retrieve the connection secrets and deploy them in your container.
7774

78-
1. In the [Azure portal](https://portal.azure.com/), navigate to your AKS cluster resource and select **Service Connector (Preview)**.
75+
1. In the [Azure portal](https://portal.azure.com/), navigate to your AKS cluster resource and select **Service Connector**.
7976
1. Select the newly created connection, and then select **YAML snippet**. This action opens a panel displaying a sample YAML file generated by Service Connector.
8077
1. To set the connection secrets as environment variables in your container, you have two options:
8178

articles/service-connector/tutorial-python-aks-keyvault-csi-driver.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: honc
66
ms.service: service-connector
77
ms.custom: devx-track-python, devx-track-azurecli
88
ms.topic: tutorial
9-
ms.date: 03/01/2024
9+
ms.date: 01/28/2025
1010
---
1111

1212
# Tutorial: Use the Azure Key Vault provider for Secrets Store CSI Driver in an Azure Kubernetes Service (AKS) cluster
@@ -20,9 +20,6 @@ Learn how to connect to Azure Key Vault using CSI driver in an Azure Kubernetes
2020
> * Create a `SecretProviderClass` CRD and a `pod` consuming the CSI provider to test the connection.
2121
> * Clean up resources.
2222
23-
> [!IMPORTANT]
24-
> Service Connect within AKS is currently in preview. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
25-
2623
> [!WARNING]
2724
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
2825
@@ -79,7 +76,7 @@ Learn how to connect to Azure Key Vault using CSI driver in an Azure Kubernetes
7976
--value MyAKSExampleSecret
8077
```
8178
82-
## Create a service connection in AKS with Service Connector (preview)
79+
## Create a service connection in AKS with Service Connector
8380
8481
Create a service connection between an AKS cluster and an Azure Key Vault using the Azure portal or the Azure CLI.
8582

articles/service-connector/tutorial-python-aks-openai-connection-string.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ms.service: service-connector
99
ms.custom: devx-track-python, build-2024, devx-track-azurecli
1010
ms.collection: ce-skilling-ai-copilot
1111
ms.topic: tutorial
12-
ms.date: 05/07/2024
12+
ms.date: 01/28/2025
1313
---
1414

15-
# Tutorial: Connect to Azure OpenAI Service in AKS using a connection string (preview)
15+
# Tutorial: Connect to Azure OpenAI Service in AKS using a connection string
1616

1717
In this tutorial, you learn how to create a pod in an Azure Kubernetes (AKS) cluster, which talks to Azure OpenAI Service using a connection string. You complete the following tasks:
1818

@@ -109,7 +109,7 @@ In this tutorial, you learn how to create a pod in an Azure Kubernetes (AKS) clu
109109
--anonymous-pull-enabled
110110
```
111111
112-
## Create a service connection in AKS with Service Connector (preview)
112+
## Create a service connection in AKS with Service Connector
113113
114114
Create a service connection between an AKS cluster and Azure OpenAI Service in the Azure portal or the Azure CLI.
115115

articles/service-connector/tutorial-python-aks-openai-workload-identity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ms.service: service-connector
99
ms.custom: devx-track-python, build-2024, devx-track-azurecli
1010
ms.collection: ce-skilling-ai-copilot
1111
ms.topic: tutorial
12-
ms.date: 05/07/2024
12+
ms.date: 01/28/2025
1313
---
1414

15-
# Tutorial: Connect to Azure OpenAI Service in AKS using Workload Identity (preview)
15+
# Tutorial: Connect to Azure OpenAI Service in AKS using Workload Identity
1616

1717
In this tutorial, you learn how to create a pod in an Azure Kubernetes (AKS) cluster, which talks to Azure OpenAI Service using workload identity and Service Connector. In this tutorial, you complete the following tasks:
1818

@@ -117,7 +117,7 @@ You start this tutorial by creating several Azure resources.
117117
--name MyIdentity
118118
```
119119
120-
## Create a service connection in AKS with Service Connector (preview)
120+
## Create a service connection in AKS with Service Connector
121121
122122
Create a service connection between an AKS cluster and Azure OpenAI Service in the Azure portal or the Azure CLI.
123123

articles/service-connector/tutorial-python-aks-sql-database-connection-string.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ author: maud-lv
77
ms.author: malev
88
ms.service: service-connector
99
ms.topic: tutorial
10-
ms.date: 07/23/2024
10+
ms.date: 01/28/2025
1111
zone_pivot_group_filename: service-connector/zone-pivot-groups.json
1212
zone_pivot_groups: aks-authtype
1313
---
1414

15-
# Tutorial: Connect an AKS app to Azure SQL Database (preview)
15+
# Tutorial: Connect an AKS app to Azure SQL Database
1616

17-
In this tutorial, you learn how to connect an application deployed to AKS, to an Azure SQL Database, using service connector (preview). You complete the following tasks:
17+
In this tutorial, you learn how to connect an application deployed to AKS, to an Azure SQL Database, using service connector. You complete the following tasks:
1818

1919
> [!div class="checklist"]
2020
> * Create an Azure SQL Database resource
@@ -42,7 +42,7 @@ In this tutorial, you learn how to connect an application deployed to AKS, to an
4242
4343
1. Follow the instructions to [create an Azure SQL Database](/azure/azure-sql/database/single-database-create-quickstart) in the resource group you created in the previous step. Make note of the server name, database name, and the database credentials for use throughout this tutorial.
4444
45-
## Create a service connection in AKS with Service Connector (preview)
45+
## Create a service connection in AKS with Service Connector
4646
4747
### Register the Service Connector and Kubernetes Configuration resource providers
4848
@@ -69,7 +69,7 @@ Create a service connection between your AKS cluster and your SQL database using
6969
### [Azure portal](#tab/azure-portal)
7070

7171
1. In the [Azure portal](https://portal.azure.com/), navigate to your AKS cluster resource.
72-
2. Select **Settings** > **Service Connector (Preview)** > **Create**.
72+
2. Select **Settings** > **Service Connector** > **Create**.
7373
3. On the **Basics** tab, configure the following settings:
7474

7575
* **Kubernetes namespace**: Select **default**.
@@ -119,7 +119,7 @@ Create a service connection between your AKS cluster and your SQL database using
119119
### [Azure portal](#tab/azure-portal)
120120
121121
1. In the [Azure portal](https://portal.azure.com/), navigate to your AKS cluster resource.
122-
2. Select **Settings** > **Service Connector (Preview)** > **Create**.
122+
2. Select **Settings** > **Service Connector** > **Create**.
123123
3. On the **Basics** tab, configure the following settings:
124124
125125
* **Kubernetes namespace**: Select **default**.
@@ -163,7 +163,7 @@ Create a service connection to the SQL database using the [`az aks connection cr
163163
164164
Now that you created a connection between your AKS cluster and the database, you need to retrieve the connection secrets and deploy them in your container.
165165
166-
1. In the [Azure portal](https://portal.azure.com/), navigate to your AKS cluster resource. Under **Settings**, select **Service Connector (Preview)**.
166+
1. In the [Azure portal](https://portal.azure.com/), navigate to your AKS cluster resource. Under **Settings**, select **Service Connector**.
167167
1. Select the newly created connection, and then select **YAML snippet**. This action opens a panel displaying a sample YAML file generated by Service Connector.
168168
1. To set the connection secrets as environment variables in your container, you have two options:
169169

articles/service-connector/tutorial-python-aks-storage-workload-identity.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: honc
66
ms.service: service-connector
77
ms.custom: devx-track-python, devx-track-azurecli
88
ms.topic: tutorial
9-
ms.date: 03/01/2024
9+
ms.date: 01/28/2025
1010
---
1111

1212
# Tutorial: Connect to Azure storage account in Azure Kubernetes Service (AKS) with Service Connector using workload identity
@@ -21,9 +21,6 @@ Learn how to create a pod in an AKS cluster, which talks to an Azure storage acc
2121
> * Deploy the application to a pod in AKS cluster and test the connection.
2222
> * Clean up resources.
2323
24-
> [!IMPORTANT]
25-
> Service Connect within AKS is currently in preview. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
26-
2724
## Prerequisites
2825

2926
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
@@ -95,7 +92,7 @@ Learn how to create a pod in an AKS cluster, which talks to an Azure storage acc
9592
--name MyIdentity
9693
```
9794
98-
## Create service connection with Service Connector (preview)
95+
## Create service connection with Service Connector
9996
10097
Create a service connection between an AKS cluster and an Azure storage account using the Azure portal or the Azure CLI.
10198

0 commit comments

Comments
 (0)