You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/time-series-insights/time-series-insights-manage-reference-data-csharp.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Complete the following steps before you compile and run the sample code:
24
24
1.[Provision a GA Azure Time Series Insights](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-get-started
25
25
) environment.
26
26
27
-
1.[Create a Refrence Data set](time-series-insights-add-reference-data-set.md) within your environment. Use the following Reference Data scheme:
27
+
1.[Create a Reference Data set](time-series-insights-add-reference-data-set.md) within your environment. Use the following Reference Data scheme:
28
28
29
29
| Key Name | Type |
30
30
| --- | --- |
@@ -36,7 +36,7 @@ Complete the following steps before you compile and run the sample code:
36
36
37
37
1. Edit the sample code below by replacing each **#PLACEHOLDER#** with the appropriate environment identifier.
38
38
39
-
1. Run `dotnet run` within the root directory of your project. When prompted, use your user profile to login Azure.
39
+
1. Run `dotnet run` within the root directory of your project. When prompted, use your user profile to sign in to Azure.
40
40
41
41
> [!TIP]
42
42
> * View other GA C# code samples at [https://github.com/Azure-Samples/Azure-Time-Series-Insights](https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/csharp-tsi-ga-sample).
0 commit comments