You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/custom-email-sendgrid.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ Next, store the SendGrid API key in an Azure AD B2C policy key for your policies
60
60
61
61
With a SendGrid account created and SendGrid API key stored in an Azure AD B2C policy key, create a SendGrid [dynamic transactional template](https://sendgrid.com/docs/ui/sending-email/how-to-send-an-email-with-dynamic-transactional-templates/).
62
62
63
-
1. On the SendGrid site, open the [transactional templates](https://sendgrid.com/dynamic_templates) page and select **Create Template**.
64
-
1. Enter a unique template name like `Verification email` and then select **Save**.
65
-
1. To begin editing your new template, select **Add Version**.
66
-
1. Select **Code Editor** and then **Continue**.
63
+
1. On the SendGrid site, open the [transactional templates](https://sendgrid.com/dynamic_templates) page and select **Create a Dynamic Template**.
64
+
1. Enter a unique template name like `Verification email` and then select **Create**.
65
+
1. To begin editing your new template, select the template i.e. `Verification email`, then select **Add Version**.
66
+
1. Select **Blank Template** and then **Code Editor**.
67
67
1. In the HTML editor, paste following HTML template or use your own. The `{{otp}}` and `{{email}}` parameters will be replaced dynamically with the one-time password value and the user email address.
68
68
69
69
```HTML
@@ -158,8 +158,9 @@ With a SendGrid account created and SendGrid API key stored in an Azure AD B2C p
158
158
</html>
159
159
```
160
160
161
-
1. Expand **Settings** on the left, and for **Email Subject**, enter `{{subject}}`.
162
-
1. Select **Save Template**.
161
+
1. Expand **Settings** on the left, and for **Version Name**, enter a template version.
162
+
1. For **Subject**, enter `{{subject}}`.
163
+
1. A the top of the page, select **Save**.
163
164
1. Return to the **Transactional Templates** page by selecting the back arrow.
164
165
1. Record the **ID** of template you created for use in a later step. For example, `d-989077fbba9746e89f3f6411f596fb96`. You specify this ID when you [add the claims transformation](#add-the-claims-transformation).
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/tutorial-create-tenant.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ You learn how to register an application in the next tutorial.
55
55
1. Add **Microsoft.AzureActiveDirectory** as a resource provider for the Azure subscription your're using ([learn more](../azure-resource-manager/management/resource-providers-and-types.md?WT.mc_id=Portal-Microsoft_Azure_Support#register-resource-provider-1)):
56
56
57
57
1. On the Azure portal, search for and select **Subscriptions**.
58
-
2. Select your subscription, and then in the left menu, select **Resource providers**. If you do not see the left menu, select the **Show the menu for < name of your subscription >** icon at the top left part of the page to open it.
58
+
2. Select your subscription, and then in the left menu, select **Resource providers**. If you don't see the left menu, select the **Show the menu for < name of your subscription >** icon at the top left part of the page to expand it.
59
59
3. Make sure the **Microsoft.AzureActiveDirectory** row shows a status of **Registered**. If it doesn't, select the row, and then select **Register**.
60
60
61
61
1. On the Azure portal menu or from the **Home** page, select **Create a resource**.
0 commit comments