---
title: "apps - Assign a LUIS Azure account to an application"
method: POST
path: "/apps/{appId}/azureaccounts"
---

# apps - Assign a LUIS Azure account to an application

`POST /apps/{appId}/azureaccounts`

Assigns an Azure account to the application.

## Path parameters

- `appId` string, uuid, required

## Headers

- `Authorization` string, required
- `ArmToken` string

## Request body

- AzureAccountInfoObject — Defines the Azure account information object.
  - `azureSubscriptionId` string, required — The id for the Azure subscription.
  - `resourceGroup` string, required — The Azure resource group name.
  - `accountName` string, required — The Azure account name.

## Response `201`

Successful operation.

- OperationStatus — Response of an Operation status.
  - `code` 'Failed' | 'FAILED' | 'Success' — Status Code.
  - `message` string — Status details.

## Other responses

- `default` — Error Response.

---

[API](https://skmtc.net/azure/apis/luis-authoring-client.md) · [All operations](https://skmtc.net/azure/apis/luis-authoring-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/luis-authoring-client/versions/a26a0f7e5a37/schema)
