mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-02 11:13:20 +00:00
* 1293 Creating an AKS Cluster page may need a refresh * consistent variable name and styling * waffling on whether app or client ID should be primary * --skip-assignment is deprecated according to https://learn.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac by default the az ad sp create-for-rbac command does not assign any role to the service principal * slightly modifying command based on https://learn.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac * re-orging instructions and revising wording * consistent variable names, assorted suggestions * syncing versions * missing changes * Apply suggestions from code review Co-authored-by: Billy Tat <btat@suse.com> * correcting copy/paste error --------- Co-authored-by: Billy Tat <btat@suse.com>
This commit is contained in:
committed by
GitHub
parent
42989a7850
commit
a4be67af23
+1
-1
@@ -21,7 +21,7 @@ To interact with Azure APIs, an AKS cluster requires an Azure Active Directory (
|
||||
Before creating the service principal, you need to obtain the following information from the [Microsoft Azure Portal](https://portal.azure.com):
|
||||
|
||||
- Subscription ID
|
||||
- Client ID (also known as app ID)
|
||||
- Client ID (also known as app ID)
|
||||
- Client secret
|
||||
|
||||
The below sections describe how to set up these prerequisites using either the Azure command line tool or the Azure portal.
|
||||
|
||||
Reference in New Issue
Block a user