We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce34b1c commit ee5fe42Copy full SHA for ee5fe42
articles/azure-monitor/logs/tutorial-logs-ingestion-code.md
@@ -351,9 +351,9 @@ The following script uses the [Azure Monitor Ingestion client library for .NET](
351
352
```csharp
353
// Initialize variables
354
- var endpoint = new Uri("<data_collection_endpoint_uri>");
355
- var ruleId = "<data_collection_rule_id>";
356
- var streamName = "<stream_name>";
+ var endpoint = new Uri("https://logs-ingestion-rzmk.eastus2-1.ingest.monitor.azure.com");
+ var ruleId = "dcr-00000000000000000000000000000000";
+ var streamName = "Custom-MyTableRawData";
357
358
// Create credential and client
359
var credential = new DefaultAzureCredential();
0 commit comments