Skip to content

Commit 007ea60

Browse files
authored
Merge pull request #300330 from MicrosoftDocs/main
5/23/2025 PM Publish
2 parents 23a66db + 679a2a3 commit 007ea60

File tree

651 files changed

+8367
-812
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

651 files changed

+8367
-812
lines changed

articles/application-gateway/ingress-controller-annotations.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: mbender-ms
66
ms.service: azure-application-gateway
77
ms.topic: concept-article
8-
ms.date: 9/17/2024
8+
ms.date: 5/23/2025
99
ms.author: mbender
1010
---
1111

@@ -66,7 +66,6 @@ apiVersion: networking.k8s.io/v1
6666
kind: Ingress
6767
metadata:
6868
name: go-server-ingress-bkprefix
69-
namespace: test-ag
7069
annotations:
7170
kubernetes.io/ingress.class: azure/application-gateway
7271
appgw.ingress.kubernetes.io/backend-path-prefix: "/test/"
@@ -104,7 +103,6 @@ apiVersion: networking.k8s.io/v1
104103
kind: Ingress
105104
metadata:
106105
name: go-server-ingress-timeout
107-
namespace: test-ag
108106
annotations:
109107
kubernetes.io/ingress.class: azure/application-gateway
110108
appgw.ingress.kubernetes.io/backend-hostname: "internal.example.com"
@@ -152,7 +150,6 @@ apiVersion: networking.k8s.io/v1
152150
kind: Ingress
153151
metadata:
154152
name: go-server-ingress
155-
namespace: test-ag
156153
annotations:
157154
kubernetes.io/ingress.class: azure/application-gateway
158155
appgw.ingress.kubernetes.io/health-probe-hostname: "contoso.com"
@@ -192,7 +189,6 @@ apiVersion: networking.k8s.io/v1
192189
kind: Ingress
193190
metadata:
194191
name: go-server-ingress-redirect
195-
namespace: test-ag
196192
annotations:
197193
kubernetes.io/ingress.class: azure/application-gateway
198194
appgw.ingress.kubernetes.io/ssl-redirect: "true"
@@ -233,7 +229,6 @@ apiVersion: networking.k8s.io/v1
233229
kind: Ingress
234230
metadata:
235231
name: go-server-ingress-drain
236-
namespace: test-ag
237232
annotations:
238233
kubernetes.io/ingress.class: azure/application-gateway
239234
appgw.ingress.kubernetes.io/connection-draining: "true"
@@ -268,7 +263,6 @@ apiVersion: networking.k8s.io/v1
268263
kind: Ingress
269264
metadata:
270265
name: go-server-ingress-affinity
271-
namespace: test-ag
272266
annotations:
273267
kubernetes.io/ingress.class: azure/application-gateway
274268
appgw.ingress.kubernetes.io/cookie-based-affinity: "true"
@@ -302,7 +296,6 @@ apiVersion: networking.k8s.io/v1
302296
kind: Ingress
303297
metadata:
304298
name: go-server-ingress-timeout
305-
namespace: test-ag
306299
annotations:
307300
kubernetes.io/ingress.class: azure/application-gateway
308301
appgw.ingress.kubernetes.io/request-timeout: "20"
@@ -338,7 +331,6 @@ apiVersion: networking.k8s.io/v1
338331
kind: Ingress
339332
metadata:
340333
name: go-server-ingress-privateip
341-
namespace: test-ag
342334
annotations:
343335
kubernetes.io/ingress.class: azure/application-gateway
344336
appgw.ingress.kubernetes.io/use-private-ip: "true"
@@ -375,7 +367,6 @@ apiVersion: networking.k8s.io/v1
375367
kind: Ingress
376368
metadata:
377369
name: go-server-ingress-overridefrontendport
378-
namespace: test-ag
379370
annotations:
380371
kubernetes.io/ingress.class: azure/application-gateway
381372
appgw.ingress.kubernetes.io/override-frontend-port: "8080"
@@ -416,7 +407,6 @@ apiVersion: networking.k8s.io/v1
416407
kind: Ingress
417408
metadata:
418409
name: go-server-ingress-timeout
419-
namespace: test-ag
420410
annotations:
421411
kubernetes.io/ingress.class: azure/application-gateway
422412
appgw.ingress.kubernetes.io/backend-protocol: "https"
@@ -450,7 +440,6 @@ apiVersion: networking.k8s.io/v1
450440
kind: Ingress
451441
metadata:
452442
name: go-server-ingress-multisite
453-
namespace: test-ag
454443
annotations:
455444
kubernetes.io/ingress.class: azure/application-gateway
456445
appgw.ingress.kubernetes.io/hostname-extension: "hostname1, hostname2"
@@ -488,7 +477,6 @@ apiVersion: networking.k8s.io/v1
488477
kind: Ingress
489478
metadata:
490479
name: ad-server-ingress
491-
namespace: commerce
492480
annotations:
493481
kubernetes.io/ingress.class: azure/application-gateway
494482
appgw.ingress.kubernetes.io/waf-policy-for-path: "/subscriptions/abcd/resourceGroups/rg/providers/Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/adserver"
@@ -532,7 +520,6 @@ apiVersion: networking.k8s.io/v1
532520
kind: Ingress
533521
metadata:
534522
name: go-server-ingress-certificate
535-
namespace: test-ag
536523
annotations:
537524
kubernetes.io/ingress.class: azure/application-gateway
538525
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "name-of-appgw-installed-certificate"
@@ -567,7 +554,6 @@ apiVersion: networking.k8s.io/v1
567554
kind: Ingress
568555
metadata:
569556
name: go-server-ingress-certificate
570-
namespace: test-ag
571557
annotations:
572558
kubernetes.io/ingress.class: azure/application-gateway
573559
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "name-of-appgw-installed-certificate"
@@ -602,7 +588,6 @@ apiVersion: networking.k8s.io/v1
602588
kind: Ingress
603589
metadata:
604590
name: go-server-ingress-certificate
605-
namespace: test-ag
606591
annotations:
607592
kubernetes.io/ingress.class: azure/application-gateway
608593
appgw.ingress.kubernetes.io/backend-protocol: "https"
@@ -636,7 +621,6 @@ apiVersion: networking.k8s.io/v1
636621
kind: Ingress
637622
metadata:
638623
name: go-server-ingress-bkprefix
639-
namespace: test-ag
640624
annotations:
641625
kubernetes.io/ingress.class: azure/application-gateway
642626
appgw.ingress.kubernetes.io/rewrite-rule-set: add-custom-response-header
@@ -727,7 +711,6 @@ apiVersion: networking.k8s.io/v1
727711
kind: Ingress
728712
metadata:
729713
name: go-server-ingress-rulepriority
730-
namespace: test-ag
731714
annotations:
732715
kubernetes.io/ingress.class: azure/application-gateway
733716
appgw.ingress.kubernetes.io/rule-priority: 10

