How to find the value for aadSessionkey when deploying a Kubernetes template in Azure DevOps

5/7/2020

I am trying to use a template to deploy a managed Kubernetes cluster (AKS). My problem is that the template has a parameter aadSessionKey that I seem to be unable to locate.

I assume the expanded name of the parameter is Azure AD SessionKey. When I look in the portal, I can see that my Azure AD has a Name, Application ID and Object ID, but nothing that looks like a session key, nor a way to generate such a thing.

I am using a free trial account if that matters.

-- Thomas N
arm-template
azure
azure-active-directory
azure-kubernetes

1 Answer

5/7/2020

Can you try entering any random value and try deploying it. It seems like this is system generated value which is not to be filled by clients. This has been present in template for some other reason.

Ref - https://twitter.com/ashtonkj/status/1196384865672925184

-- Atul
Source: StackOverflow