Skip to content

Commit f0b7c66

Browse files
author
JiayueHu
authored
Merge pull request MicrosoftDocs#543 from MicrosoftDocs/OnboardingMixedReality
Onboarding mixed reality
2 parents 11ff984 + 6c0cb55 commit f0b7c66

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

docs-ref-mapping/reference.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,16 @@
538538
landingPageType: Service
539539
children:
540540
- azure-arm-mediaservices
541+
- name: Mixed Reality
542+
uid: azure.nodejs.sdk.landingpage.services.mixedreality
543+
href: ~/docs-ref-services/mixed-reality.md
544+
landingPageType: Service
545+
items:
546+
- name: Client
547+
uid: azure.nodejs.sdk.landingPage.services.mixedreality.Client
548+
landingPageType: Service
549+
children:
550+
- '@azure/arm-mixedreality'
541551
- name: Mobile
542552
uid: azure.nodejs.sdk.landingpage.services.mobile
543553
landingPageType: Service
@@ -546,7 +556,7 @@
546556
uid: azure.nodejs.sdk.landingPage.services.mobile.Management
547557
landingPageType: Service
548558
children:
549-
- azure-arm-mobileengagement
559+
- azure-arm-mobileengagement
550560
- name: Monitor
551561
uid: azure.nodejs.sdk.landingpage.services.monitor
552562
href: ~/docs-ref-services/monitor.md

docs-ref-services/mixed-reality.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Azure Mixed Reality Resource Management libraries for Node.js
3+
description: Reference for Azure Mixed Reality Resource Management for Node.js
4+
author: Xiangyu Luo
5+
ms.author: xiangyul
6+
manager: dgriff
7+
ms.date: 04/16/2019
8+
ms.topic: article
9+
ms.prod: azure
10+
ms.technology: azure
11+
ms.devlang: nodejs
12+
ms.service: Mixed Reality
13+
---
14+
15+
# Azure Cosmos DB Modules for Node.js
16+
17+
Microsoft provides a series of Azure services to empower Mixed Reality devices and applications. Currently, such services are provided:
18+
19+
* [Azure Spatial Anchors](https://azure.microsoft.com/en-us/services/spatial-anchors/)
20+
* [Azure Remote Rendering (To be available soon...)](https://azure.microsoft.com/en-us/services/remote-rendering/)
21+
22+
## Management Package
23+
24+
### Install the npm module
25+
26+
Install the Azure Mixed Reality Resource Management npm module.
27+
28+
```bash
29+
npm install @azure/arm-mixedreality
30+
```
31+
32+
### Example
33+
34+
See the examples on this [page](https://www.npmjs.com/package/@azure/arm-mixedreality).

0 commit comments

Comments
 (0)