Skip to content

Commit 1a007bf

Browse files
(AzureCXP) Fixing the duplicate content
Based on customer feedback from below GitHub thread , fixing the duplicate content. https://github.com/MicrosoftDocs/azure-docs/issues/51526
1 parent bc92801 commit 1a007bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/synapse-analytics/sql-data-warehouse/cheat-sheet.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ Learn more how to work with [resource classes and concurrency](resource-classes-
118118
A key feature of Azure Synapse is the ability to [manage compute resources](sql-data-warehouse-manage-compute-overview.md). You can pause SQL pool when you're not using it, which stops the billing of compute resources. You can scale resources to meet your performance demands. To pause, use the [Azure portal](../../synapse-analytics/sql-data-warehouse/pause-and-resume-compute-portal.md) or [PowerShell](../../synapse-analytics/sql-data-warehouse/pause-and-resume-compute-powershell.md). To scale, use the [Azure portal](quickstart-scale-compute-portal.md), [Powershell](quickstart-scale-compute-powershell.md), [T-SQL](quickstart-scale-compute-tsql.md), or a [REST API](sql-data-warehouse-manage-compute-rest-api.md#scale-compute).
119119

120120

121-
A key feature of Azure Synapse is the ability to [manage compute resources](sql-data-warehouse-manage-compute-overview.md). You can pause SQL pool when you're not using it, which stops the billing of compute resources. You can scale resources to meet your performance demands. To pause, use the [Azure portal](../../sql-data-warehouse/pause-and-resume-compute-portal.md) or [PowerShell](../../sql-data-warehouse/pause-and-resume-compute-powershell.md). To scale, use the [Azure portal](quickstart-scale-compute-portal.md), [Powershell](quickstart-scale-compute-powershell.md), [T-SQL](quickstart-scale-compute-tsql.md), or a [REST API](sql-data-warehouse-manage-compute-rest-api.md#scale-compute).
122-
123121
Autoscale now at the time you want with Azure Functions:
124122

125123
<a href="https://ms.portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FMicrosoft%2Fsql-data-warehouse-samples%2Fmaster%2Farm-templates%2FsqlDwTimerScaler%2Fazuredeploy.json" target="_blank">
@@ -136,4 +134,4 @@ Deploy in one click your spokes in SQL databases from SQL pool:
136134

137135
<a href="https://ms.portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FMicrosoft%2Fsql-data-warehouse-samples%2Fmaster%2Farm-templates%2FsqlDwSpokeDbTemplate%2Fazuredeploy.json" target="_blank">
138136
<img src="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazure.png"/>
139-
</a>
137+
</a>

0 commit comments

Comments
 (0)