Skip to content

Commit 1c07816

Browse files
ruslanyFredericHeem
authored andcommitted
Add dapr AppInsights connection string (Azure#18503)
* Add dapr AppInsights connection string * Remove the deprecation note for now
1 parent cb36877 commit 1c07816

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironments.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,17 @@
754754
"x-ms-mutability": [
755755
"create",
756756
"read"
757-
]
757+
],
758+
"x-ms-secret": true
759+
},
760+
"daprAIConnectionString": {
761+
"type": "string",
762+
"description": "Application Insights connection string used by Dapr to export Service to Service communication telemetry",
763+
"x-ms-mutability": [
764+
"create",
765+
"read"
766+
],
767+
"x-ms-secret": true
758768
},
759769
"vnetConfiguration": {
760770
"description": "Vnet configuration for the environment",

specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_CreateOrUpdate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"environmentEnvelope": {
88
"location": "East US",
99
"properties": {
10+
"daprAIConnectionString": "InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://northcentralus-0.in.applicationinsights.azure.com/",
1011
"appLogsConfiguration": {
1112
"logAnalyticsConfiguration": {
1213
"customerId": "string",

0 commit comments

Comments
 (0)