File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 54
54
55
55
# Install cosign
56
56
- name : Install cosign
57
- uses : sigstore/cosign-installer@v3.3 .0
57
+ uses : sigstore/cosign-installer@v3.4 .0
58
58
id : install_cosign
59
59
if : github.event_name == 'release'
60
60
with :
83
83
# Extract Metadata (tags, labels)
84
84
- name : Extract Metadata
85
85
id : metadata
86
- uses : docker/metadata-action@v5.5.0
86
+ uses : docker/metadata-action@v5.5.1
87
87
with :
88
88
context : workflow
89
89
images : |
Original file line number Diff line number Diff line change 4
4
5
5
# azure-identity~=1.15.0
6
6
azure-functions ~= 1.18.0
7
- fastapi ~= 0.109.0
7
+ fastapi ~= 0.109.1
8
8
pydantic-settings ~= 2.1.0
9
9
httpx ~= 0.26.0
10
10
azure-monitor-opentelemetry-exporter == 1.0.0b20
Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ resource "azapi_resource" "function" {
101
101
name = " AZURE_TRACING_ENABLED"
102
102
value = " true"
103
103
},
104
+ {
105
+ name = " OTEL_PYTHON_REQUESTS_EXCLUDED_URLS"
106
+ value = " .*.in.applicationinsights.azure.com/.*"
107
+ },
104
108
{
105
109
name = " AZURE_FUNCTIONS_ENVIRONMENT"
106
110
value = " Production"
You can’t perform that action at this time.
0 commit comments