Configure environment

Completed

In this exercise, you learn about several configurations that are required to successfully deploy and use Microsoft Cloud for Healthcare. You can make all major configuration changes by using the following four tools:

  • Microsoft Azure portal

  • Microsoft Power Platform admin center

  • Microsoft Power Apps portals

  • Microsoft Cloud Solution Center

Note

Setting up Omnichannel for Customer Service and Power Apps portals will take several hours to complete (estimated at 3-4 hours to complete for each). We recommend that you set up both applications concurrently. You'll need to complete all configuration steps before deploying Microsoft Cloud for Healthcare.

Task: Register an app in Microsoft Entra ID

In this task, you learn how to register a new application in Microsoft Entra ID, grant delegated and application permissions, and create a client secret.

  1. While signed in to your Microsoft 365 tenant, open a new browser tab, and then go to the Azure portal. In the upper-left corner of the page, select the hamburger icon (three horizontal lines) and then select Microsoft Entra ID.

    Screenshot of Microsoft Entra ID highlighted in the Azure portal.

  2. On the left navigation pane, select App registrations and then select + New registration in the right pane.

    Screenshot of New registration option highlighted.

  3. On the Register an application page, set the name for the bot to MCH Application ID and then select the Accounts in any organizational directory (Any Microsoft Entra ID directory - Multitenant) option under the Supported account types section. Then, select Register.

    Screenshot of Register an application page with Register button highlighted.

    Note

    You'll need to register the application as multitenant because it enables Microsoft Azure Bot Service (in the botframework.com tenant) to authenticate requests that are coming from the bot that's registered in your tenant. This requirement is part of the service-to-service authentication protocol that's used by Azure Bot Service. Single tenant application registration is also supported by Azure bot created using Bot Framework version 4.15 or later. However, for this learning path, you'll register the application as multitenant.

  4. Select API permissions on the left navigation pane. On the right pane, select + Add a permission.

    Screenshot of API permissions page with Add a permission highlighted.

  5. On the Request API permissions page, select APIs my organization uses. Use the search box to search for the string Dataverse. From the search result, select Dataverse.

    Screenshot of Request API permissions page.

  6. Select Delegated permissions. Under the Select permissions section, select the checkbox beside user_impersonation. Then, select Add permissions.

    Screenshot of Request API permission page with Delegate permissions highlighted.

  7. Select API permissions on the left navigation pane. On the right pane, select + Add a permission. Select Microsoft APIs and then select Microsoft Graph.

    Screenshot of Microsoft Graph option highlighted.

  8. On the Request API permissions page, select Application permissions. Use the search box to search for the string calendars. Select the checkbox beside Calendars.ReadWrite.

    Screenshot of application permission with read-write permission for calendar highlighted.

  9. On the Request API permissions page, select Application permissions. Use the search box to search for the string user.read. Select the checkbox beside User.Read.All.

  10. On the Request API permissions page, select Delegate permissions. Use the search box to search for the string user.read. Select the checkbox beside User.Read.All and then select Add permissions.

    Screenshot of Request API permissions with the User.Read.All permission selected.

  11. Select Grant admin consent, as shown in the following screenshot.

    Screenshot of bot permissions with grant access option highlighted.

  12. On the Grant admin consent confirmation pop-up window, select Yes.

    Screenshot of grant confirmation screen.

    The status for each added permission changes to Granted, as shown in the following screenshot.

    Screenshot of granted permissions.

  13. On the left navigation pane, select Certificates & secrets, and then in the right pane, select + New client secret. In Add a client secret, set the Description to Demo Health Bot, leave the Expires value at its default setting, and then select Add.

    Screenshot of certificates and secrets page.

    Note

    You'll need to create an application secret so that you can use it along with this application ID to authenticate the bot.

  14. Copy the secret value and then save it in a notepad so that you can use it later in this learning path.

    Screenshot with secret value highlighted.

    Note

    After you've created the secret and the page has refreshed, the secret value will no longer be available to copy.

  15. On the left navigation pane, select the Overview tab. From the right pane, copy the Application (client) ID and then save it in a notepad so that you can use it later in this learning path.

    Screenshot of application client ID.

Task: Create the Healthcare Patient Portal app

In this task, you create a Microsoft Power Apps portal in the Microsoft Cloud for Healthcare environment. This portal app becomes the patient access portal that is used by Lamna Healthcare Company.

  1. Open a new tab and sign in to Power pages portal with your credentials. Change the Environment on the top-right corner of the home page to Lamna Healthcare Company.

  2. Select Get started.

  3. Select Skip.

  4. Select the Dynamics 365 template from the list of templates.

  5. Select the Customer Self Service Portal.

    Screenshot of customer self-service app option.

  6. Enter the Name of the site as Lamna Healthcare patient portal and the Web address as LamnaPatientPortal. You can provide the name and address of your choice. Once provided, select Done.

    Screenshot showing the template filled in with Healthcare patient portal information.

  7. The portal takes some time to configure.

    Screenshot showing portal provisioning in progress.

  8. The site is ready in 5-10 minutes.

    Screenshot of patient portal app highlighted.

Task: Update environment variables in Power Apps portal

In this task, you go through the steps to update the environment variables that are used by the virtual visit feature in Microsoft Cloud for Healthcare.

  1. While signed in to your Microsoft 365 tenant, open a new tab and go to Power Apps portal.

  2. On the left navigation pane, select Apps. In the right pane, select the See environment variables option, as shown in the following screenshot.

    Screenshot showing the environment variables to be updated.

  3. On the Environment variables form, populate the Virtual Visit Secret and Virtual Visit Client ID boxes with the client secret and client ID respectively that you copied in the previous task of this exercise. Specify the currently signed-in global administrator account as the value for the Virtual Appointment Scheduler Email variable.

    Screenshot of environment variables page.

    Note

    The Virtual Visit Secret, Virtual Visit Client ID, and Virtual Appointment Scheduler Email environment variables are used to set up the virtual appointments in the subsequent modules.

You successfully created the Healthcare Patient Portal app and set the environment variables.