Skip to content

Commit 46697f7

Browse files
authored
C146868: Fixing link
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: Parenthesis is missing
1 parent db79910 commit 46697f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-data-warehouse/create-data-warehouse-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ New-AzSqlDatabase `
114114

115115
Required Parameters are:
116116

117-
* **RequestedServiceObjectiveName**: The amount of [data warehouse units](what-is-a-data-warehouse-unit-dwu-cdwu.md) you're requesting. Increasing this amount increases compute cost. For a list of supported values, see [memory and concurrency limits]memory-concurrency-limits.md).
117+
* **RequestedServiceObjectiveName**: The amount of [data warehouse units](what-is-a-data-warehouse-unit-dwu-cdwu.md) you're requesting. Increasing this amount increases compute cost. For a list of supported values, see [memory and concurrency limits](memory-concurrency-limits.md).
118118
* **DatabaseName**: The name of the SQL Data Warehouse that you're creating.
119119
* **ServerName**: The name of the server that you're using for creation.
120120
* **ResourceGroupName**: Resource group you're using. To find available resource groups in your subscription use Get-AzureResource.

0 commit comments

Comments
 (0)