Skip to content

Commit 73505d1

Browse files
committed
update quickstart'
1 parent 009c1b3 commit 73505d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-csharp.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrbullwinkle
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 10/04/2022
9+
ms.date: 03/14/2023
1010
ms.author: mbullwin
1111
---
1212

@@ -188,6 +188,10 @@ namespace anomaly_detector_quickstart
188188
> [!IMPORTANT]
189189
> For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../key-vault/general/overview.md). For more information about credential security, see the Cognitive Services [security](../../../security-features.md) article.
190190
191+
```cmd
192+
dotnet run program.cs
193+
```
194+
191195
### Output
192196

193197
```console

0 commit comments

Comments
 (0)