Configuring your azure account - extrimian/documentation GitHub Wiki
The next step after downloading and setting up your RSKEC account is to configure your account to get your Azure Data which is used when creating locations in RSKEC.
- Client ID: Client ID is the ID of the specific application you have created in Azure Active Directory, you will likely have many applications for different purposes.
- Tenant ID: Tenant ID identifies which Azure instance the application sits under, so Azure knows where to look when you request things using that client ID.
- Secret ID: Secrets are any sequence of bytes under 10 KB like connection strings, account keys, or the passwords for private key files.
- Subscription ID: Subscription ID uniquely identifies the subscription to use for your Azure services.
Note: Client ID AKS and Client AKS secret are used for creating your AKS(Azure Kubernetes Services) cluster in azure. This is done to provide an extra layer of security and configuration when using azure. The value for Client ID AKS and Secret ID AKS are the same as the Client ID and Secret ID i.e the values remain the same. You can check here to read more on how and why this is used.
Client ID and Tenant ID
-
You will need to sign up directly through portal.azure.com to your Microsoft Azure account with the different sign-in options available or create an account if you don’t have one.
-
Once you are signed in, on the search bar, search for App registrations
-
Next, Click
+ New Registration
-
Enter your app Name and select Accounts in any organizational directory (Any Azure AD directory - Multitenant)
-
Click on Register.
-
Once that is done your app is now registered and you can view your CLIENT ID and TENANT ID.
-
Copy your Application (Client) ID and Directory (Tenant) ID and store it in a place you will remember.
Secret ID
-
On the search bar, go to your App registrations, to view the different apps you have created and click on the one you want to create a Secret ID for.
-
On the left, Go to Certificate & Secrets
-
In the Client Secrets section, click on
+ Client Secret
-
Enter the description for your secret id and set the expiration time according to your need.
-
Click on Add
-
Your Secret ID is now created. Copy the secret value which is your SECRET ID and store it in a place you can remember.
Note: (after a couple of minutes the value will be hidden and will not be accessible anymore if lost a new secret must be created)
Subscription ID
-
On the search bar, go to Subscriptions
-
Click on your desired subscription.
-
Next copy your Subscription ID
Note: if you do not have any active subscription click on
+ Add
. It redirects you to a page where you can select a subscription method according to your need. -
To add role assignment, go to Access Control (IAM)
-
Click
+Add
and on the upper menu Add Role Assignment. -
Next, set Role as Contributor and set assign assess to either user, group or service principal
-
Then, Search the app name created previously
-
Finally click on Save.