How can I preview DXP microsites during a deployment?

  • Page Owner: Not Set
  • Last Reviewed: 2021-05-07

APTA Has several microsites (in a multi-tenant Episerver install) that need special testing during deployments. How can I preview DXP microsites/domains during a deployment so that I know a rollback is not needed?


Answer

Query string to force check the slot

Any URL that points to the prod domain can be pointed to the slot by adding the following query string.

?x-ms-routing-name=slot

For example, if I wanted to change the Specialization Microsite, I would normally visit Specializations.Apta.Org. To see the Warmed up deployment slot, I can visit Specializations.Apta.Org?x-ms-routing-name=slot to see what is in the slot BEFORE hitting go live.