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 f7608ef commit 51efd74Copy full SHA for 51efd74
code/infra/function.tf
@@ -93,6 +93,14 @@ resource "azapi_resource" "function" {
93
name = "APPLICATIONINSIGHTS_CONNECTION_STRING"
94
value = azurerm_application_insights.application_insights.connection_string
95
},
96
+ {
97
+ name = "AZURE_SDK_TRACING_IMPLEMENTATION"
98
+ value = "opentelemetry"
99
+ },
100
101
+ name = "AZURE_TRACING_ENABLED"
102
+ value = "true"
103
104
{
105
name = "AZURE_FUNCTIONS_ENVIRONMENT"
106
value = "Production"
0 commit comments