skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

azure-mgmt-arizeaiobservabilityeval-dotnet

Arize AI observability management

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill azure-mgmt-arizeaiobservabilityeval-dotnet

Overview

What This Skill Does

Azure Resource Manager SDK for managing Arize AI Observability and Evaluation organizations in .NET applications. It wraps the ARM API for the ArizeAi.ObservabilityEval resource type, covering create, read, update, and delete operations via Azure Marketplace.

Application

When to use this Skill

Documentation

Show Skills.md file

Azure.ResourceManager.ArizeAIObservabilityEval

.NET SDK for managing Arize AI Observability and Evaluation resources on Azure.

Installation

dotnet add package Azure.ResourceManager.ArizeAIObservabilityEval --version 1.0.0

Package Info

Property Value
Package Azure.ResourceManager.ArizeAIObservabilityEval
Version 1.0.0 (GA)
API Version 2024-10-01
ARM Type ArizeAi.ObservabilityEval/organizations
Dependencies Azure.Core >= 1.46.2, Azure.ResourceManager >= 1.13.1

Environment Variables

AZURE_SUBSCRIPTION_ID=<your-subscription-id> # Required: Azure subscription ID
AZURE_TOKEN_CREDENTIALS=prod  # Required only if DefaultAzureCredential is used in production
AZURE_TENANT_ID=<your-tenant-id> # For service principal auth (optional)
AZURE_CLIENT_ID=<your-client-id> # For service principal auth (optional)
AZURE_CLIENT_SECRET=<your-client-secret> # For service principal auth (optional)
Lines 1 - 29 of 227

Recommendations

Explore other random skills

All skillsMy patterns