> For the complete documentation index, see [llms.txt](https://note.onurbolatoglu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://note.onurbolatoglu.com/azure-305/azure-sql-database-purchasing-models.md).

# Azure SQL Database - Purchasing models

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

Azure SQL Database iki temel satın alma modeli sunar: DTU ve vCore. DTU modeli, 'Database Transaction Unit' adı verilen ve compute, depolama ve I/O kaynaklarını kapsayan birleşik bir ölçüm birimi kullanır yani, tüm kaynakları ayrı ayrı seçilmesine gerek kalmaz. Bu model, kullanıcıların farklı DTU boyutlarına ölçeklendirebilmesine olanak tanır ve temel, standart ve premium olmak üzere üç farklı plan sunar. DTU modeli, daha öngörülebilir bir maliyet yapısı sağlar.

vCore modeli, daha fazla esneklik sunar ve kullanıcıların compute ve depolama kaynaklarını ayrı ayrı seçmelerine izin verir. Bu model general, cricticial ve hiperscale olarak üç farklı plan sunar. vCore modeli, yoğun iş yükleri ve uygulamalar için daha uygun olabilir, zira özel kaynak gereksinimlerini karşılamak için daha ayrıntılı yapılandırmalar sunar.&#x20;

<figure><img src="/files/9g5m6bbUyH7nbg4aqRZV" alt=""><figcaption></figcaption></figure>

vCore tabanlı satın alma modeli, daha yüksek compute, bellek, I/O ve depolama sunar. Ayrıca vCore tabanlı satın alma modelinde, donanım yapılandırmasını seçme imkanı vardır.


---

# 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://note.onurbolatoglu.com/azure-305/azure-sql-database-purchasing-models.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.
