azure-mgmt-arizeaiobservabilityeval-dotnet

Manage Arize AI Observability resources on Azure with the .NET SDK.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/davidrrowley/CortexYouV3 --skill azure-mgmt-arizeaiobservabilityeval-dotnet-davidrrowley
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-mgmt-arizeaiobservabilityeval-dotnet
Source: https://github.com/davidrrowley/CortexYouV3/tree/main/.agents/skills/azure-mgmt-arizeaiobservabilityeval-dotnet
Command: npx skills add https://github.com/davidrrowley/CortexYouV3 --skill azure-mgmt-arizeaiobservabilityeval-dotnet-davidrrowley

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a clear, example-driven guide for managing Arize AI Observability and Evaluation organizations on Azure using the Azure Resource Manager .NET SDK, removing guesswork and boilerplate when provisioning, updating, listing, or deleting Arize resources.

Core Features & Use Cases

  • Async CRUD operations: Create, read, update, and delete Arize organizations with long-running operation support.
  • Marketplace and provisioning integration: Configure marketplace subscription and offer details for Arize deployments during creation.
  • Operational guidance and error handling: Examples for ArmClient authentication, GetIfExists patterns, retry/failure handling, and best practices for production-ready usage.
  • Use Case: Provision a new Arize organization in a resource group via the Marketplace, validate provisioning state, update tags, and delete when no longer needed.

Quick Start

Set your Azure environment variables and run the provided .NET example to create a new Arize AI organization in your subscription.

Frequently Asked Questions about azure-mgmt-arizeaiobservabilityeval-dotnet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I provision an Arize AI organization on Azure using .NET?

To provision an Arize AI organization on Azure using .NET, use the Azure Resource Manager SDK to perform async CRUD operations with long-running support and configure marketplace offer details during creation.

What is the best way to manage Arize AI Observability resources in a .NET application?

The best way to manage Arize AI Observability resources in a .NET application is using the Azure Resource Manager SDK, which provides async operations for creating, listing, updating, and deleting organizations within subscription or resource group scopes.

Do I need Azure credentials and ArmClient setup to manage Arize organizations with .NET?

Yes, managing Arize organizations with .NET requires Azure credentials and ArmClient setup to authenticate requests and execute resource management operations against your subscription.

Can I configure Azure Marketplace subscription details when creating an Arize AI organization?

Yes, you can configure Azure Marketplace subscription and offer details for Arize deployments during the creation of an Arize AI organization using the provided .NET SDK integration patterns.

How does the Azure .NET SDK handle long-running operations for Arize AI resources?

The Azure .NET SDK handles long-running operations for Arize AI resources by providing async CRUD support that allows you to validate provisioning states and manage retry or failure handling patterns.

Why would I use the Azure Resource Manager SDK instead of the Azure Portal for Arize AI Observability?

Using the Azure Resource Manager SDK instead of the Azure Portal for Arize AI Observability removes guesswork and boilerplate by enabling programmatic provisioning, updating, and deletion of Arize resources within your .NET workflows.