Επεξεργασία

Κοινή χρήση μέσω


Content delivery network implementation options

This article reviews the different options for content delivery network (CDN) implementation that can be used with Microsoft Dynamics 365 Commerce environments. These options include native, Commerce-provided instances of Azure Front Door and customer-owned instances of Azure Front Door.

Commerce customers have several options when they are considering which CDN service to use with their Commerce environment. Commerce is released with basic Azure Front Door support that covers basic hosting and custom domain requirements. For companies that want more control and more specific security abilities, such as a web application firewall (WAF), the best option might be to use either a customer-owned instance of Azure Front Door or an external CDN service.

The following three CDN implementation options can be used with Commerce environments:

  • The Commerce-provided instance of Azure Front Door
  • A customer-owned instance of Azure Front Door (for increased control and additional security features)
  • An external CDN service

All three CDN implementation options deliver only dynamic HTML content from custom domains. Commerce automatically handles all JavaScript, Cascading Style Sheets (CSS), images, video, and other static content through Microsoft-managed CDNs. The option that you choose determines the operational capabilities, control capabilities, and additional security capabilities that are available.

The following illustration shows an overview of the Commerce architecture.

Overview of the Commerce architecture.

For more information about how to set up an instance of Azure Front Door for your Commerce site, see Add CDN Support.

Use the Commerce-provided Azure Front Door instance

The following table lists the pros and cons of using the Commerce-provided instance of Azure Front Door to manage content endpoints.

Pros Cons
  • The instance is included in the Commerce cost.
  • Because the instance is managed by the Commerce team, less maintenance is required, and there are shared setup steps.
  • The Azure-hosted infrastructure is scalable, secure, and reliable.
  • The Secure Sockets Layer (SSL) certificate requires a one-time setup and is automatically renewed.
  • The instance is monitored for errors and anomalies by the Commerce team.
  • A WAF is not supported.
  • There are no specific customizations or setting adjustments.
  • The instance depends on the Commerce team for updates or changes.
  • A separate Azure Front Door instance is required for apex domains, and extra work is required to integrate apex domains with Azure DNS.
  • No telemetry about responses per second (RPS) or the error rate is provided to the customer.

The following illustration shows the architecture of the Commerce-provided Azure Front Door instance.

Commerce-provided Azure Front Door instance.

Use a customer-owned Azure Front Door instance

The following table lists the pros and cons of using a customer-owned instance of Azure Front Door to manage content endpoints.

Pros Cons
  • Setup is secure and easy to manage.
  • The Azure-hosted infrastructure is scalable, secure, and reliable.
  • The instance allows for WAF integration and granular rule controls for finer-grade security that is tuned specifically for your site.
  • The instance allows for finer control of SSL certificates (both customer-owned and Azure Front Door–managed) and domain linking.
  • The instance offers an apex domain solution if it's paired directly with Azure DNS.
  • Telemetry and alerting are provided.
  • The SSL certificate requires a one-time setup and is automatically renewed.
  • The instance is self-managed.
  • Initial knowledge ramp-up is required.

The following illustration shows a Commerce infrastructure that includes a customer-owned Azure Front Door instance.

Commerce infrastructure that includes a customer-owned Azure Front Door instance.

Use an external CDN service

The following table lists the pros and cons of using an external CDN service to manage content endpoints.

Pros Cons
  • This option is useful when the existing domain is already hosted on an external CDN.
  • WAF: Depends on external provider.
  • A separate contract and additional costing are required.
  • SSL might incur additional costs.
  • Because the service is separate from the Azure cloud structure, additional infrastructure must be managed.
  • The service might require longer time investments in endpoint and security setup.
  • The service is self-managed.
  • The service is self-monitored.

The following illustration shows a Commerce infrastructure that includes an external CDN service.

Commerce infrastructure that includes an external CDN service.

Additional resources

Add support for a content delivery network (CDN)