Registering an Azure AD Application
To enable SMS acknowledgment using Azure Communication Services, you need to create an Azure AD application and register it on the Azure portal. Learn more
The application is used for a secure event delivery from the event grid.
To create and register an Azure AD application:
- Sign in to the Azure portal.
- If you have access to multiple tenants, use the Directories + subscriptions filter in the top menu to switch to the tenant in which you want to register the application.
- Select App registrations > New registration.
- Specify who can use the application (the signInAudience). Select a single tenant.
- Leave the redirect API as is and click Register to complete the initial app registration.
-
If required, configure the requestedAccessTokenVersion in the Microsoft Graph app manifest to indicate the supported access token format. Learn more
The previous Azure AD Graph app manifest and its accessTokenAcceptedVersion property have been deprecated. Refer to Attribute differences between Azure AD Graph and Microsoft Graph formats for more information.Do the following:
- Open the Azure App created in the previous task.
- Select Manage > Manifest.
- Find the requestedAccessTokenVersion property and in the manifest, and set the value to 2.