Skip to content

Commit 6fd7d0a

Browse files
committed
App preview information
1 parent 1410e9c commit 6fd7d0a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ ms.service: service-connector
77
ms.topic: quickstart
88
ms.date: 03/01/2024
99
---
10-
# Quickstart: Create a service connection in an AKS cluster from the Azure portal
10+
# Quickstart: Create a service connection in an AKS cluster from the Azure portal (preview)
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+
1417
## Prerequisites
1518

1619
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ 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+
2326
## Prerequisites
2427

2528
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
@@ -73,7 +76,7 @@ Learn how to connect to Azure Key Vault using CSI driver in an Azure Kubernetes
7376
--value MyAKSExampleSecret
7477
```
7578
76-
## Create a service connection with Service Connector
79+
## Create a service connection in AKS with Service Connector (preview)
7780
7881
Create a service connection between an AKS cluster and an Azure Key Vault using the Azure portal.
7982

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ 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+
2427
## Prerequisites
2528

2629
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
@@ -92,7 +95,7 @@ Learn how to create a pod in an AKS cluster, which talks to an Azure storage acc
9295
--name MyIdentity
9396
```
9497
95-
## Create service connection with Service Connector
98+
## Create service connection with Service Connector (preview)
9699
97100
Create a service connection between an AKS cluster and an Azure storage account using the Azure portal.
98101

0 commit comments

Comments
 (0)