Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
IL:External Stylesheet
IL:External Stylesheet
nopaneltrue
As part of the deployment process for the SharePoint Online (SPO) microservice, an app service needs to be created to host the microservice and configured for authenticationwith a system assigned managed identity.

Create the app service

  1. Log in to your Azure portal as a user with the necessary permissions to create an App Service.

  2. In Azure, navigate to All Services > App Services and create a new App service.

  3. Under Project Details, select a Subscription and then create a Resource Group for the App Service.

  4. Under Instance Details, enter the following information:

    • Name — Enter a name for the app service

    • Publish — Select Code

    • Runtime Stack — Select .NET Core 3.1 (LTS)

    • Operating System — Select Linux

    • Region — Select the appropriate region

  5. Click Review + Create.

  6. Click Create.

  7. After the deployment of the App Service completes, click Go to resource.

  8. On the Overview page, copy and save the URL

Create a managed identity for the app service

. You will need this later.Configure authentication

  1. Navigate to the Authentication (classic) Identity blade for the app service.

  2. Set the Management mode to Express and select the service principal you created for the microservice.

    Image Removed

    Turn on App Service Authentication.

  3. For Action to take when request is not authenticated, select Log in with Azure Active Directory.

  4. For Authentication Providers, select Azure Active Directory.

  5. System assigned to create the managed identity.

  6. Save your changes.

Insert excerpt
IL:External Stylesheet
IL:External Stylesheet
nopaneltrue

Div
stylefloat: left; position: fixed;padding: 5px;

IN THIS ARTICLE

Table of Contents
maxLevel4
minLevel2
stylenone

Insert excerpt
IL:External Stylesheet
IL:External Stylesheet
nopaneltrue