1
Describe an analytics workload on Azure
medium
Refer to the exhibit. You are reviewing an ARM template that deploys a SQL database in Azure Synapse. The template sets the storageAccountType to GRS. What is a valid concern regarding cost and performance?
Exhibit
{
"type": "Microsoft.Synapse/workspaces/sqlDatabases",
"apiVersion": "2021-06-01",
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 268435456000,
"storageAccountType": "GRS"
}
}