File tree 2 files changed +45
-1
lines changed
2 files changed +45
-1
lines changed Original file line number Diff line number Diff line change 538
538
landingPageType : Service
539
539
children :
540
540
- 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'
541
551
- name : Mobile
542
552
uid : azure.nodejs.sdk.landingpage.services.mobile
543
553
landingPageType : Service
546
556
uid : azure.nodejs.sdk.landingPage.services.mobile.Management
547
557
landingPageType : Service
548
558
children :
549
- - azure-arm-mobileengagement
559
+ - azure-arm-mobileengagement
550
560
- name : Monitor
551
561
uid : azure.nodejs.sdk.landingpage.services.monitor
552
562
href : ~/docs-ref-services/monitor.md
Original file line number Diff line number Diff line change
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 ) .
You can’t perform that action at this time.
0 commit comments