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 6388839 commit f3a9fdbCopy full SHA for f3a9fdb
code/infra/function.tf
@@ -101,6 +101,10 @@ resource "azapi_resource" "function" {
101
name = "AZURE_TRACING_ENABLED"
102
value = "true"
103
},
104
+ {
105
+ name = "OTEL_PYTHON_REQUESTS_EXCLUDED_URLS"
106
+ value = ".*.in.applicationinsights.azure.com/.*"
107
+ },
108
{
109
name = "AZURE_FUNCTIONS_ENVIRONMENT"
110
value = "Production"
0 commit comments