Skip to content

Commit 1aae1fb

Browse files
authored
Merge pull request #178480 from kengaderdus/b2c-content-freshness
[Azure AD B2C] Update SendGrid procedure
2 parents 82948d9 + f5e96c0 commit 1aae1fb

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

articles/active-directory-b2c/custom-email-sendgrid.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Next, store the SendGrid API key in an Azure AD B2C policy key for your policies
6060

6161
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/).
6262

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**.
6767
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.
6868

6969
```HTML
@@ -158,8 +158,9 @@ With a SendGrid account created and SendGrid API key stored in an Azure AD B2C p
158158
</html>
159159
```
160160

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**.
163164
1. Return to the **Transactional Templates** page by selecting the back arrow.
164165
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).
165166

articles/active-directory-b2c/tutorial-create-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You learn how to register an application in the next tutorial.
5555
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)):
5656

5757
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.
5959
3. Make sure the **Microsoft.AzureActiveDirectory** row shows a status of **Registered**. If it doesn't, select the row, and then select **Register**.
6060

6161
1. On the Azure portal menu or from the **Home** page, select **Create a resource**.

0 commit comments

Comments
 (0)