> For the complete documentation index, see [llms.txt](https://docs.oceanprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oceanprotocol.com/user-guides/asset-hosting/azure-cloud.md).

# Azure Cloud

### Microsoft Azure

Azure provides various options to host data and multiple configuration possibilities. Publishers are required to do their research and decide what would be the right choice. The below steps provide one of the possible ways to host data using Azure storage and publish it on Ocean Marketplace.

**Prerequisite**

Create an account on [Azure](https://azure.microsoft.com/en-us/). Users might also be asked to provide payment details and billing addresses that are out of this tutorial's scope.

**Step 1 - Create a storage account**

**Go to Azure portal**

Go to the Azure portal: <https://portal.azure.com/#home> and select `Storage accounts` as shown below.

![Select storage accounts](/files/D2T38hFhA7eZFqHWIWa7)

**Create a new storage account**

![Create a storage account](/files/WTP379nsBE8yyobVARJz)

**Fill in the details**

![Add details](/files/qShD7vZHqR0jZoCo2Duy)

**Storage account created**

![Storage account created](/files/eJyqgDoajrinaj1jyRWN)

**Step 2 - Create a blob container**

![Create a blob container](/files/BSzzZdYZ4fchAFTn13AE)

**Step 3 - Upload a file**

![Upload a file](/files/zQSRVnKg0ghnEmhup5u0)

**Step 4 - Share the file**

**Select the file to be published and click Generate SAS**

![Click generate SAS](/files/Bs0enM7TZkbYzHwLfv2D)

**Configure the SAS details and click `Generate SAS token and URL`**

![Generate link to file](/files/xHLR9ku5GWXwosh9JNhw)

**Copy the generated link**

![Copy the link](/files/VJ07L78VZMh0Y27Kfb4E)

**Step 5 - Publish the asset using the generated link**

Now, copy and paste the link into the Publish page in the Ocean Marketplace.

![Publish the file as an asset](/files/d5j5pPUf0kGmmHFEiD7D)


---

# 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.oceanprotocol.com/user-guides/asset-hosting/azure-cloud.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.
