---
title: "Validate export storage"
method: POST
path: "/api/storages/export/azure/validate"
tags: ["Storage: Azure"]
---

# Validate export storage

`POST /api/storages/export/azure/validate`

Validate a specific Azure export storage connection.

## Request body

- AzureBlobExportStorageValidateRequest
  - `account_key` string, nullable — Azure Blob account key
  - `account_name` string, nullable — Azure Blob account name
  - `can_delete_objects` boolean, nullable — Deletion from storage enabled
  - `container` string, nullable — Azure blob container
  - `description` string, nullable — Cloud storage description
  - `id` integer — Storage ID. If set, storage with specified ID will be updated
  - `prefix` string, nullable — Azure blob prefix name
  - `project` integer, required — A unique integer value identifying this project.
  - `regex_filter` string, nullable — Cloud storage regex for filtering objects
  - `synchronizable` boolean
  - `title` string, nullable — Cloud storage title
  - `use_blob_urls` boolean — Interpret objects as BLOBs and generate URLs

## Response `200`

Validation successful

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
