Skip to content

Commit 73fade4

Browse files
authored
Merge pull request #242195 from MicrosoftDocs/main
6/20/2023 PM Publish
2 parents 7e0c438 + 411967d commit 73fade4

File tree

159 files changed

+1424
-1066
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+1424
-1066
lines changed

articles/active-directory/azuread-dev/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
- name: Add app roles in your application
127127
href: ../develop/howto-add-app-roles-in-azure-ad-apps.md?toc=/azure/active-directory/azuread-dev/toc.json&bc=/azure/active-directory/azuread-dev/breadcrumb/toc.json
128128
- name: Branding guidelines
129-
href: ../develop/howto-add-branding-in-azure-ad-apps.md?toc=/azure/active-directory/azuread-dev/toc.json&bc=/azure/active-directory/azuread-dev/breadcrumb/toc.json
129+
href: /azure/active-directory/develop/howto-add-branding-in-apps
130130
- name: Terms of Service and Privacy Statement
131131
href: ../develop/howto-add-terms-of-service-privacy-statement.md?toc=/azure/active-directory/azuread-dev/toc.json&bc=/azure/active-directory/azuread-dev/breadcrumb/toc.json
132132
- name: Bring an app to market

articles/active-directory/cloud-sync/bread/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
items:
99
- name: Cloud sync
1010
tocHref: /azure/active-directory/hybrid/
11-
topicHref: /azure/active-directory/cloud-sync/index
11+
topicHref: /azure/active-directory/hybrid/cloud-sync/

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)