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

...

  • An App Service for the MyTasks Front-End application

  • An App Service for the MyTasks API (back-end)

...

deployment process for the SharePoint Online microservice, an app service needs to be created to host the microservice.

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

...

    • Publish — Select Code.

    • Runtime Stack — Select

...

    • ASP.NET V4.8.

    • Operating System — Select Windows.

    • Region — Select the appropriate region.

  1. Click Review + Create.

  2. Click Create.

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

  4. Change the platform for the App Service to 64 Bit by doing the following:

    1. On the App Service navbar, under Settings, click Configuration.

    2. On the Configuration blade, select the General settings tab.

    3. Under Platform settings, change the Platform to 64 Bit and click Save.

    4. Click Continue to confirm you want to save the changes.

  5. Select Overview on the App Service navbar.

  6. On the Overview page, copy and save the URL for the

...

  1. app service. You will need this when you create the service principal application for the

...

Create the App Service for MyTasks API application

  1. In Azure, create a new App Service.

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

  3. Under Instance Details, do the following:

    • Name — Enter a name for the Web App, such as MyIdentity-API-App.

    • Publish — Select Code.

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

    • Operating System — Select Windows.

    • Region — Select the appropriate region.

  4. Click Review + Create.

  5. Click Create.

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

  7. Change the platform for the App Service to 64 Bit by doing the following:

    1. On the App Service navbar, under Settings, click Configuration.

    2. On the Configuration blade, select the General settings tab.

    3. Under Platform settings, change the Platform to 64 Bit and click Save.

    4. Click Continue confirm you want to save the changes.

  8. Select Overview on the App Service navbar.

  9. On the Overview page, copy and save the URL. You will need this when you create the service principal application for the App Service in Azure AD.

...

stylefloat: left; position: fixed;

IN THIS ARTICLE

...

  1. app service in Azure AD.

Insert excerpt
IL:External Stylesheet
IL:External Stylesheet
nopaneltrue