I can't find in the doc if there is a flag to provide the password of the created SP.
I see that we get a client_secret_url as answer. Should I do a GET on this URL?
What do I need to pass then as payload?
I want to create a dedicated service principal that I can use then to create an AKS cluster. The template require the client secret.
I can't find in the doc if there is a flag to provide the password of the created SP.
I see that we get a
client_secret_url
as answer. Should I do a GET on this URL? What do I need to pass then as payload? I want to create a dedicated service principal that I can use then to create an AKS cluster. The template require the client secret.Thanks a lot.