Microsoft Azure Integration

Azure Integration Guide

Configuration

import { WhisperMind } from '@molewhisperer/agents';

const agent = new WhisperMind({
  cloud: {
    provider: 'azure',
    region: 'eastus',
    credentials: {
      tenantId: process.env.AZURE_TENANT_ID,
      clientId: process.env.AZURE_CLIENT_ID,
      clientSecret: process.env.AZURE_CLIENT_SECRET
    }
  }
});

Azure Services

Supported Services

  • Azure Machine Learning
  • Azure Functions
  • Azure Blob Storage
  • Azure Kubernetes Service
  • Azure Batch