> For the complete documentation index, see [llms.txt](https://docs.octoxlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.octoxlabs.com/adapters/adapters/microsoft-azure-app-service-certificates.md).

# 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.octoxlabs.com/adapters/adapters/microsoft-azure-app-service-certificates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
