# Usage on Azure

## Step 1 - Create Ubuntu VPS on Azure

### Create new Virtual Machine

Login to Azure then go to Virtual machines and click Create button

<figure><img src="/files/xwMdEPd0mtMxUfBCRgIt" alt=""><figcaption></figcaption></figure>

### Choose Location, Configration

Choose location and server size for your needed. Make sure you select correct <mark style="color:red;">**Security Type**</mark> and Image:

* <mark style="color:red;">Security type</mark>: **Standard**
* Image: **Ubuntu** (any ubuntu version)

<figure><img src="/files/Zfaj6AGZLeCsNqzJH4M4" alt=""><figcaption></figcaption></figure>

## Step 2 - Connect to Ubuntu VPS

In Bitvise SSH Client just fill in details and click login

<figure><img src="/files/AbFKedh3wyWP6zs91gBf" alt=""><figcaption></figcaption></figure>

Then click New terminal console to open terminal

<figure><img src="/files/ohE8cLFkCS6aDnMtosS4" alt=""><figcaption></figcaption></figure>

## Step 3 - Run Install command

Copy command from TinyInstaller

<figure><img src="/files/dYKYBJ3XvWRdJyKJIJZA" alt=""><figcaption></figcaption></figure>

Then paste to Terminal Console we opened in previous step then press enter to run

<figure><img src="/files/3fNDeskjZOHLWiUw4hGR" alt=""><figcaption></figcaption></figure>

Choose image you want to install by choosing number from the list

<figure><img src="/files/WmCuXhsImmDNFklSyp2W" alt=""><figcaption></figcaption></figure>

Answer y to confirm

<figure><img src="/files/KbaMMtIREG2NnRs3QVIt" alt=""><figcaption></figcaption></figure>

Now terminal will be disconnected, open tracking url on browser to see progress

<figure><img src="/files/c4jyb3WlWyEDUwnZev27" alt=""><figcaption></figcaption></figure>

Wait until it done then you can access to RDP

<figure><img src="/files/43mKwPgOIGxxVzIlxx5d" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/uNab8Jy4mr686oVWOUp1" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.tinyinstaller.top/install-guides/usage-on-azure.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.
