Skip to content

Commit cdae82d

Browse files
committed
format
1 parent 6b28848 commit cdae82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/sql-api-dotnet-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ First, we'll add a class that contains the logic to connect to and use Azure Cos
186186

187187
1. Open the *Startup.cs* file in your solution and add the following method **InitializeCosmosClientInstanceAsync**, which reads the configuration and initializes the client.
188188

189-
[!code-csharp[](~/samples-cosmosdb-dotnet-core-web-app/src/Startup.cs?name=InitializeCosmosClientInstanceAsync)]
189+
:::code language="csharp" source="~/samples-cosmosdb-dotnet-core-web-app/src/Startup.cs" id="InitializeCosmosClientInstanceAsync" :::
190190

191191
1. On that same file, replace the `ConfigureServices` method with:
192192

0 commit comments

Comments
 (0)