Skip to content

Commit 2319c11

Browse files
committed
revert DNS config changes
1 parent 3802dc0 commit 2319c11

3 files changed

Lines changed: 19 additions & 70 deletions

File tree

articles/api-management/breaking-changes/managed-certificates-suspension-august-2025.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,14 @@ If you need to add new managed certificates, plan to do so before August 15, 202
3737
If you already have managed certificates for your custom domains, do the following to ensure continued access:
3838

3939
- Ensure that your API Management service allows [inbound traffic from DigiCert IP addresses on port 80](#allow-access-to-digicert-ip-addresses). This access is now required for the certificate autorenewal process.
40-
- Ensure that your DNS configuration is correct as described in [Configure DNS](#configure-dns).
40+
4141

4242
[!INCLUDE [api-management-managed-certificate-ip-access.md](../../../includes/api-management-managed-certificate-ip-access.md)]
4343

4444
### Configure DNS
4545

4646
Configure your DNS provider to map your custom domain name to the default domain name of your API Management instance.
4747

48-
[!INCLUDE [api-management-managed-certificate-dns-configuration.md](../../../includes/api-management-managed-certificate-dns-configuration.md)]
49-
5048
## Help and support
5149

5250
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).

articles/api-management/configure-custom-domain.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,24 @@ Configure your DNS provider to map your custom domain name to the default domain
197197

198198
# [Managed](#tab/managed)
199199

200-
[!INCLUDE [api-management-managed-certificate-dns-configuration.md](../../includes/api-management-managed-certificate-dns-configuration.md)]
200+
201+
[!INCLUDE [api-management-custom-domain-dns-configuration.md](../../includes/api-management-custom-domain-dns-configuration.md)]
202+
203+
> [!CAUTION]
204+
> When you use the free, managed certificate and configure a CNAME record with your DNS provider, make sure that it resolves to the default API Management service hostname (`<apim-service-name>.azure-api.net`). Currently, API Management doesn't automatically renew the certificate if the CNAME record doesn't resolve to the default API Management hostname. For example, if you're using the free, managed certificate and you use Cloudflare as your DNS provider, make sure that DNS proxy isn't enabled on the CNAME record.
205+
206+
### TXT record for domain ownership verification
207+
208+
### TXT record
209+
210+
When enabling the free, managed certificate for API Management, also configure a TXT record in your DNS zone to establish your ownership of the domain name.
211+
212+
* The name of the record is your custom domain name prefixed by `apimuid`. Example: `apimuid.api.contoso.com`.
213+
* The value is a domain ownership identifier provided by your API Management instance.
214+
215+
When you use the portal to configure the free, managed certificate for your custom domain, the name and value of the necessary TXT record are automatically displayed.
216+
217+
You can also get a domain ownership identifier by calling the [Get Domain Ownership Identifier](/rest/api/apimanagement/current-ga/api-management-service/get-domain-ownership-identifier) REST API.
201218

202219
---
203220

includes/api-management-managed-certificate-dns-configuration.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)