Skip to content

Commit 9826e68

Browse files
Merge pull request #240358 from msmimart/release-post-91617
Configure a custom claim provider token issuance event: Fixed HTTP trigger function name to match screenshot
2 parents 1412ac0 + 2585d48 commit 9826e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/custom-extension-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ After the Azure Function app is created, create an HTTP trigger function. The HT
6363
1. Within your **Function App**, from the menu select **Functions**.
6464
1. From the top menu, select **+ Create**.
6565
1. In the **Create Function** window, leave the **Development environment** property as **Develop in portal**, and then select the **HTTP trigger** template.
66-
1. Under **Template details**, enter *CustomExtensionsAPI* for the **New Function** property.
66+
1. Under **Template details**, enter *CustomAuthenticationExtensionsAPI* for the **New Function** property.
6767
1. For the **Authorization level**, select **Function**.
6868
1. Select **Create**
6969

0 commit comments

Comments
 (0)