Skip to content

Commit d942ccb

Browse files
author
Arvind Krishnaa Jagannathan
committed
Fix broken links
1 parent 095d7cb commit d942ccb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/search/search-howto-managed-identities-azure-functions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ ms.custom:
1414

1515
# Authenticate to Azure Functions using "EasyAuth" (Azure AI Search)
1616

17-
This article explains how to set up an indexer connection to an Azure function app using the [built-in authentication capabilities of App services](/azure/app-service/overview-authentication-authorization.md), also known as "EasyAuth". Azure function apps are a great solution for hosting Custom Web APIs that an Azure AI Search service can use either to enrich content ingested during an indexer run, or to vectorize content in a search query.
17+
This article explains how to set up an indexer connection to an Azure function app using the [built-in authentication capabilities of App services](/azure/app-service/overview-authentication-authorization), also known as "EasyAuth". Azure function apps are a great solution for hosting Custom Web APIs that an Azure AI Search service can use either to enrich content ingested during an indexer run, or to vectorize content in a search query.
1818

1919
You can use either a system-assigned or a user-assigned identity of the search service to authenticate against the Azure function app.
2020

2121
## Prerequisites
2222

2323
* [Create a managed identity](search-howto-managed-identities-data-sources.md) for your search service.
24-
* Configure Azure function app with [Microsoft Entra sign-in](/azure/app-service/configure-authentication-provider-aad.md).
24+
* Configure Azure function app with [Microsoft Entra sign-in](/azure/app-service/configure-authentication-provider-aad).
2525

2626
## Limitations
2727

@@ -38,7 +38,7 @@ Regardless of either option, ensure that the app registration is configured per
3838

3939
The app registration should be configured with an application ID URI, which can then be used as the token audience with Azure functions and Azure AI Search. Configure it in the format `api://<applicationId>`
4040

41-
![Configure application ID URI](./media\/search-howto-managed-identities-azure-functions/app-registration-overview.png "Configure application ID URI")
41+
![Configure application ID URI](./media/search-howto-managed-identities-azure-functions/app-registration-overview.png "Configure application ID URI")
4242

4343
### Set supported account types for authentication
4444

@@ -64,7 +64,7 @@ Once the delegated permissions scope is set up, you should notice the "API permi
6464

6565
## Configure Microsoft Entra authentication provider in Azure function app
6666

67-
With the client application registered with the exact specifications above, Microsoft Entra authentication for the Azure function application can be set up by following the [guide from App Services](/azure/app-service/configure-authentication-provider-aad.md). Ensure the following settings are configured to ensure that Azure AI Search can successfully authenticate to the function app.
67+
With the client application registered with the exact specifications above, Microsoft Entra authentication for the Azure function application can be set up by following the [guide from App Services](/azure/app-service/configure-authentication-provider-aad). Ensure the following settings are configured to ensure that Azure AI Search can successfully authenticate to the function app.
6868

6969
### Configure authentication settings
7070

@@ -98,7 +98,7 @@ The following screenshot highlights these specific settings for a sample Azure f
9898
>[!NOTE]
9999
> This step is the most important configuration on the Azure function app and doing it wrongly can result in the indexer being forbidden from accessing the function app. Ensure that you perform the lookup of the identity's enterprise application details correctly, and you specify the "Application ID" and "Object (principal) ID" in the right places.
100100
101-
* For the **"Tenant requirement"**, choose any of the options that aligns with your security posture. Check out the [Azure App service documentation](/azure/app-service/configure-authentication-provider-aad.md) for more details.
101+
* For the **"Tenant requirement"**, choose any of the options that aligns with your security posture. Check out the [Azure App service documentation](/azure/app-service/configure-authentication-provider-aad) for more details.
102102

103103
## Configure Custom Web API skill/vectorizer to connect to the Azure function application
104104

0 commit comments

Comments
 (0)