You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

10
-
11
9
-[Azure Mixed Reality Authentication client library for .NET](#azure-mixed-reality-authentication-client-library-for-net)
12
10
-[Getting started](#getting-started)
13
11
-[Install the package](#install-the-package)
@@ -51,7 +49,6 @@ Add a package reference:
51
49
- You must have an [Azure subscription](https://azure.microsoft.com/free/dotnet/).
52
50
- You must have an account with an [Azure Mixed Reality service](https://azure.microsoft.com/topic/mixed-reality/):
- Familiarity with the authentication and credential concepts from [Azure.Identity](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md).
56
53
57
54
### Authenticate the client
@@ -69,8 +66,6 @@ Mixed Reality services support a few different forms of authentication:
69
66
method for production applications because it allows you to avoid embedding the credentials for access to a Mixed
70
67
Reality service in your client application.
71
68
72
-
See [here](https://learn.microsoft.com/azure/spatial-anchors/concepts/authentication) for detailed instructions and information.
73
-
74
69
#### Authentication examples
75
70
76
71
Below are some examples of some common authentication scenarios, but more examples and information can be found at
Copy file name to clipboardExpand all lines: sdk/mixedreality/Azure.ResourceManager.MixedReality/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Microsoft Azure Mixed Reality management client library for .NET
2
2
3
-
Microsoft Azure Mixed Reality cloud services like Azure Remote Rendering and Azure Spatial Anchors help developers build compelling immersive experiences on a variety of platforms. These services allow you to integrate spatial awareness into your projects when you're making applications for 3D training, predictive equipment maintenance, and design review, all in the context of your users’ environments.
3
+
Microsoft Azure Mixed Reality cloud services like Azure Remote Rendering help developers build compelling immersive experiences on a variety of platforms.
4
4
5
5
This library supports managing Microsoft Azure Mixed Reality resources.
0 commit comments