Skip to content

Commit c08a3b0

Browse files
author
gitName
committed
[APIM] Breaking change - managed cert
1 parent 565927a commit c08a3b0

File tree

3 files changed

+56
-9
lines changed

3 files changed

+56
-9
lines changed

articles/api-management/TOC.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
items:
237237
- name: AI gateway capabilities in API Management
238238
href: genai-gateway-capabilities.md
239-
- name: Import LLM APIs
239+
- name: Manage LLM APIs
240240
items:
241241
- name: Import Azure AI Foundry API
242242
href: azure-ai-foundry-api.md
@@ -248,12 +248,16 @@
248248
href: openai-compatible-google-gemini-api.md
249249
- name: Import Amazon Bedrock API
250250
href: amazon-bedrock-passthrough-llm-api.md
251-
- name: Expose REST API as MCP server
252-
href: export-rest-mcp-server.md
253-
- name: Semantic caching for Azure OpenAI API requests
254-
href: azure-openai-enable-semantic-caching.md
255-
- name: Authenticate and authorize to Azure OpenAI
256-
href: api-management-authenticate-authorize-azure-openai.md
251+
- name: Semantic caching for LLM API requests
252+
href: azure-openai-enable-semantic-caching.md
253+
- name: Authenticate and authorize to Azure OpenAI
254+
href: api-management-authenticate-authorize-azure-openai.md
255+
- name: Manage MCP servers
256+
items:
257+
- name: Expose REST API as MCP server
258+
href: export-rest-mcp-server.md
259+
- name: Expose existing MCP server
260+
href: expose-existing-mcp-server.md
257261
- name: Manage APIs with policies
258262
items:
259263
- name: API Management policies overview
@@ -680,6 +684,8 @@
680684
href: breaking-changes/git-configuration-retirement-march-2025.md
681685
- name: Direct management API retirement (March 2025)
682686
href: breaking-changes/direct-management-api-retirement-march-2025.md
687+
- name: Managed certificates suspension (August 2025)
688+
href: breaking-changes/managed-certificates-suspension-aug-2025.md
683689
- name: ADAL-based identity provider retirement (September 2025)
684690
href: breaking-changes/identity-provider-adal-retirement-sep-2025.md
685691
- name: CAPTCHA endpoint update (September 2025)
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Azure API Management - Managed certificates suspension for new custom domains (August 2025)
3+
description: Azure API Management is temporarily suspending managed certificates for new custom domains from August 15, 2025 to March 15, 2026 due to industry-wide changes in domain validation.
4+
services: api-management
5+
author: dlepow
6+
ms.service: azure-api-management
7+
ms.topic: reference
8+
ai-usage: ai-assisted
9+
ms.date: 07/17/2025
10+
ms.author: danlep
11+
---
12+
13+
# Managed certificates suspension for new custom domains (August 2025)
14+
15+
[!INCLUDE [premium-dev-standard-basic.md](../../../includes/api-management-availability-premium-dev-standard-basic.md)]
16+
17+
Azure managed certificates for new custom domains in API Management will be temporarily turned off from August 15, 2025 to March 15, 2026. Existing managed certificates will be auto-renewed and remain unaffected.
18+
19+
In the classic service tiers, Azure API Management offers [free, managed TLS certificates for custom domains](../configure-custom-domain.md#domain-certificate-options), allowing customers to secure their endpoints without purchasing and managing their own certificates. Because of an industry-wide deprecation of CNAME-based Domain Control Validation (DCV), our Certificate Authority (CA), DigiCert, will migrate to a new validation platform to meet Multi-Perspective Issuance Corroboration (MPIC) requirements,which requires a temporary suspension of managed certificates for new custom domains.
20+
21+
## Is my service affected by this?
22+
23+
You are affected if you plan to create new managed certificates for custom domains in Azure API Management between August 15, 2025 and March 15, 2026. Existing managed certificates will be auto-renewed before August 15, 2025 and will continue to function normally. There is no impact to existing managed certificates or custom domains already using them.
24+
25+
## What is the deadline for the change?
26+
27+
The suspension of managed certificates for new custom domains will be enforced from August 15, 2025 to March 15, 2026. The service will resume after the migration to the new validation platform is complete.
28+
29+
## What do I need to do?
30+
31+
No action is required if you already have managed certificates for your custom domains. If you need to add new managed certificates, plan to do so before August 15, 2025 or after March 15, 2026. During the suspension period, you can still configure custom domains with certificates you manage from other sources.
32+
33+
## Help and support
34+
35+
If you have questions, get answers from community experts in [Microsoft Q&A](https://aka.ms/apim/azureqa/change/captcha-2022). If you have a support plan and need technical help, create a [support request](https://portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview).
36+
37+
## Related content
38+
39+
See all [upcoming breaking changes and feature retirements](overview.md).

articles/api-management/breaking-changes/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: reference
9-
ms.date: 05/30/2025
9+
ms.date: 07/17/2025
1010
ms.author: danlep
1111
---
1212

@@ -30,10 +30,11 @@ The following table lists all the upcoming breaking changes and feature retireme
3030
| [Git repository retirement][git2025] | March 15, 2025 |
3131
| [Direct management API retirement][mgmtapi2025] | March 15, 2025 |
3232
| [Workspaces preview breaking changes, part 2][workspaces2025march] | March 31, 2025 |
33+
| [Managed certificates suspension][managed-certificates-suspension-august-2025] | August 15, 2025 |
3334
| [ADAL-based Microsoft Entra ID identity provider retirement][msal2025] | September 30, 2025 |
3435
| [CAPTCHA endpoint update][captcha2025] | September 30, 2025 |
3536
| [Built-in analytics dashboard retirement][analytics2027] | March 15, 2027 |
36-
37+
| [Managed certificates suspension][managed-certificates-suspension-august-2025] | August 15, 2025 |
3738
<!-- Links -->
3839
[bc1]: ./rp-source-ip-address-change-mar-2023.md
3940
[rp2023]: ./rp-source-ip-address-change-sep-2023.md
@@ -50,3 +51,4 @@ The following table lists all the upcoming breaking changes and feature retireme
5051
[mgmtapi2025]: ./direct-management-api-retirement-march-2025.md
5152
[workspaces2024]: ./workspaces-breaking-changes-june-2024.md
5253
[workspaces2025march]: ./workspaces-breaking-changes-march-2025.md
54+
[managed-certificates-suspension-august-2025]: ./managed-certificates-suspension-august-2025.md

0 commit comments

Comments
 (0)