Skip to content

Commit df2ad61

Browse files
Merge pull request #308951 from yutanglin16/patch-23
Revise FAQ on ASMC public access
2 parents 5014567 + daead53 commit df2ad61

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

articles/app-service/app-service-managed-certificate-changes-july-2025.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,15 @@ Certificates for `*.trafficmanager.net` domains are not supported. If your app r
171171
## Frequently asked questions (FAQ)
172172

173173
**Why is public access now required?**
174-
Due to MPIC compliance, App Service is migrating to Http Token validation for all ASMC creation and renewal requests. DigiCert must verify domain ownership by reaching a specific endpoint on your app. A successful validation with Http token is only possible if the app is publicly accessible.
174+
Previously, public access was required so DigiCert could reach the validation file at `https://<hostname>/.well-known/pki-validation/fileauth.txt` during certificate issuance and renewal.
175175

176-
**Can I still use CNAME records?**
177-
Yes, you can still use CNAME records for domain name system (DNS) routing and for verifying domain ownership.
176+
[November 2025 update](#november-2025-update): Public access is no longer required for ASMC issuance. App Service now intercepts DigiCert’s validation requests at the front-end layer and presents the token without exposing your app. This behavior is the default for both initial certificate creation and renewals. Prerequisites such as correct DNS configuration still apply.
178177

179178
**What if I allowlist DigiCert IP addresses?**
180-
Allowlisting DigiCert’s domain validation IPs may work as a temporary workaround. However, Microsoft cannot guarantee that these IPs won’t change. DigiCert may update them without notice, and Microsoft does not maintain documentation for these IPs. Customers are responsible for monitoring and maintaining this configuration.
179+
You no longer need to allowlist DigiCert IP addresses. The [November 2025 update](#november-2025-update) ensures DigiCert’s requests never reach your app’s workers. The front-end handles validation securely, so IP allowlisting is unnecessary.
180+
181+
**Can I still use CNAME records?**
182+
Yes, you can still use CNAME records for domain name system (DNS) routing and for verifying domain ownership.
181183

182184
**Are certificates for \*.azurewebsites.net impacted?**
183185
No, these changes do not apply to the *.azurewebsites.net certificates. ASMC is only issued to customer’s custom domain and not the default hostname.

0 commit comments

Comments
 (0)