Skip to content

Commit 94009d7

Browse files
Merge pull request #310235 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-07 23:00 UTC
2 parents 3c2a8b4 + 2077228 commit 94009d7

19 files changed

Lines changed: 1400 additions & 35 deletions

articles/api-center/export-to-copilot-studio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Learn how to export an API definition from your Azure API center as a custom connector in Microsoft Copilot Studio.
66
author: dlepow
77
ms.author: danlep
8-
ms.service: azure-api-management
8+
ms.service: azure-api-center
99
ms.topic: how-to
1010
ms.date: 04/28/2025
1111
ms.collection: ce-skilling-ai-copilot

articles/container-apps/deployment-labels.md

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,40 @@ author: craigshoemaker
66
ms.author: cshoe
77
ms.service: azure-container-apps
88
ms.topic: tutorial
9-
ms.date: 10/27/2025
9+
ms.date: 01/05/2026
1010
zone_pivot_groups: azure-cli-or-portal
1111
---
1212

1313
# Deployment labels in Azure Container Apps
1414

15-
Deployment labels allow you to assign meaningful names (such as dev, staging, prod) to specific container revisions. Applying these names gives you a streamlined process for handling complex deployment scenarios and environment management.
15+
Deployment labels help you assign meaningful names, such as dev, staging, or prod, to specific container revisions. When you apply these names, you streamline handling complex deployment scenarios and environment management.
1616

17-
With deployment labels, you can:
17+
By using deployment labels, you can:
1818