articles/azure-health-insights/includes/example-inference-follow-up-communication-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---

articles/azure-health-insights/includes/example-inference-follow-up-communication-json-response.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---
@@ -34,12 +34,12 @@ ms.service: azure-health-insights
3434
]
3535
}
3636
],
37-
"modelVersion": "2024-04-16"
37+
"modelVersion": "2025-03-17"
3838
},
39-
"id": "followupCommunication",
40-
"createdAt": "2024-05-14T15:34:48Z",
41-
"expiresAt": "2024-05-15T15:34:48Z",
42-
"updatedAt": "2024-05-14T15:34:51Z",
39+
"id": "fca108",
40+
"createdAt": "2025-04-30T09:49:47Z",
41+
"expiresAt": "2025-05-01T09:49:47Z",
42+
"updatedAt": "2025-04-30T09:49:50Z",
4343
"status": "succeeded"
4444
}
4545
```
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
author: JanSchietse
3+
ms.author: janschietse
4+
ms.date: 03/17/2025
5+
ms.topic: include
6+
ms.service: azure-health-insights
7+
---
8+
9+
10+
```json
11+
{
12+
"jobData" : {
13+
"configuration" : {
14+
"inferenceOptions" : {
15+
"followupRecommendationOptions" : {
16+
"includeRecommendationsWithNoSpecifiedModality" : false,
17+
"includeRecommendationsInReferences" : false,
18+
"provideFocusedSentenceEvidence" : true
19+
},
20+
"findingOptions" : {
21+
"provideFocusedSentenceEvidence" : true
22+
},
23+
"QualityMeasureOptions" : {
24+
"measureTypes" : [ "mips364", "mips360", "mips436" ]
25+
}
26+
},
27+
"inferenceTypes" : ["qualityMeasure"],
28+
"locale" : "en-US",
29+
"verbose" : false,
30+
"includeEvidence" : false
31+
},
32+
"patients" : [ {
33+
"id" : "11111",
34+
"details" : {
35+
"sex" : "female",
36+
"birthDate" : "1939-05-25",
37+
"clinicalInfo" : [ {
38+
"resourceType" : "Observation",
39+
"status" : "unknown",
40+
"code" : {
41+
"coding" : [ {
42+
"system" : "http://www.nlm.nih.gov/research/umls",
43+
"code" : "C0018802",
44+
"display" : "MalignantNeoplasms"
45+
} ]
46+
},
47+
"valueBoolean" : "true"
48+
} ]
49+
},
50+
"encounters" : [ {
51+
"id" : "encounterid1",
52+
"period" : {
53+
"start" : "2014-2-20T00:00:00",
54+
"end" : "2014-2-20T00:00:00"
55+
},
56+
"class" : "inpatient"
57+
} ],
58+
"patientDocuments" : [ {
59+
"type" : "note",
60+
"clinicalType" : "radiologyReport",
61+
"id" : "docid1",
62+
"language" : "en",
63+
"authors" : [ {
64+
"id" : "authorid1",
65+
"name" : "authorname1"
66+
} ],
67+
"specialtyType" : "radiology",
68+
"createdAt" : "2014-2-20T00:00:00",
69+
"administrativeMetadata" : {
70+
"orderedProcedures" : [ {
71+
"code" : {
72+
"coding" : [ {
73+
"system" : "http://loinc.org",
74+
"code" : "CTCHWO",
75+
"display" : "CT CHEST WO CONTRAST "
76+
} ]
77+
},
78+
"description" : "CT CHEST WO CONTRAST "
79+
} ],
80+
"encounterId" : "encounterid1"
81+
},
82+
"content" : {
83+
"sourceType" : "inline",
84+
"value" : "\n\n\n\r\n\nEXAM: CT CHEST WO CONTRAST\n\nINDICATION: abnormal lung findings. History of emphysema.\n\nTECHNIQUE: Helical CT images through the chest, without contrast. This exam was performed using one or more of the following dose reduction techniques: Automated exposure control, adjustment of the mA and/or kV according to patient size, and/or use of iterative reconstruction technique. \n\nCOMPARISON: Chest CT dated 6/21/2022.\n\nNumber of previous CT examinations or cardiac nuclear medicine (myocardial perfusion) examinations performed in the preceding 12-months: 2\n\nFINDINGS: \n\nHeart size is normal. No pericardial effusion. Thoracic aorta as well as pulmonary arteries are normal in caliber. There are dense coronary artery calcifications. No enlarged axillary, mediastinal, or hilar lymph nodes by CT size criteria. Central airways are widely patent. No bronchial wall thickening. No pneumothorax, pleural effusion or pulmonary edema. The previously identified posterior right upper lobe nodules are no longer seen. However, there are multiple new small pulmonary nodules. An 8 mm nodule in the right upper lobe, image #15 series 4. New posterior right upper lobe nodule measuring 6 mm, image #28 series 4. New 1.2 cm pulmonary nodule, right upper lobe, image #33 series 4. New 4 mm pulmonary nodule left upper lobe, image #22 series 4. New 8 mm pulmonary nodule in the left upper lobe adjacent to the fissure, image #42 series 4. A few new tiny 2 to 3 mm pulmonary nodules are also noted in the left lower lobe. As before there is a background of severe emphysema. No evidence of pneumonia.\n\nLimited evaluation of the upper abdomen shows no concerning abnormality.\n\nReview of bone windows shows no aggressive appearing osseous lesions.\n\n\nIMPRESSION:\n\n1. Previously identified small pulmonary nodules in the right upper lobe have resolved, but there are multiple new small nodules scattered throughout both lungs. Recommend short-term follow-up with noncontrast chest CT in 3 months as per current Current guidelines (2017 Fleischner Society).\n2. Severe emphysema.\n\nFindings communicated to Dr. Jane Smith.\n\n\r\n"
85+
}
86+
} ]
87+
} ]
88+
}
89+
}
90+
```
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
author: JanSchietse
3+
ms.author: janschietse
4+
ms.date: 03/17/2025
5+
ms.topic: include
6+
ms.service: azure-health-insights
7+
---
8+
9+
10+
```json
11+
{
12+
"result": {
13+
"patientResults": [
14+
{
15+
"patientId": "11111",
16+
"inferences": [
17+
{
18+
"kind": "qualityMeasure",
19+
"qualityMeasureDenominator": "INCIDENTAL PULMONARY NODULE",
20+
"complianceType": "performanceMet",
21+
"qualityCriteria": [
22+
"APPROPRIATE FOLLOW-UP RECOMMENDATION"
23+
]
24+
},
25+
{
26+
"kind": "qualityMeasure",
27+
"qualityMeasureDenominator": "HIGH DOSE RADIATION IMAGING",
28+
"complianceType": "performanceMet",
29+
"qualityCriteria": [
30+
"DOCUMENTED COUNT"
31+
]
32+
},
33+
{
34+
"kind": "qualityMeasure",
35+
"qualityMeasureDenominator": "DOSE LOWERING TECHNIQUE",
36+
"complianceType": "performanceMet",
37+
"qualityCriteria": [
38+
"AUTOMATED EXPOSURE CONTROL",
39+
"MA OR KV ADJUSTMENT",
40+
"ITERATIVE RECONSTRUCTION"
41+
]
42+
}
43+
]
44+
}
45+
],
46+
"modelVersion": "2025-03-17"
47+
},
48+
"id": "fca112",
49+
"createdAt": "2025-04-30T11:25:58Z",
50+
"expiresAt": "2025-05-01T11:25:58Z",
51+
"updatedAt": "2025-04-30T11:26:10Z",
52+
"status": "succeeded"
53+
}
54+
```

articles/azure-health-insights/includes/example-inference-radiology-procedure-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---

articles/azure-health-insights/includes/example-inference-radiology-procedure-json-response.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---
@@ -83,12 +83,12 @@ ms.service: azure-health-insights
8383
]
8484
}
8585
],
86-
"modelVersion": "2024-04-16"
86+
"modelVersion": "2025-03-17"
8787
},
88-
"id": "radiologyProcedure",
89-
"createdAt": "2024-05-14T15:46:01Z",
90-
"expiresAt": "2024-05-15T15:46:01Z",
91-
"updatedAt": "2024-05-14T15:46:03Z",
88+
"id": "fca113",
89+
"createdAt": "2025-04-30T11:28:03Z",
90+
"expiresAt": "2025-05-01T11:28:03Z",
91+
"updatedAt": "2025-04-30T11:28:09Z",
9292
"status": "succeeded"
9393
}
9494
```

0 commit comments

Comments
 (0)