> For the complete documentation index, see [llms.txt](https://www.techwithtyler.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.techwithtyler.dev/cloud-security/azure/azure-offensive-security/azure-privilege-escalation/sql-database.md).

# SQL Database

## General Info

{% content-ref url="/pages/cEtroifYYkofElo4vHn4" %}
[Azure SQL Database](/cloud-security/azure/azure-services-info/databases/azure-sql-database.md)
{% endcontent-ref %}

***

## Microsoft.Sql/servers/read and Microsoft.Sql/servers/write

* With access to these permissions, an attacker can configure the admin user's password for a SQL Database

{% code overflow="wrap" %}

```zsh
az sql server update --name <sql-server-name> --resource-group <resource-group-name> --admin-password <new-password>
```

{% endcode %}

***
