Skip to content

Commit 97c9a8e

Browse files
author
Jill Grant
authored
Merge pull request #292053 from pamistel/main
Removing all references to deprecated spatial-maps service
2 parents 36e64a4 + 856e119 commit 97c9a8e

File tree

159 files changed

+232
-7596
lines changed

Some content is hidden

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

159 files changed

+232
-7596
lines changed

articles/azure-resource-manager/management/azure-services-resource-providers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ The resource providers for developer tools services are:
136136
| Microsoft.DevCenter | [Microsoft Dev Box](../../dev-box/index.yml) |
137137
| Microsoft.DevSpaces | [Azure Dev Spaces](/previous-versions/azure/dev-spaces/) |
138138
| Microsoft.LoadTestService | [Azure Load Testing](/azure/load-testing/) |
139-
| Microsoft.MixedReality | [Azure Spatial Anchors](../../spatial-anchors/index.yml) |
140139
| Microsoft.Notebooks | [Azure Notebooks](https://notebooks.azure.com/help/introduction) |
141140

142141
## DevOps resource providers

articles/azure-resource-manager/management/move-support-resources.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,6 @@ Moves between Resource groups and subscriptions are supported for APIs that use
12981298
> | ------------- | ----------- | ---------- | ---------- |
12991299
> | objectunderstandingaccounts | No | No | No |
13001300
> | remoterenderingaccounts | **Yes** | **Yes** | No |
1301-
> | spatialanchorsaccounts | **Yes** | **Yes** | No |
13021301
13031302
## Microsoft.MobileNetwork
13041303

articles/azure-resource-manager/management/tag-support.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,6 @@ To get the same data as a file of comma-separated values, download [tag-support.
22022202
> | objectAnchorsAccounts | Yes | Yes |
22032203
> | objectUnderstandingAccounts | Yes | Yes |
22042204
> | remoteRenderingAccounts | Yes | Yes |
2205-
> | spatialAnchorsAccounts | Yes | Yes |
22062205
22072206
## Microsoft.MobileNetwork
22082207

articles/azure-resource-manager/templates/deployment-complete-mode-deletion.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,6 @@ The resources are listed by resource provider namespace. To match a resource pro
22022202
> | objectAnchorsAccounts | Yes |
22032203
> | objectUnderstandingAccounts | Yes |
22042204
> | remoteRenderingAccounts | Yes |
2205-
> | spatialAnchorsAccounts | Yes |
22062205
22072206
## Microsoft.MobileNetwork
22082207

articles/governance/resource-graph/reference/supported-tables-resources.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ For sample queries for this table, see [Resource Graph sample queries for resour
596596
- Microsoft.MixedReality/objectAnchorsAccounts (Object Anchors Accounts)
597597
- Microsoft.MixedReality/objectUnderstandingAccounts (Object Understanding Accounts)
598598
- Microsoft.MixedReality/remoteRenderingAccounts (Remote Rendering Accounts)
599-
- Microsoft.MixedReality/spatialAnchorsAccounts (Spatial Anchors Accounts)
600599
- microsoft.mixedreality/surfacereconstructionaccounts
601600
- Microsoft.MobileNetwork/mobileNetworks (Mobile Networks)
602601
- microsoft.mobilenetwork/mobilenetworks/datanetworks

articles/index.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,14 +1151,6 @@ productDirectory:
11511151
- mixed-reality
11521152
url: object-anchors/index.yml
11531153
# Card
1154-
- title: Spatial Anchors
1155-
summary: Create multi-user, spatially aware mixed reality experiences
1156-
imageSrc: ./media/index/spatial-anchor-accounts.svg
1157-
azureCategories:
1158-
- mixed-reality
1159-
- mobile
1160-
url: spatial-anchors/index.yml
1161-
# Card
11621154
- title: Azure Remote Rendering
11631155
summary: Render high-quality, interactive 3D content, and stream it to your devices in real time
11641156
imageSrc: ./media/index/remote-rendering.svg

articles/media/index/spatial-anchor-accounts.svg

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

articles/orbital/geospatial-reference-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Azure has many native geospatial capabilities. In this diagram and the ones that
3636

3737
:::image type="content" source="media/geospatial-overview.png" alt-text="Geospatial On Azure" lightbox="media/geospatial-overview.png":::
3838

39-
This architecture flow assumes that the data may be coming from databases, files or streaming sources and not stored in a native GIS format. Once the data is ingested with Azure Data Factory, or via Azure IoT, Event Hubs and Stream Analytics, it could then be stored permanently in warm storage with Azure SQL, Azure SQL Managed Instance, Azure Database for PostgreSQL or Azure Data Lake Storage. From there, the data can be transformed and processed in batch with Azure Batch or Synapse Spark Pool, of which both can be automated through the usage of an Azure Data Factory or Synapse pipeline. For real-time data, it can be further transformed or processed with Stream Analytics, Azure Maps or brought into context with Azure Digital Twins. Once the data is transformed, it can then once again be served for additional uses in Azure SQL DB or Azure Database for PostgreSQL, Synapse SQL Pool (for abstracted non-geospatial data), Azure Cosmos DB, or Azure Data Explorer. Once ready, the data can be queried directly through the data base API, but frequently a publish layer is used. The Azure Maps Data API would suffice for small datasets, otherwise a non-native service can be introduced based on OSS or COTS, for accessing the data through web services or desktop applications. Finally, the Azure Maps Web SDK hosted in Azure App Service would allow for geovisualization. Another option is to use Azure Maps in Power BI. Lastly, HoloLens and Azure Spatial Anchors can be used to view the data and place it in the real-world for virtual reality (VR) and augmented reality (AR) experiences.
39+
This architecture flow assumes that the data may be coming from databases, files or streaming sources and not stored in a native GIS format. Once the data is ingested with Azure Data Factory, or via Azure IoT, Event Hubs and Stream Analytics, it could then be stored permanently in warm storage with Azure SQL, Azure SQL Managed Instance, Azure Database for PostgreSQL or Azure Data Lake Storage. From there, the data can be transformed and processed in batch with Azure Batch or Synapse Spark Pool, of which both can be automated through the usage of an Azure Data Factory or Synapse pipeline. For real-time data, it can be further transformed or processed with Stream Analytics, Azure Maps or brought into context with Azure Digital Twins. Once the data is transformed, it can then once again be served for additional uses in Azure SQL DB or Azure Database for PostgreSQL, Synapse SQL Pool (for abstracted non-geospatial data), Azure Cosmos DB, or Azure Data Explorer. Once ready, the data can be queried directly through the data base API, but frequently a publish layer is used. The Azure Maps Data API would suffice for small datasets, otherwise a non-native service can be introduced based on OSS or COTS, for accessing the data through web services or desktop applications. Finally, the Azure Maps Web SDK hosted in Azure App Service would allow for geovisualization. Another option is to use Azure Maps in Power BI.
4040

4141
It should be noted as well that many of these options are optional and could be supplemented with OSS to reduce cost while also maintaining scalability, or 3rd party tools to utilize their specific capabilities. The next session addresses this need.
4242

7.54 KB
Loading

articles/reliability/availability-service-by-category.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ As mentioned previously, Azure classifies services into three categories: founda
9898
> | Azure Red Hat OpenShift |
9999
> | Azure Remote Rendering |
100100
> | Azure SignalR Service |
101-
> | Azure Spatial Anchors |
102101
> | Azure Spring Apps |
103102
> | Azure Storage: Archive Storage |
104103
> | Azure Synapse Analytics |

0 commit comments

Comments
 (0)