共用方式為


WebApiSkill.AuthResourceId Property

Definition

Applies to custom skills that connect to external code in an Azure function or some other application that provides the transformations. This value should be the application ID created for the function or app when it was registered with Azure Active Directory. When specified, the custom skill connects to the function or app using a managed ID (either system or user-assigned) of the search service and the access token of the function or app, using this value as the resource id for creating the scope of the access token.

public Azure.Core.ResourceIdentifier AuthResourceId { get; set; }
member this.AuthResourceId : Azure.Core.ResourceIdentifier with get, set
Public Property AuthResourceId As ResourceIdentifier

Property Value

Applies to