Skip to content

Commit d80885a

Browse files
authored
Merge pull request #297994 from MicrosoftDocs/main
4/9/2025 PM Publish
2 parents 08a9430 + 8275a32 commit d80885a

File tree

55 files changed

+6541
-153
lines changed

Some content is hidden

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

55 files changed

+6541
-153
lines changed

articles/active-directory-b2c/api-connectors-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Using Azure AD B2C, you can add your own business logic to a user journey by cal
8585
![Diagram of a RESTful service claims exchange](media/api-connectors-overview/restful-service-claims-exchange.png)
8686

8787
> [!NOTE]
88-
> If there is slow or no response from the RESTful service to Azure AD B2C, the timeout is 30 seconds and the retry count is two times (meaning there are 3 tries in total). Currently, you can't configure the timeout and retry count settings.
88+
> HTTP requests may be cancelled if there is a slow or no response from the RESTful service to Azure AD B2C. The default timeout is 10 seconds and the default retry count is one (meaning there are 2 tries in total).
8989
9090
## Calling a RESTful service
9191

articles/azure-maps/creator-facility-ontology.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ When importing a GeoJSON package, the `ID` and `Geometry` fields must be supplie
8181

8282
:::image type="content" source="./media/creator-indoor-maps/geojson.png" alt-text="A screenshot showing the geometry and ID fields in a GeoJSON file.":::
8383

84-
For more information, see [Create a dataset using a GeoJson package].
84+
For more information, see [Create a dataset using a GeoJSON package].
8585

8686
---
8787

@@ -585,7 +585,7 @@ Learn more about Creator for indoor maps by reading:
585585
[Polygon]: /rest/api/maps-creator/wfs/get-features?tabs=HTTP#geojsonpolygon
586586

587587
<!--------- learn.microsoft.com links --------------->
588-
[Create a dataset using a GeoJson package]: how-to-dataset-geojson.md
588+
[Create a dataset using a GeoJSON package]: how-to-dataset-geojson.md
589589
[Creator for indoor maps]: creator-indoor-maps.md
590590

591591
<!--------- External Links --------------->

articles/azure-maps/how-to-dataset-geojson.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to create a dataset using a GeoJson package
3-
description: Learn how to create a dataset using a GeoJson package.
2+
title: How to create a dataset using a GeoJSON package
3+
description: Learn how to create a dataset using a GeoJSON package.
44
author: faterceros
55
ms.author: aterceros
66
ms.date: 11/01/2021
@@ -9,7 +9,7 @@ ms.service: azure-maps
99
ms.subservice: creator
1010
---
1111

12-
# Create a dataset using a GeoJson package (Preview)
12+
# Create a dataset using a GeoJSON package (Preview)
1313

1414
> [!NOTE]
1515
>
@@ -36,7 +36,7 @@ Azure Maps Creator enables users to import their indoor map data in GeoJSON form
3636
3737
## Create dataset using the GeoJSON package
3838

39-
For more information on the GeoJSON package, see the [Geojson zip package requirements] section.
39+
For more information on the GeoJSON package, see the [GeoJSON zip package requirements] section.
4040

4141
### Upload the GeoJSON package
4242

@@ -95,7 +95,7 @@ https://us.atlas.microsoft.com/datasets?api-version=2023-03-01-preview&conversio
9595
| conversionId | The ID returned when converting your drawing package. |
9696
| datasetId | The dataset ID returned when creating the original dataset from a GeoJSON package. |
9797

98-
## Geojson zip package requirements
98+
## GeoJSON zip package requirements
9999

100100
The GeoJSON zip package consists of one or more [RFC 7946] compliant GeoJSON files, one for each feature class, all in the root directory (subdirectories aren't supported), compressed with standard Zip compression and named using the `.ZIP` extension.
101101

@@ -137,7 +137,7 @@ Feature IDs can only contain alpha-numeric (a-z, A-Z, 0-9), hyphen (-), dot (.)
137137
[dataset]: creator-indoor-maps.md#datasets
138138
[Facility Ontology 2.0]: creator-facility-ontology.md?pivots=facility-ontology-v2
139139
[facility]: creator-facility-ontology.md?pivots=facility-ontology-v2#facility
140-
[Geojson zip package requirements]: #geojson-zip-package-requirements
140+
[GeoJSON zip package requirements]: #geojson-zip-package-requirements
141141
[How to create data registry]: how-to-create-data-registries.md
142142
[level]: creator-facility-ontology.md?pivots=facility-ontology-v2#level
143143
[line]: creator-facility-ontology.md?pivots=facility-ontology-v2#lineelement

0 commit comments

Comments
 (0)