# Microsoft Azure App Service Certificates

## Connection Requirements

{% stepper %}
{% step %}

### Tenant ID & Client ID

* Log in to the Azure Portal with an administrator account.
* Search for App registrations.
* Select App registrations > New registration. Fill in the details and click Register.
* After you have created the app, the Application ID (Client ID) and Directory ID (Tenant ID) values are displayed.
  {% endstep %}

{% step %}

### Client Secret

* In the left menu, click Certificates & Secrets, then click New Client Secret.
* Click Add and copy the secret.
  {% endstep %}

{% step %}

### Subscription ID

Follow these steps to get the identity of a subscription in the Azure portal:

* Sign in to the Azure portal.
* Under the Azure services heading, select Subscriptions. Your subscription should have Reader role assigned to the application you've going to use.
* Find the Subscription ID for the subscription shown in the second column.
* Copy the Subscription ID.
  {% endstep %}
  {% endstepper %}
