Create and configure an App service in the Azure portal. The app service is the AS2 web app.
On creation of the app service, in the:
Fill in the other fields as desired. For more information, refer to Create a Web app.
To configure the web app, add and edit the required app settings. Do not remove the automatically generated app settings. For more information, refer to Configure app settings.
Add and edit these app settings:
App setting name | Description |
---|---|
AzureAd:TenantId |
Enter the Directory (tenant) ID of the earlier registered app. This is used to link the app service to the earlier registered app to access the key vault via the registered app. |
AzureAd:ClientId |
Enter the Application (client) ID of the earlier registered app. This is used to link the app service to the earlier registered app to access the key vault via the registered app. |
AzureAd:Scopes |
Enter the the Application ID URI of the earlier registered app. Enter the URI in this way: [Application ID URI].default This is used to link the app service to the earlier registered app to access the key vault via the registered app. |
ConnectionStrings:AppConfig |
To link the applicable app configuration to the app service, enter the endpoint of the App Configuration. |
ApplicationSetup:ApplicationId | Enter the application ID prefix as used in the App Configuration key values. For example: AS2WebApp. |
AZURE_CLIENT_ID |
Enter the Application (client) ID of the earlier registered app. This is a standard setting to access the registered app. Access to the registered app is needed to:
|
AZURE_TENANT_ID |
Enter the Directory (tenant) ID of the earlier registered app. This is a standard setting to access the registered app. Access to the registered app is needed to:
|
AZURE_CLIENT_SECRET |
Enter the value of secret that is created for the earlier registered app. This is a standard setting to access the registered app. Access to the registered app is needed to:
|
Related to | Notes |
---|---|
Set up AS2 web app |
  |