Skip to content

edardev/azure-search-powershell-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Cognitive Search PowerShell Samples repository

This repository contains PowerShell samples demonstrating content and service administration in Azure Cognitive Search in quickstarts, tutorials, and examples. You can use the shared (free) Azure Cognitive Search service to run any sample in this repository.

Quickstart for Azure Cognitive Search using REST APIs and PowerShell

For api-version=2019-05-06, demonstrates the Invoke-WebRequest cmdlet calling Azure Cognitive Search REST APIs to send requests to Azure Cognitive Search: create an index, load it with documents, and execute a few queries. This version supports complex types.

PowerShell-REST

For api-version=2017-11-11, demonstrates the Invoke-WebRequest and Invoke-Request cmdlets calling Azure Cognitive Search REST APIs to send requests to Azure Cognitive Search: create an index, load it with documents, and execute a few queries.

PowerShell-AzSearchModule

Provides cmdlet syntax demonstrating how to use the AzSearchModule for administrative tasks. The cmdlets in this module are used to create or delete a service, adjust capacity, and manage keys.

About

Azure Search Powershell sample code

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%