Azure Communication Services SMS (OrchardCore.Sms.Azure
)¶
This feature provides SMS providers for sending SMS through Azure Communication Services SMS.
Azure Communication Services Provider Configuration¶
Enabling this feature will introduce a new tab labeled Azure Communication Services within the SMS settings, allowing you to configure the service. To access these settings from the admin dashboard, navigate to Configuration
→ Settings
→ Sms
and click on the Azure Communication Services tab. The following are the available settings.
Provider | Description |
---|---|
Azure |
This provider enables tenant-specific Azure Communication Services for sending SMS. Configure the SMS settings to activate this provider. |
DefaultAzure |
This provider sets default Azure Communication Service configurations for all tenants. |
Default Azure Communication Services Provider Configuration¶
You may configure the Default Azure Communication Services using any configuration provider via the following settings:
"OrchardCore_Sms_AzureCommunicationServices": {
"PhoneNumber": "",
"ConnectionString": ""
}
For more information about configurations, please refer to Configuration.
Note
Configuration of the Default Azure Communication Services provider cannot be performed through Admin Settings. Instead, use the configuration provider for setup. Note that the provider will only appear if the configuration is present.