Skip to content

Commit ee5fe42

Browse files
committed
.net variables
1 parent ce34b1c commit ee5fe42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/logs/tutorial-logs-ingestion-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ The following script uses the [Azure Monitor Ingestion client library for .NET](
351351
352352
```csharp
353353
// Initialize variables
354-
var endpoint = new Uri("<data_collection_endpoint_uri>");
355-
var ruleId = "<data_collection_rule_id>";
356-
var streamName = "<stream_name>";
354+
var endpoint = new Uri("https://logs-ingestion-rzmk.eastus2-1.ingest.monitor.azure.com");
355+
var ruleId = "dcr-00000000000000000000000000000000";
356+
var streamName = "Custom-MyTableRawData";
357357
358358
// Create credential and client
359359
var credential = new DefaultAzureCredential();

0 commit comments

Comments
 (0)