Request for Confirmation: Impact of IMDS Certificate Changes on Our Subscriptions

Kapil 0 Reputation points
2025-11-28T05:49:53.2433333+00:00

We received the recent notification regarding the upcoming IMDS attested data certificate changes. To ensure there is no impact on our production environment, I would like to request your confirmation.

Our production environment includes the following Azure components:

  • App Service
  • App Service Plan
  • Azure Database for MySQL Flexible Server
  • Managed Identity
  • Private Endpoint + Private DNS Zone
  • Virtual Network

We are not using any Virtual Machines, VM Scale Sets, or any custom application logic that relies on IMDS attested data or certificate pinning.

Additionally, our MySQL connection in the application uses SSL with the following configuration:

PDO::MYSQL_ATTR_SSL_CA => '/home/site/wwwroot/ssl/DigiCertGlobalRootG2.crt.pem',
PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => true/false (based on environment)

This CA file is used only for standard MySQL TLS verification. We would like confirmation on the following:

  1. This SSL configuration does not count as certificate pinning for IMDS.
  2. The IMDS attested data certificate changes will not affect Azure MySQL Flexible Server connections.
  3. No action is required on our side for this configuration.

Could you please confirm whether the upcoming IMDS certificate changes will have any impact on our environment or if no action is required from our side?

Please let me know if any additional information is needed.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-11-28T05:50:02.33+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more
    1. Your SSL configuration for the Azure Database for MySQL Flexible Server does not count as certificate pinning for IMDS. Certificate pinning typically involves explicitly specifying acceptable CAs for establishing secure connections, which is not the case with your current configuration that uses a CA file for standard MySQL TLS verification.
    2. The upcoming IMDS attested data certificate changes will not affect Azure MySQL Flexible Server connections. The IMDS changes are primarily relevant to services and applications that rely on the Azure Instance Metadata Service, which does not include your MySQL connections.
    3. No action is required on your side for this configuration. Since you are not using Virtual Machines or any custom application logic that relies on IMDS, your current setup should remain unaffected by the IMDS certificate changes.

    If you have any further questions or need additional clarification, feel free to ask.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.