Skip to content

Commit 0e468fc

Browse files
authored
Merge branch 'main' into creator-preview-links
2 parents d337d9a + bf949a3 commit 0e468fc

27 files changed

+329
-213
lines changed

articles/advisor/advisor-reference-reliability-recommendations.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,23 @@ In active-active configuration, both instances of the VPN gateway establish S2S
645645

646646
Learn more about [Virtual network gateway - VNetGatewayActiveActive (Enable Active-Active gateways for redundancy)](https://aka.ms/aa_vpnha_learnmore).
647647

648+
### Use HEAD health probes
649+
650+
For health probes, it’s a good practice to use the HEAD method, which reduces the amount of traffic load on your origins.
651+
652+
Learn more about [Front Door - Use HEAD health probes](https://aka.ms/afd-use-health-probes).
653+
654+
### Use managed TLS certificates
655+
656+
Front Door management of your TLS certificates reduces your operational costs and helps you to avoid costly outages caused by forgetting to renew a certificate.
657+
658+
Learn more about [Use managed TLS certificates](https://aka.ms/afd-use-managed-tls).
659+
660+
### Disable health probes when there is only one origin in an origin group
661+
662+
If you only have a single origin, Front Door always routes traffic to that origin even if its health probe reports an unhealthy status. The status of the health probe doesn't do anything to change Front Door's behavior. In this scenario, health probes don't provide a benefit and you should disable them to reduce the traffic on your origin.
663+
664+
Learn more about [Health probe best practices](https://aka.ms/afd-disable-health-probes).
648665

649666
## SAP for Azure
650667

articles/ai-services/openai/supported-languages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Azure OpenAI supports the following programming languages.
2222
| C# | [Source code](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/src) | [Package (NuGet)](https://www.nuget.org/packages/Azure.AI.OpenAI/) | [C# examples](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/tests/Samples) |
2323
| Go | [Source code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/ai/azopenai) | [Package (Go)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai)| [ Go examples](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai#pkg-examples) |
2424
| Java | [Source code](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/openai/azure-ai-openai) | [Artifact (Maven)](https://central.sonatype.com/artifact/com.azure/azure-ai-openai/) | [Java examples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/openai/azure-ai-openai/src/samples) |
25-
| JavaScript | [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/openai/openai) | [Package (npm)](https://www.npmjs.com/package/@azure/openai) | [JavaScript examples](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/tests/Samples) |
25+
| JavaScript | [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/openai/openai) | [Package (npm)](https://www.npmjs.com/package/@azure/openai) | [JavaScript examples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/openai/openai/samples/) |
2626
| Python | [Source code](https://github.com/openai/openai-python) | [Package (PyPi)](https://pypi.org/project/openai/) | [Python examples](./how-to/switching-endpoints.md) |
2727

2828
## Next steps
2929

3030
- Explore each programming language in our step-by-step [quickstarts](./chatgpt-quickstart.md)
31-
- To see what models are currently supported, check out the [Azure OpenAI models page](./concepts/models.md)
31+
- To see what models are currently supported, check out the [Azure OpenAI models page](./concepts/models.md)

articles/azure-maps/about-creator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This section provides a high-level overview of the indoor map creation workflow.
110110

111111
[Azure Maps Creator onboarding tool]: https://azure.github.io/azure-maps-creator-onboarding-tool
112112
[Azure Maps Creator REST API]: /rest/api/maps-creator
113-
[Conversion]: /rest/api/maps/v2/conversion
113+
[Conversion]: /rest/api/maps-creator/conversion
114114
[Create a feature stateset]: how-to-creator-feature-stateset.md
115115
[Create custom styles for indoor maps]: how-to-create-custom-styles.md
116116
[Create dataset using GeoJson package]: how-to-dataset-geojson.md

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -575,12 +575,13 @@ Learn more about Creator for indoor maps by reading:
575575
[level.Id]: #level
576576
[structures]: #structure
577577
<!--------- REST API Links --------------->
578-
[conversion service]: /rest/api/maps/v2/conversion
578+
[conversion service]: /rest/api/maps-creator/conversion
579579
[dataset]: /rest/api/maps-creator/dataset?view=rest-maps-creator-2023-03-01-preview
580-
[GeoJSON Point geometry]: /rest/api/maps/v2/wfs/get-features#geojsonpoint
581-
[MultiPolygon]: /rest/api/maps/v2/wfs/get-features?tabs=HTTP#geojsonmultipolygon
582-
[Point]: /rest/api/maps/v2/wfs/get-features#geojsonpoint
583-
[Polygon]: /rest/api/maps/v2/wfs/get-features?tabs=HTTP#geojsonpolygon
580+
[GeoJSON Point geometry]: /rest/api/maps-creator/wfs/get-features#geojsonpoint
581+
[MultiPolygon]: /rest/api/maps-creator/wfs/get-features?tabs=HTTP#geojsonmultipolygon
582+
[Point]: /rest/api/maps-creator/wfs/get-features#geojsonpoint
583+
[Polygon]: /rest/api/maps-creator/wfs/get-features?tabs=HTTP#geojsonpolygon
584+
584585
<!--------- learn.microsoft.com links --------------->
585586
[Create a dataset using a GeoJson package]: how-to-dataset-geojson.md
586587
[Creator for indoor maps]: creator-indoor-maps.md

articles/azure-maps/creator-indoor-maps.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -314,26 +314,26 @@ The following example shows how to update a dataset, create a new tileset, and d
314314
[Upload a drawing package]: #upload-a-drawing-package
315315

316316
<!----- REST API Links ------->
317-
[Alias API]: /rest/api/maps/v2/alias
318-
[Conversion service]: /rest/api/maps/v2/conversion
319317
[Creator - map configuration Rest API]: /rest/api/maps-creator/map-configuration?view=rest-maps-creator-2023-03-01-preview
320-
[Dataset Create]: /rest/api/maps/v2/dataset/create
321-
[Dataset service]: /rest/api/maps/v2/dataset
322-
[Feature State service]: /rest/api/maps/v2/feature-state
323-
[Feature State Update API]: /rest/api/maps/v2/feature-state/update-states
324-
[Geofence service]: /rest/api/maps/spatial/postgeofence
325-
[Render - Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
326318
[routeset]: /rest/api/maps-creator/routeset?view=rest-maps-creator-2023-03-01-preview
327319
[Style - Create]: /rest/api/maps-creator/style/create?view=rest-maps-creator-2023-03-01-preview
328320
[style]: /rest/api/maps-creator/style?view=rest-maps-creator-2023-03-01-preview
329-
[Tileset Create]: /rest/api/maps/v2/tileset/create
330-
[Tileset List]: /rest/api/maps/v2/tileset/list
331-
[Tileset service]: /rest/api/maps/v2/tileset
332321
[tileset]: /rest/api/maps-creator/tileset?view=rest-maps-creator-2023-03-01-preview
333322
[wayfinding path]: /rest/api/maps-creator/wayfinding/get-path?view=rest-maps-creator-2023-03-01-preview
334323
[wayfinding service]: /rest/api/maps-creator/wayfinding?view=rest-maps-creator-2023-03-01-preview
335324
[wayfinding]: /rest/api/maps-creator/wayfinding?view=rest-maps-creator-2023-03-01-preview
336-
[Web Feature service]: /rest/api/maps/v2/wfs
325+
[Alias API]: /rest/api/maps-creator/alias
326+
[Conversion service]: /rest/api/maps-creator/conversion
327+
[Dataset Create]: /rest/api/maps-creator/dataset/create
328+
[Dataset service]: /rest/api/maps-creator/dataset
329+
[Feature State service]: /rest/api/maps-creator/feature-state
330+
[Feature State Update API]: /rest/api/maps-creator/feature-state/update-states
331+
[Geofence service]: /rest/api/maps/spatial/postgeofence
332+
[Tileset Create]: /rest/api/maps-creator/tileset/create
333+
[Tileset List]: /rest/api/maps-creator/tileset/list
334+
[Tileset service]: /rest/api/maps-creator/tileset
335+
[Web Feature service]: /rest/api/maps-creator/wfs
336+
337337

338338
<!--- learn.microsoft.com Links ------------>
339339
[Authorization with role-based access control]: azure-maps-authentication.md#authorization-with-role-based-access-control

articles/azure-maps/creator-onboarding-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Integrate the indoor map into your applications using the Web SDK.
7575
> [Use the Azure Maps Indoor Maps module]
7676
7777
[Azure Maps Creator onboarding tool]: https://azure.github.io/azure-maps-creator-onboarding-tool
78-
[Conversion service]: /rest/api/maps/v2/conversion
78+
[Conversion service]: /rest/api/maps-creator/conversion
7979
[Convert a drawing package]: creator-indoor-maps.md#convert-a-drawing-package
8080
[dataset]: creator-indoor-maps.md#datasets
8181
[Drawing package requirements]: drawing-requirements.md?pivots=drawing-package-v2

articles/azure-maps/drawing-conversion-error-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ To fix a **verticalPenetrationError** error, read about how to use a vertical pe
507507
> [!div class="nextstepaction"]
508508
> [Creator for indoor mapping]
509509
510-
[Conversion service]: /rest/api/maps/v2/conversion
510+
[Conversion service]: /rest/api/maps-creator/conversion
511511
[Creator for indoor mapping]: creator-indoor-maps.md
512512
[Drawing files requirements]: drawing-requirements.md#drawing-package-requirements
513513
[Drawing Package Guide]: drawing-package-guide.md

articles/azure-maps/drawing-error-visualizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Learn more by reading:
9595
> [Creator for indoor maps]
9696

9797
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
98-
[Azure Maps Conversion API]: /rest/api/maps/v2/conversion
98+
[Azure Maps Conversion API]: /rest/api/maps-creator/conversion
9999
[Convert a drawing package]: tutorial-creator-indoor-maps.md#convert-a-drawing-package
100100
[Creator for indoor maps]: creator-indoor-maps.md
101101
[Creator resource]: how-to-manage-creator.md

articles/azure-maps/how-to-creator-feature-stateset.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ Learn how to implement dynamic styling for indoor maps.
128128
[Postman]: https://www.postman.com/
129129

130130
<!--------- REST API Links --------------->
131-
[Feature State - Delete Stateset]: /rest/api/maps/v2/feature-state/delete-stateset
132-
[Feature State - List States]: /rest/api/maps/v2/feature-state/list-states
133-
[Feature State service]: /rest/api/maps/v2/feature-state
134-
[Feature Statesets API]: /rest/api/maps/v2/feature-state/create-stateset
135-
[Feature statesets]: /rest/api/maps/v2/feature-state
136-
[Stateset API]: /rest/api/maps/v2/feature-state/create-stateset
131+
[Feature State - Delete Stateset]: /rest/api/maps-creator/feature-state/delete-stateset
132+
[Feature State - List States]: /rest/api/maps-creator/feature-state/list-states
133+
[Feature State service]: /rest/api/maps-creator/feature-state
134+
[Feature Statesets API]: /rest/api/maps-creator/feature-state/create-stateset
135+
[Feature statesets]: /rest/api/maps-creator/feature-state
136+
[Stateset API]: /rest/api/maps-creator/feature-state/create-stateset

articles/azure-maps/how-to-creator-wfs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ After the response returns, copy the feature `id` for one of the `unit` features
113113
> [!div class="nextstepaction"]
114114
> [How to create a feature stateset]
115115
116-
[datasets]: /rest/api/maps/v2/dataset
117-
[WFS API]: /rest/api/maps/v2/wfs
118-
[Web Feature Service (WFS)]: /rest/api/maps/v2/wfs
116+
[datasets]: /rest/api/maps-creator/dataset
117+
[WFS API]: /rest/api/maps-creator/wfs
118+
[Web Feature Service (WFS)]: /rest/api/maps-creator/wfs
119119
[Tutorial: Use Creator to create indoor maps]: tutorial-creator-indoor-maps.md
120120
[Check dataset creation status]: tutorial-creator-indoor-maps.md#check-the-dataset-creation-status
121121
[Access to Creator Services]: how-to-manage-creator.md#access-to-creator-services
122-
[WFS Describe Collections API]: /rest/api/maps/v2/wfs/get-collection-definition
122+
[WFS Describe Collections API]: /rest/api/maps-creator/wfs/get-collection-definition
123123
[Update a feature state]: how-to-creator-feature-stateset.md#update-a-feature-state
124124
[How to create a feature stateset]: how-to-creator-feature-stateset.md

0 commit comments

Comments
 (0)