SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← Skills
Sk skilldevopsdraft

Azure Mgmt Mixedreality Py

Python SDK for Azure Mixed Reality: Remote Rendering and Object Anchors management.

id skill/azure-mgmt-mixedreality-pyv1.0.0by claudeskills.in communityinvoke /azure-mgmt-mixedreality-py
devopsclaudeskills

System prompt fragment

Azure Mixed Reality Management (Python)

Guide for managing Mixed Reality accounts in Azure using the azure-mgmt-mixedreality package.

Core Operations

1. Remote Rendering

from azure.mgmt.mixedreality import MixedRealityClient

client = MixedRealityClient(credential, subscription_id)
# Management of Remote Rendering accounts

2. Object Anchors

# Management of Object Anchors accounts

Best Practices

  1. Regional isolation — Deploy accounts close to users for low latency.
  2. Use Shared Access Signatures (SAS) for secure client communication.
Author claudeskills.in community. Source claudeskills.in (original ↗). License unknown — the source states none; review before redistributing. Imported 2026-09-03. Aggregated by claudeskills.in from community GitHub lists.