Skip to content

Commit a18e749

Browse files
authored
DRIVERS-2883 Disable OIDC Azure Functions test and add note (#718)
1 parent faa5851 commit a18e749

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.evergreen/auth_oidc/azure_func/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Scripts to handle testing an OIDC on Azure Functions.
44

55
https://learn.microsoft.com/en-us/azure/azure-functions/
66

7+
## Note (12/15/2025)
8+
9+
The existing Azure function has expired, so we have disabled the test in `config.yml`.
10+
The instructions for creating a new Azure function have changed slightly.
11+
We will need to follow the instructions at the link above and update the Overall
12+
prerequisites below in order to revive DRIVERS-2883.
13+
714
## Prerequisites
815

916
### Overall

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ buildvariants:
14901490
- "test-oidc-docker"
14911491
- "testgcpoidc_task_group"
14921492
- "testazureoidc_task_group"
1493-
- "test_oidc_azure_func_task_group"
1493+
# - "test_oidc_azure_func_task_group"
14941494
- "test_oidc_k8s_atlas_task_group"
14951495
- "test_oidc_k8s_local_task_group"
14961496

0 commit comments

Comments
 (0)