# Microsoft Azure Setup

Website: [Microsoft Azure](https://azure.microsoft.com/en-us/solutions/confidential-compute/)

{% hint style="warning" %}
Using Azure is not recommened anymore as of now because of higher pricing than bare-metals and not enough RAM (32GB is possible to use, but not recommended anymore).
{% endhint %}

When renting a compliant bare metal machine from a VPS provider, ensure you do not accept any chassis or CPU substitutes they propose, unless those substitutes are on the [Hardware Compliance list](/secret-network-documentation/infrastructure/running-a-node-validator/setting-up-a-node-validator/hardware-setup/hardware-compliance.md).

Microsoft Azure is tested and confirmed working by the Secret Network Community.

To setup a node on Microsoft Azure do the following.

1. Visit the Azure Confidential Compute page [here](https://azure.microsoft.com/en-us/solutions/confidential-compute/) and click "Get Started"
2. Click "Get it now" on the following page and signup for a Microsoft Azure Account.
3. While provisioning your VPS be sure to have at least 500GB of premium SSD storage available.
4. After your confidential compute VM is deployed, continue with the node setup guide [starting here.](/secret-network-documentation/infrastructure/running-a-node-validator/setting-up-a-node-validator/node-setup.md)


---

# 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.scrt.network/secret-network-documentation/infrastructure/running-a-node-validator/setting-up-a-node-validator/hardware-setup/vps-compliance/microsoft-azure-setup.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.
