Skip to content

Commit e78c81b

Browse files
authored
Merge pull request #104933 from laurenhughes/aks-sp
AKS: Service principal client secret note
2 parents c0aa0dd + fa09d12 commit e78c81b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/aks/kubernetes-service-principal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ az aks create \
6868
--client-secret <password>
6969
```
7070

71+
> [!NOTE]
72+
> If you're using an existing service principal with customized secret, ensure the secret is no longer than 190 bytes.
73+
7174
If you deploy an AKS cluster using the Azure portal, on the *Authentication* page of the **Create Kubernetes cluster** dialog, choose to **Configure service principal**. Select **Use existing**, and specify the following values:
7275

7376
- **Service principal client ID** is your *appId*

0 commit comments

Comments
 (0)