Skip to content

Commit 8ca40fb

Browse files
Merge pull request #221323 from davidmrdavid/dajusto/patch-mssql-quickstart
Remove extra parenthesis in MSSQL quickstart
2 parents 0eaf336 + b834499 commit 8ca40fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/quickstart-mssql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ To run your app in Azure, you will need a publicly accessible SQL Server instanc
199199
You can follow [these](/azure/azure-sql/database/single-database-create-quickstart) instructions to create an Azure SQL database on the portal. When configuring the database, make sure to set the *Database collation* (under _Additional settings_) to `Latin1_General_100_BIN2_UTF8`.
200200

201201
> [!NOTE]
202-
> Microsoft offers a [12-month free Azure subscription account]((https://azure.microsoft.com/free/) if you’re exploring Azure for the first time.
202+
> Microsoft offers a [12-month free Azure subscription account](https://azure.microsoft.com/free/) if you’re exploring Azure for the first time.
203203
204204
You may obtain your Azure SQL database's connection string by navigating to the database's blade in the Azure portal. Then, under Settings, select "Connection strings" and obtain the "ADO.NET" connection string. Make sure to provide your password in the template provided.
205205

0 commit comments

Comments
 (0)