> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/es-developers/grabaciones/cloud/azure.md).

# Azure

{% hint style="warning" %}
Una vez ingresadas las credenciales no podrán ser vistas nuevamente, por lo que solo podrás sobrescribir.
{% endhint %}

## 1. Crear Azure Blob (opcional)

{% @arcade/embed url="<https://app.arcade.software/share/3yGt3vDhbMVMQGy0tEot>" flowId="3yGt3vDhbMVMQGy0tEot" %}

## 2. Crear credenciales de lectura

{% @arcade/embed url="<https://app.arcade.software/share/PB0OiGffzg4tn4XRRmDr>" flowId="PB0OiGffzg4tn4XRRmDr" %}

## 3. Obtener nombre del contenedor

{% @arcade/embed url="<https://app.arcade.software/share/s2mLUPWhrU25fj9AGKL6>" flowId="s2mLUPWhrU25fj9AGKL6" %}

## Formato de credenciales

### Opción 1

#### Connection String

Azure te da la posibilidad de proveer con una URL única de conexión que incluye todas las crendeciales necesaria para la conexión con el bucket de almacenamiento. Esta URL contiene:

* `AccountName`
* `AccountKey`
* `Protocol`
* `BlobEndpoint`

#### Ejemplo:

```
DefaultEndpointsProtocol=<protocol>;AccountName=<name>;AccountKey=<key>;BlobEndpoint=<endpoint>
```

#### Container Name

Corresponde al nombre del contenedor específico en el que se almacenarán los archivos subidos.

### Opción 2

#### Account Name

Corresponde al nombre de la cuenta Azure donde se encuentra el contenedor.

#### Account Key

Corresponde a la clave secreta que da permiso de escritura a la cuenta para el contenedor específico.

#### Protocol

Corresponde al protocolo de conexión a ser utilizado con el almacenamiento Blob de Azure, por defecto establecido como `http`, pero con posibilidad de utilizar `https`.

{% hint style="info" %}
Te sugerimos utilizar una conexión mediante `TLS`, es decir, mediante una conexión cifrada.
{% endhint %}

#### Blob Endpoint

Corresponde al endpoint facilitado por Azure en el que se almacenarán los archivos.

#### Container Name

Corresponde al nombre del contenedor específico en el que se almacenarán los archivos subidos.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.videsk.io/es-developers/grabaciones/cloud/azure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
