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 55f8ec3 commit 3afcc56Copy full SHA for 3afcc56
schemas/2022-03-01/Microsoft.App.json
@@ -2389,9 +2389,13 @@
2389
],
2390
"description": "Configuration of application logs"
2391
},
2392
+ "daprAIConnectionString": {
2393
+ "type": "string",
2394
+ "description": "Application Insights connection string used by Dapr to export Service to Service communication telemetry"
2395
+ },
2396
"daprAIInstrumentationKey": {
2397
"type": "string",
- "description": "Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry"
2398
+ "description": "Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry. This property is deprecated."
2399
2400
"vnetConfiguration": {
2401
"oneOf": [
0 commit comments