Before you start
- Create a Microsoft Azure account.
- Configure your firewall to accept traffic from Auth0. For more information, read Auth0 IP Address for Allow List.
Create a resource in Microsoft Azure
- Log in to your Microsoft Azure account.
- Create a Communication Servicesresource if you do not have one.
- Enter “Communication Services” in the search bar.
- Select Create.
- Under the Tools settings, select Keys. Retrieve your Communication Services Connection String.
- Under Primary Key, copy the Connection string value.
A valid connection string follows the format
endpoint=COMMUNICATION_SERVICES_URL;accesskey=ACCESS_KEY
.
Configure your email provider in Auth0
- Go to Dashboard > Branding > Email Provider.
- Select Use my own email provider.
- Select Azure Communication Services.
-
Enter a From email address.
Azure Communications Services only supports a raw email address (
user@example.com
) in the From field.Make sure you update the default value ({{ application.name }} <root@auth0.com>
) to avoid errors. - Add the Azure Communication Services Connection string.
- Select Save.