Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 4

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 with a system assigned managed identityfor authentication.

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.

Create a managed identity
  1. .

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

  3. On the Overview page, copy and save the URL for the app service. You will need this later.

Configure authentication

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

  2. Turn on System assigned to create the managed identity. 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. Set the Management mode to Express and select the service principal you created for the microservice.

    Image Added

  6. Save your changes.

Insert excerptIL:External StylesheetIL:External Stylesheetnopaneltrue

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