Register Application
-
DarkLight
Register Application
-
DarkLight
Overview
The first thing required is to register an application so we can generate credentials that we can pass as environment variables to the CDC agent. This allows your container identity to access Azure services and resources such as Key Vault.
Registering a new application
- Log into Azure portal.
- Go to Azure Active Directory for your organization.
- Click App Registrations.
- Click New Registration.
- Give your app the following details:
- An arbitrary Name.
- Single tenant.
- No redirect URI is required.
- Click Register.
Tenant ID
- Browse to your Azure Active Directory.
- Take note of the Tenant ID field. This will be used later in the installation.
Azure Client ID
While on your new application resource:
- Take note of the Application (client) ID. This is the Azure Client ID environment variable that your agent will require.
Azure Client Secret
While on your new application resource:
- Click Certificates & secrets.
- Select the Client secrets tab and click New client secret.
- Give a description and set the expiration to your needs.
- Click Add.
- Take a note of the Value of this new secret. This is Azure Client Secret environment variable your agent will require.