Adding Credentials to Netbook Portal

Steps to add credentials to NetBook platform once you have create application and resource group in Azure

Here is a simple guide on how to connect your Azure accounts to NetBook.

Getting Subscription ID:

  1. Sign in to the Azure portal.

  2. Under the Azure services heading, select Subscriptions. (If no subscriptions are listed, you may need to switch Azure AD tenants.) Your Subscription IDs are listed in the second column.

  3. Copy the Subscription ID

Get Tenant and App ID values

When programmatically signing in, pass the tenant ID with your authentication request and the application ID. You also need a certificate or an authentication key (described in the following section). To get those values, use the following steps:

  1. Select Azure Active Directory.

  2. From App registrations in Azure AD, select your application.

  3. Copy the Directory (tenant) ID and store it in your application code.

The directory (tenant) ID can also be found in the default directory overview page.

4. Copy the Application (client)ID and store it in your application code.

For Authentication, we need application secret.

Getting Application secret:

  1. Select Azure Active Directory.

  2. From App registrations in Azure AD, select your application.

  3. Select Certificates & secrets.

  4. Copy Secret value.

Navigate to Accounts tab on the left Navigation bar.

  1. Click on Add New Account

  2. Select Cloud Provider

3. Add your Subscription ID, Tenant ID, Client ID, ClientSecret ID, and Resource group name.

That's as simple as it is. Once you are done adding you can find the account linked while creating a workspace and NetBook setups compute on your own Azure accounts

Last updated