Skip to content

test-access-azure-sms

Tests the connection to an SMS service for the Azure Communication Service provider.

Syntax:

shell
sfiler-cli [options] test-access-azure-sms [command options]
Command optionsRequired / OptionalDescription
-toRequiredPhone number to receive SMS notification.
-fpnRequiredPhone number provided by Azure.
-epRequiredAzure endpoint.
-akRequiredAccess key value.

Example:

This command tests the connection to an SMS service via Azure Communication Service.

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" test-access-azure-sms -to "+1234567890" -fpn "+0987654321" -ep "endpoint" -ak "accessKey"