Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

azure-mgmt-arizeaiobservabilityeval-dotnet

Azure Resource Manager SDK for managing Arize AI Observability and Evaluation organizations in .

Setup & Installation

npx skills add https://github.com/microsoft/skills --skill azure-mgmt-arizeaiobservabilityeval-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-arizeaiobservabilityeval-dotnet
View on GitHub

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.

Instead of calling raw ARM REST endpoints and manually handling long-running operation polling, this SDK provides typed .NET models and async methods that integrate directly with DefaultAzureCredential and existing ARM client infrastructure.

When to use it

  • Provisioning an Arize AI organization resource in a specific Azure subscription
  • Listing all Arize organizations across a resource group or subscription
  • Updating tags on an Arize organization to reflect environment or team changes
  • Deleting an Arize AI organization when decommissioning a project
  • Checking organization provisioning state during infrastructure automation pipelines