diff --git a/windows/security/identity-protection/hello-for-business/deploy/index.md b/windows/security/identity-protection/hello-for-business/deploy/index.md index 314a9ab986..161f6cc461 100644 --- a/windows/security/identity-protection/hello-for-business/deploy/index.md +++ b/windows/security/identity-protection/hello-for-business/deploy/index.md @@ -51,22 +51,15 @@ It's fundamentally important to understand which deployment model to use for a s There are three deployment models from which you can choose: -```mermaid -sequenceDiagram - participant dotcom - participant iframe - participant viewscreen - dotcom->>iframe: loads html w/ iframe url - iframe->>viewscreen: request template - viewscreen->>iframe: html & javascript - iframe->>dotcom: iframe ready - dotcom->>iframe: set mermaid data on iframe - iframe->>iframe: render mermaid -``` - -