Skip to content

Commit 44bb22b

Browse files
committed
Removing ASA references
1 parent 76914c1 commit 44bb22b

File tree

42 files changed

+5
-542
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5
-542
lines changed

learn-pr/achievements/learn.azure.azure-spatial-anchors-tutorials-mrtk.badge.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

learn-pr/azure/azure-cloud-services-tutorials/8-integrate-azure-spatial-anchors.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

learn-pr/azure/azure-cloud-services-tutorials/9-exercise-integrate-azure-spatial-anchors.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

learn-pr/azure/azure-cloud-services-tutorials/includes/13-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Throughout the module series, you have learned about the features you will implement and how Azure Cloud services tie in to making your HoloLens 2 application. You added the required components into the project and prepared the scene for this module series.
22

3-
You can now store data and images in the cloud with Azure Storage, use Azure AI Custom Vision to associate images and train a model, and bring objects to a local context with Azure Spatial Anchors.
3+
You can now store data and images in the cloud with Azure Storage, use Azure AI Custom Vision to associate images and train a model.
44

55
## Next steps
66

learn-pr/azure/azure-cloud-services-tutorials/includes/2-azure-cloud-services-for-hololens-2.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ Azure Storage includes object, file, disk, queue, and table storage. There are a
88

99
With Azure AI Custom Vision (part of the Azure AI services) you can associate a set of images to Tracked Objects, train a machine-learning model on the set you created, and detect the Tracked Object.
1010

11-
## Azure Spatial Anchors
12-
13-
Azure Spatial Anchors is a managed cloud service and platform that enables multiuser, spatially aware mixed-reality and augmented-reality (MR/AR) apps for HoloLens, iOS devices with ARKit, and Android devices with ARCore.
14-
1511
## InternetClient
1612

1713
Apps can receive incoming data from the Internet. InternetClient can't act as a server and has no local network access.

learn-pr/azure/azure-cloud-services-tutorials/includes/3-exercise-azure-cloud-services-for-hololens-2.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ You'll use [Azure Storage](https://azure.microsoft.com/services/storage/) to per
2727

2828
With [Azure AI Custom Vision](https://azure.microsoft.com/services/cognitive-services/custom-vision-service/) (part of the [Azure AI services](https://azure.microsoft.com/services/cognitive-services/)) you can associate a set of images to Tracked Objects, train a machine learning model on the set you created, and detect the Tracked Objects.
2929

30-
### Azure Spatial Anchors
31-
32-
To store a Tracked Object location and give guided directions to find it, you'll use [Azure Spatial Anchors](https://azure.microsoft.com/services/spatial-anchors/).
33-
3430
## Create and prepare the Unity project
3531

3632
In this section, you'll create a new Unity project and get it ready for MRTK development.
@@ -46,8 +42,6 @@ First, follow the steps in [the HoloLens 2 learning path](/training/paths/beginn
4642

4743
## Import the tutorial assets
4844

49-
1. Add the `AzurespatialAnchors` SDK to your project. To add the package, [follow this tutorial](/azure/spatial-anchors/how-tos/setup-unity-project?tabs=UPMPackage).
50-
5145
1. Download and import the following Unity custom packages *in the order they're listed*:
5246

5347
* [AzureStorageForUnity.unitypackage](https://github.com/microsoft/MixedRealityLearning/releases/download/azure-cloud-services-v3.0.0/AzureStorageForUnity.unitypackage)

learn-pr/azure/azure-cloud-services-tutorials/includes/5-exercise-integrate-azure-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Learn more about [Azure storage services](/azure/storage/blobs/storage-blobs-ove
88

99
### Azure Table storage
1010

11-
This service allows us to store data in a NoSQL fashion. In our project, we'll use it to store information about the Tracked Object, such as name, description, spatial anchor ID, and more.
11+
This service allows us to store data in a NoSQL fashion. In our project, we'll use it to store information about the Tracked Object, such as name, description, and more.
1212

1313
In context of the demo application, you'll need two tables; one to store information about the project with information about the state of trained models (more about that in the *Integrate Azure Custom Vision* exercise later in this module), and a second table to store information about Tracked Objects.
1414

learn-pr/azure/azure-cloud-services-tutorials/includes/8-integrate-azure-spatial-anchors.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

learn-pr/azure/azure-cloud-services-tutorials/includes/9-exercise-integrate-azure-spatial-anchors.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

learn-pr/azure/azure-cloud-services-tutorials/index.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.azure.azure-cloud-services-tutorials-mrtk
33
metadata:
44
title: Integrate Azure Cloud Services to your Unity project on HoloLens 2
5-
description: Add Azure Cloud Services such as Azure Storage, Azure Custom Vision, and Azure Spatial Anchors for your mixed reality application.
5+
description: Add Azure Cloud Services such as Azure Storage and Azure Custom Vision for your mixed reality application.
66
ms.date: 01/11/2024
77
author: marlenaklein-msft
88
ms.author: marlenaklein
@@ -47,8 +47,6 @@ units:
4747
- learn.azure.azure-cloud-services-tutorials-mrtk.5-exercise-integrate-azure-storage
4848
- learn.azure.azure-cloud-services-tutorials-mrtk.6-integrate-azure-custom-vision
4949
- learn.azure.azure-cloud-services-tutorials-mrtk.7-exercise-integrate-azure-custom-vision
50-
- learn.azure.azure-cloud-services-tutorials-mrtk.8-integrate-azure-spatial-anchors
51-
- learn.azure.azure-cloud-services-tutorials-mrtk.9-exercise-integrate-azure-spatial-anchors
5250
- learn.azure.azure-cloud-services-tutorials-mrtk.12-knowledge-check
5351
- learn.azure.azure-cloud-services-tutorials-mrtk.13-summary
5452

0 commit comments

Comments
 (0)