You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using Mastercard/restapi to call the Azure Search API, however this method is limited to key-based authentication, whereas I'd much prefer AD auth.
From what I'm reading, it seems that it should be possible to support it via azapi_data_plane_resource, using these resource types:
Microsoft.Search/datasources@2024-07-01
Microsoft.Search/synonymmaps@2024-07-01
Microsoft.Search/skillsets@2024-07-01
Microsoft.Search/indexes@2024-07-01
Microsoft.Search/indexers@2024-07-01
Microsoft.Search/servicestats@2024-07-01
The text was updated successfully, but these errors were encountered:
I'm currently using Mastercard/restapi to call the Azure Search API, however this method is limited to key-based authentication, whereas I'd much prefer AD auth.
From what I'm reading, it seems that it should be possible to support it via
azapi_data_plane_resource
, using these resource types:The text was updated successfully, but these errors were encountered: