Skip to content

Commit 3fdafb6

Browse files
committed
Fixing formatting
1 parent 8a2a2a5 commit 3fdafb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cosmos-db/use-csharp-notebook-features-and commands.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ In a new code cell, insert and run the following code, replacing ``PackageToBeIn
2121
```csharp
2222
#r "nuget: PackageToBeInstalled, optionalVersion"
2323
```
24+
2425
You can install multiple NuGet packages in the same cell. Packages will be available to use from any notebook in the Azure Cosmos account workspace.
2526

2627
Currently, the C# notebooks workspace does not support recursive resolution of NuGet packages. If a NuGet package has dependencies on other NuGet packages that are not currently installed, you have to explicitly reference them along with the parent package.
@@ -53,7 +54,7 @@ To learn more, see the [.NET V3 SDK samples](https://github.com/Azure/azure-cosm
5354
> [!IMPORTANT]
5455
> The built-in Azure Cosmos DB .NET SDK is only supported for SQL (Core) API accounts. For other APIs, you will need to [install the relevant .NET driver](#install-a-new-nuget-package) that corresponds to the API.
5556
56-
## Set custom options using ```CosmosClientOptions```
57+
## Set custom options using ``CosmosClientOptions``
5758
For more flexibility, you can set the custom ``CosmosClientOptions`` property and pass it in your ``CosmosClient`` instance. You can use this property to:
5859

5960
- Set an application name in the user-agent suffix to include it in every request.

0 commit comments

Comments
 (0)