Skip to content

Commit f1a0a19

Browse files
committed
Update how-to-create-data-registries.md
1 parent db75bd1 commit f1a0a19

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-maps/how-to-create-data-registries.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Create Data Registries (preview)
2+
title: Create Data Registry (preview)
33
titleSuffix: Azure Maps
4-
description: Learn how to create data registries.
4+
description: Learn how to create Data Registry.
55
author: stevemunk
66
ms.author: v-munksteve
77
ms.date: 2/14/2023
@@ -10,7 +10,7 @@ ms.service: azure-maps
1010
services: azure-maps
1111
---
1212

13-
# How to create data registries (preview)
13+
# How to create data registry (preview)
1414

1515
The [data registry][data registry] service enables you to register data content in an Azure Storage Account with your Azure Maps account. An example of data might include a collection of Geofences used in the Azure Maps Geofencing Service. Another example is ZIP files containing drawing packages (DWG) or GeoJSON files that Azure Maps Creator uses to create or update indoor maps.
1616

@@ -369,10 +369,10 @@ If you need to replace a previously registered file with another file, rerun the
369369

370370
When you register a file in Azure Maps using the data registry API, an MD5 hash is created from the contents of the file, encoding it into a 128-bit fingerprint and saving it in the `AzureBlob` as the `contentMD5` property. The MD5 hash stored in the `contentMD5` property is used to ensure the data integrity of the file. Since the MD5 hash algorithm always produces the same output given the same input, the data validation process can compare the `contentMD5` property of the file when it was registered against a hash of the file in the Azure storage account to check that it's intact and unmodified. If the hash isn't the same, the validation fails. If the file in the underlying storage account changes, the validation will fail. If you need to modify the contents of a file that has been registered in Azure Maps, you'll need to register it again.
371371

372-
[data registry]: /rest/api/maps/2022-12-01-preview/data-registries
373-
[list]: /rest/api/maps/2022-12-01-preview/data-registries/list
374-
[Register Or Replace]: /rest/api/maps/2022-12-01-preview/data-registries/register-or-replace
375-
[Get operation]: /rest/api/maps/2022-12-01-preview/data-registries/get-operation
372+
[data registry]: /rest/api/maps/2022-12-01-preview/data-registry
373+
[list]: /rest/api/maps/2022-12-01-preview/data-registry/list
374+
[Register Or Replace]: /rest/api/maps/2022-12-01-preview/data-registry/register-or-replace
375+
[Get operation]: /rest/api/maps/2022-12-01-preview/data-registry/get-operation
376376

377377
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
378378
[storage account overview]: /azure/storage/common/storage-account-overview

0 commit comments

Comments
 (0)