19-
- Assign clear, descriptive labels to revisions
20-
- Have new revisions automatically assigned to labels for routing and traffic management
21-
- Route traffic based on labels instead of changing revision names
22-
- Promote or demote revisions by reassigning labels
23-
- Roll back to previous revisions using label history
19+
- Assign clear, descriptive labels to revisions.
20+
- Automatically assign new revisions to labels for routing and traffic management.
21+
- Route traffic based on labels instead of changing revision names.
22+
- Promote or demote revisions by reassigning labels.
23+
- Roll back to previous revisions by using label history.
24+
25+
> [!IMPORTANT]
26+
> Before you can use deployment labels, you need to follow the steps to first [enable deployment](?pivots=azure-portal#use-deployment-labels) labels in the portal for your container app.
2427
2528
## Key features
2629

27-
Deployment labels enable you to create sophisticated deployment strategies while maintaining control over your application lifecycle with the following features:
30+
Deployment labels enable you to create sophisticated deployment strategies while maintaining control over your application lifecycle by using the following features:
2831

2932
- **Label assignment**: Create and assign meaningful labels to container revisions, making it easier to manage environments like dev, staging, and prod.
3033

3134
- **Traffic splitting & A/B testing**: Support for traffic splitting, blind rollback, and A/B testing enables gradual rollouts and testing of new features.
3235

33-
- **Staging releases & auto swap**: Automatic revision activation allows you to seamlessly create new revisions and have them assigned to new or existing labels and receive traffic. Any revisions no longer referenced by a label will be shut down automatically.
36+
- **Staging releases & auto swap**: Automatic revision activation allows you to seamlessly create new revisions and assign them to new or existing labels to receive traffic. Any revisions no longer referenced by a label are shut down automatically.
3437

3538
::: zone pivot="azure-portal"
3639

3740
## Use deployment labels
3841

39-
To enable deployment labels, follow these steps in the Azure portal:
42+
By default deployment labels aren't available to your container app. To enable, deployment labels, follow these steps in the Azure portal:
4043

4144
1. Open your container app in the Azure portal.
4245

@@ -48,9 +51,9 @@ To enable deployment labels, follow these steps in the Azure portal:
4851

4952
1. Select **Apply**.
5053

51-
### Create a new label
54+
### Create a new label
5255

53-
New labels are based on existing labels when created in the portal. By default Container Apps creates your first label for you named *label-1*. When labels are created via CLI or Bicep, you can associate them with any existing revision or a new revision.
56+
Create new labels in the portal based on existing labels. By default, Container Apps creates your first label named *label-1*. When you create labels through the CLI or Bicep, you can associate them with any existing revision or a new revision.
5457

5558
1. Open your container app in the Azure portal.
5659

@@ -66,13 +69,13 @@ New labels are based on existing labels when created in the portal. By default C
6669

6770
### Label history and rollbacks
6871

69-
You can view the full history of a label using the following steps:
72+
You can view the full history of a label by using the following steps:
7073

7174
1. Open your container app in the Azure portal.
7275

7376
1. From the menu, under *Application*, select **Labels**.
7477

75-
1. Select **Show history** associated with the label you're interested in.
78+
1. Select **Show history** for the label you're interested in.
7679

7780
Use the *Show history* option for any label to:
7881

@@ -116,6 +119,7 @@ To enable deployment labels, follow these steps in the Azure CLI:
116119
```
117120

118121
1. To create a new revision with a new or existing label, use the following command:
122+
119123
```bash
120124
az containerapp update \
121125
--name $CONTAINER_APP_NAME \
@@ -125,6 +129,7 @@ To enable deployment labels, follow these steps in the Azure CLI:
125129
```
126130

127131
1. To show label history, use the following command:
132+
128133
```bash
129134
az containerapp label-history show \
130135
--name $CONTAINER_APP_NAME \
@@ -133,13 +138,15 @@ To enable deployment labels, follow these steps in the Azure CLI:
133138
```
134139

135140
1. To show label app traffic, use the following command:
141+
136142
```bash
137143
az containerapp ingress traffic show \
138144
--name $CONTAINER_APP_NAME \
139145
--resource-group $RESOURCE_GROUP \
140146
```
141147

142148
1. To add a label to a revision, use the following commands:
149+
143150
```bash
144151
az containerapp revision label add \
145152
--name $CONTAINER_APP_NAME \
@@ -177,11 +184,11 @@ Here's a typical workflow using deployment labels:
177184

178185
1. **Update a label**: Select a label (for example, "stage") to update it with new containers, scaling, or volume settings.
179186

180-
1. **Test the changes**: With the new revision deployed, you can route a portion of traffic to the updated label.
187+
1. **Test the changes**: With the new revision deployed, route a portion of traffic to the updated label.
181188

182-
1. **Promote changes**: Once you feel confident in the production revision, you can update the production label to point to the same revision
189+
1. **Promote changes**: When you're confident in the production revision, update the production label to point to the same revision.
183190

184-
1. **Monitor and rollback if needed**: If issues arise, use the label history to roll back to a previous version.
191+
1. **Monitor and rollback if needed**: If problems arise, use the label history to roll back to a previous version.
185192

186193
## Related content
187194

articles/cost-management-billing/manage/create-customer-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: nicholak
88
ms.service: cost-management-billing
99
ms.subservice: billing
1010
ms.topic: conceptual
11-
ms.date: 08/21/2025
11+
ms.date: 01/06/2026
1212
---
1313

1414
# Create a subscription for a partner's customer

articles/cost-management-billing/manage/create-subscription-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: nicholak
88
ms.service: cost-management-billing
99
ms.subservice: billing
1010
ms.topic: conceptual
11-
ms.date: 08/21/2025
11+
ms.date: 01/06/2026
1212
ms.custom: sfi-image-nochange
1313
service.tree.id: b69a7832-2929-4f60-bf9d-c6784a865ed8
1414
---
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Azure API for FHIR monthly releases 2026
3+
description: This article provides details about the Azure API for FHIR monthly features and enhancements in 2026.
4+
services: healthcare-apis
5+
author: evachen96
6+
ms.service: azure-health-data-services
7+
ms.subservice: fhir
8+
ms.topic: reference
9+
ms.date: 1/1/2026
10+
ms.custom:
11+
- references_regions
12+
- build-2026
13+
ms.author: evach
14+
---
15+
16+
# Release notes 2026: Azure API for FHIR
17+
18+
[!INCLUDE[retirement banner](../includes/healthcare-apis-azure-api-fhir-retirement.md)]
19+
20+
Azure API for FHIR® provides a fully managed deployment of the Microsoft FHIR Server for Azure. The server is an implementation of the [FHIR](https://hl7.org/fhir) standard. This document provides details about the features and enhancements made to Azure API for FHIR.
21+
22+
## January 2026
23+
### FHIR service
24+
25+
**Updates to responses for update and deletion of FHIR spec-defined search parameters**: There are a few updates to the behaviors and responses for update and deletion of FHIR spec-defined search parameters:
26+
- Deletion of out-of-box FHIR spec-defined search parameters previously returned a "204 No Content" and the parameter was not deleted. The response is updated to correctly return "405 Method Not Allowed."
27+
- Update of out-of-box FHIR spec-defined search parameters previously returned "201 Created", which can cause unintended behavior. The response is updated to return "405 Method Not Allowed." If you wish to update an out-of-box FHIR spec-defined search parameter, please create a new custom search parameter with a different URL.
28+
29+
**Enhanced response logging for deletion of non-existent search parameters**: Deletion of nonexistent search parameters previously returned a "204 No Content." The response is improved to be more informative and now returns "404 Not Found."
30+
31+
#### Bug fixes:
32+
33+
**Bug fix for profile version in capability statement**: The [capability statement](store-profiles-in-fhir.md#profiles-in-the-capability-statement) lists details of the stored profiles on the FHIR server. There was a bug where the capability statement wasn't showing the profile version that is currently loaded into the FHIR server. The issue is fixed, and the capability statement now correctly states the profile version that is loaded on the FHIR server.
34+
35+
## Related content
36+
[Release notes 2025](release-notes-2025.md)
37+
38+
39+
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
- name: GitHub Projects
165165
href: fhir-github-projects.md
166166
- name: Release notes
167-
href: release-notes-2025.md
167+
href: release-notes-2026.md
168168
- name: Supported features
169169
href: fhir-features-supported.md
170170
- name: Reference
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Release notes for 2026 Azure Health Data Services monthly releases
3+
description: 2026 - Stay updated with the latest features and improvements for the FHIR, DICOM, and MedTech services in Azure Health Data Services in 2026. Read the monthly release notes and learn how to get the most out of healthcare data.
4+
services: healthcare-apis
5+
author: evachen96
6+
ms.service: azure-health-data-services
7+
ms.subservice: workspace
8+
ms.topic: reference
9+
ms.date: 1/1/2026
10+
ms.author: evach
11+
ms.custom:
12+
- references_regions
13+
- build-2026
14+
---
15+
16+
# Release notes 2026: Azure Health Data Services
17+
18+
Release notes describe features, enhancements, and bug fixes released in 2026 for the FHIR® service and DICOM® service in Azure Health Data Services.
19+
20+
## January 2026
21+
### FHIR service
22+
23+
**Updates to responses for update and deletion of FHIR spec-defined search parameters**: There are a few updates to the behaviors and responses for update and deletion of FHIR spec-defined search parameters:
24+
- Deletion of out-of-box FHIR spec-defined search parameters previously returned a "204 No Content" and the parameter was not deleted. The response is updated to correctly return "405 Method Not Allowed."
25+
- Update of out-of-box FHIR spec-defined search parameters previously returned "201 Created", which can cause unintended behavior. The response is updated to return "405 Method Not Allowed." If you wish to update an out-of-box FHIR spec-defined search parameter, please create a new custom search parameter with a different URL.
26+
27+
**Enhanced response logging for deletion of non-existent search parameters**: Deletion of nonexistent search parameters previously returned a "204 No Content." The response is improved to be more informative and now returns "404 Not Found."
28+
29+
#### Bug fixes:
30+
31+
**Bug fix for profile version in capability statement**: The [capability statement](./fhir/store-profiles-in-fhir.md#profiles-in-the-capability-statement) lists details of the stored profiles on the FHIR server. There was a bug where the capability statement wasn't showing the profile version that is currently loaded into the FHIR server. The issue is fixed, and the capability statement now correctly states the profile version that is loaded on the FHIR server.
32+
33+
34+
## Related content
35+
36+
[Release notes 2025](release-notes-2025.md)
37+
38+
[Known issues](known-issues.md)
39+
40+
[!INCLUDE [FHIR and DICOM trademark statement](includes/healthcare-apis-fhir-dicom-trademark.md)]

articles/healthcare-apis/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ items:
6565
- name: Release notes
6666
expanded: false
6767
items:
68+
- name: "2026"
69+
href: release-notes-2026.md
6870
- name: "2025"
6971
href: release-notes-2025.md
7072
- name: "2024"

articles/reliability/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ items:
228228
href: reliability-firewall.md
229229
- name: Azure Load Balancer
230230
href: reliability-load-balancer.md
231+
- name: Azure NAT Gateway
232+
href: reliability-nat-gateway.md
231233
- name: Azure Network Watcher
232234
href: ../network-watcher/frequently-asked-questions.yml?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json#service-availability-and-redundancy
233235
- name: Azure Private Link

articles/reliability/availability-zones-enable-zone-resiliency.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ The following table summarizes the availability zone support for many Azure serv
168168
| [Azure Logic Apps - Standard tier](./reliability-logic-apps.md?pivots=consumption#configure-availability-zone-support) | :::image type="content" source="media/icon-checkmark.svg" alt-text="Yes" border="false"::: | | Redeployment | Minimum tier and instance count required |
169169
| [Azure Managed Grafana](/azure/managed-grafana/high-availability) | :::image type="content" source="media/icon-checkmark.svg" alt-text="Yes" border="false"::: | | Redeploy | Moderate cost increase |
170170
| [Azure Monitor: Log Analytics](migrate-monitor-log-analytics.md) | :::image type="content" source="media/icon-checkmark.svg" alt-text="Yes" border="false"::: | | Always zone resilient | |
171+
| [Azure NAT Gateway](./reliability-nat-gateway.md#resilience-to-availability-zone-failures) | :::image type="content" source="media/icon-checkmark.svg" alt-text="Yes" border="false"::: | :::image type="content" source="media/icon-checkmark.svg" alt-text="Yes" border="false"::: | Redeployment | No cost impact |
171172
| [Azure NetApp Files](./reliability-netapp-files.md#resilience-to-availability-zone-failures) | | :::image type="content" source="media/icon-checkmark.svg" alt-text="Yes" border="false"::: | Redeployment | Depends on replication configuration |
172173
| [Azure Queue Storage](./reliability-storage-queue.md#resilience-to-availability-zone-failures) | :::image type="content" source="media/icon-checkmark.svg" alt-text="Yes" border="false"::: | | Enablement | Moderate cost increase |
173174
| [Azure Service Bus](./reliability-service-bus.md#resilience-to-availability-zone-failures) | :::image type="content" source="media/icon-checkmark.svg" alt-text="Yes" border="false"::: | | Always zone-resilient | N/A |

0 commit comments

Comments
 (0)