Skills Azure.ResourceManager.ArizeAIObservabilityEval
📦

Azure.ResourceManager.ArizeAIObservabilityEval

Safe

Manage Arize AI Resources on Azure with .NET

Deploy and manage Arize AI ML observability organizations on Azure through the Azure Resource Manager SDK. Simplifies Azure Marketplace subscription workflows for machine learning teams.

Supports: Claude Codex Code(CC)
📊 69 Adequate
1

Download the skill ZIP

2

Upload in Claude

Go to Settings → Capabilities → Skills → Upload skill

3

Toggle on and start using

Test it

Using "Azure.ResourceManager.ArizeAIObservabilityEval". Create Arize AI organization in East US

Expected outcome:

Successfully created Arize AI organization 'my-arize-org' in resource group 'ml-prod'. Provisioning state: Succeeded. Resource ID contains subscription, resource group, and organization name.

Using "Azure.ResourceManager.ArizeAIObservabilityEval". Check if organization exists

Expected outcome:

Organization 'my-arize-org' exists. Properties: Location=EastUS, ProvisioningState=Succeeded, MarketplaceStatus=Subscribed, Tags={environment: production}

Security Audit

Safe
v1 • 2/25/2026

Documentation-only skill providing usage examples for Azure Resource Manager SDK. Static analysis scanned 0 files with 0 suspicious patterns detected. No executable code present - only markdown documentation with standard Azure authentication patterns using DefaultAzureCredential.

0
Files scanned
0
Lines analyzed
0
findings
1
Total audits
No security issues found
Audited by: claude

Quality Score

38
Architecture
100
Maintainability
87
Content
32
Community
100
Security
74
Spec Compliance

What You Can Build

ML Platform Team Provisioning

Automate Arize AI organization creation for new machine learning teams joining your Azure environment

Resource Governance and Cleanup

Audit and manage Arize AI resources across subscriptions with programmatic control

Marketplace Subscription Management

Streamline Arize AI marketplace subscription workflows for enterprise deployments

Try These Prompts

Create Arize Organization
Help me create a new Arize AI organization in Azure resource group 'ml-prod' located in East US with my marketplace subscription ID
List Organizations
Show me all Arize AI organizations in my Azure subscription and their current provisioning state
Update Organization Tags
Update the tags on my Arize organization 'my-arize-org' to add environment=production and team=data-science
Delete Organization with Confirmation
Guide me through safely deleting an Arize AI organization after verifying it is no longer in use

Best Practices

  • Use DefaultAzureCredential for authentication to support multiple credential sources
  • Always use async methods with proper await patterns in .NET
  • Handle RequestFailedException with specific status codes for error scenarios

Avoid

  • Avoid hardcoded credentials - always use environment variables or managed identity
  • Do not ignore long-running operation results - wait for completion or poll status
  • Never skip error handling for 404 Not Found when checking resource existence

Frequently Asked Questions

What Azure permissions are required to use this SDK?
You need Microsoft.ArizeAi.ObservabilityEval/organizations write and read permissions at the resource group or subscription level.
Does this SDK connect directly to Arize AI services?
No, this SDK only manages Azure Resource Manager resources. You need the Arize AI SDK separately to interact with Arize services.
How do I authenticate with Azure using this skill?
Use DefaultAzureCredential which supports managed identity, Azure CLI, Visual Studio, and environment variable credentials automatically.
What happens if my marketplace subscription is not active?
Organization creation will fail with an error indicating the marketplace subscription is not valid or active.
Can I manage multiple Arize organizations with this SDK?
Yes, you can create, read, update, and delete multiple Arize AI organization resources across different resource groups and subscriptions.
Is this SDK compatible with .NET Framework or only .NET Core?
The Azure SDK for .NET supports .NET Standard 2.0, which includes .NET Framework 4.6.1+, .NET Core 2.0+, and .NET 5+.