Azure SDK for JavaScript Samples

Storage

Azure Blob Storage: Upload and Download

Learn how to efficiently upload and download blobs to and from Azure Blob Storage using the JavaScript SDK.

View Sample

Azure File Share: Create and Manage

Explore how to programmatically create, manage, and interact with Azure File Shares.

View Sample

Databases

Azure Cosmos DB: CRUD Operations

Master the essentials of performing Create, Read, Update, and Delete operations on Azure Cosmos DB documents.

View Sample

Azure SQL Database: Connect and Query

Demonstrates how to connect to Azure SQL Database and execute basic SQL queries from your JavaScript application.

View Sample

AI + Machine Learning

Azure Cognitive Services: Text Analytics

Utilize the Text Analytics API for sentiment analysis, key phrase extraction, and language detection.

View Sample

Azure OpenAI: Text Generation

Explore powerful text generation capabilities using the Azure OpenAI Service SDK.

View Sample

Compute

Azure Virtual Machines: Create and Manage

Get started with managing Azure Virtual Machines, including creation, start/stop, and resizing.

View Sample

Identity

Azure Identity: Authenticate with Azure AD

Securely authenticate your JavaScript applications with Azure Active Directory using the Azure Identity library.

View Sample