JavaScript resource management modules for Azure Search
Azure Search is a search-as-a-service cloud solution that gives developers APIs and tools for adding a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications. This JavaScript module provides resource management APIs for creating and updating a search service, managing access keys, and allocating replicas and partitionss. You cannot change tiers (SKU) or location with these APIs.
For more information about the service and related features, see Introduction to Azure Search, Service administration for Azure Search, and Quickstart: Create an Azure Search index in JavaScript.
Management package
Install the npm module
Install the Azure Search npm module
npm install @azure/arm-search
Samples
Examples for using this module in Node.js as well as browser applications can be found in the README for the module
For more code samples that use various Azure packages, explore the JavaScript samples.
Azure SDK for JavaScript