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
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-create-data-registries.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,8 +200,42 @@ Now that you have your storage account with the desired files linked to your Azu
200
200
201
201
> [!NOTE]
202
202
> The maximum size of a file that can be registered with an Azure Maps datastore is one gigabyte.
203
+
203
204
To create a data registry:
204
205
206
+
# [system-assigned](#tab/System-assigned)
207
+
208
+
1. Provide the information needed to reference the storage account that is being added to the data registry in the body of your HTTP request. The information must be in JSON format and contain the following fields:
For more information on the `udid` property, see [The user data ID](#the-user-data-id).
234
+
235
+
1. Copy the value of the **Operation-Location** key from the response header.
236
+
237
+
# [user-assigned](#tab/User-assigned)
238
+
205
239
1. Provide the information needed to reference the storage account that is being added to the data registry in the body of your HTTP request. The information must be in JSON format and contain the following fields:
206
240
207
241
```json
@@ -216,6 +250,9 @@ To create a data registry:
216
250
}
217
251
```
218
252
253
+
> [!NOTE]
254
+
> When using User-assigned managed identities, you will get an error if you don't provide a value for the msiClientId property in your HTTP request.
255
+
219
256
For more information on the properties required in the HTTP request body, see [Data registry properties](#data-registry-properties).
220
257
221
258
1. Once you have the body of your HTTP request ready, execute the following **HTTP PUT request**:
@@ -229,6 +266,8 @@ To create a data registry:
229
266
230
267
1. Copy the value of the **Operation-Location** key from the response header.
231
268
269
+
---
270
+
232
271
> [!TIP]
233
272
> If the contents of a previously registered file is modified, it will fail its [data validation](#data-validation) and won't be usable in Azure Maps until it's re-registered. To re-register a file, rerun the register request, passing in the same [AzureBlob](#the-azureblob) used to create the original registration.
234
273
The value of the **Operation-Location** key is the status URL that you'll use to check the status of the data registry creation in the next section, it contains the operation ID used by the [Get operation][Get operation] API.
0 commit comments