1
Identify considerations for relational data on Azure
medium
Refer to the exhibit. You are reviewing an ARM template for an Azure SQL Database deployment. What is the maximum size (in GB) of the database?
Exhibit
Refer to the exhibit.
```json
{
"properties": {
"databaseName": "SalesDB",
"requestedServiceObjectiveName": "S2",
"edition": "Standard",
"maxSizeBytes": 268435456000
}
}
```