Skip to content

Commit 9291218

Browse files
authored
Merge branch 'MicrosoftDocs:main' into update-conn-drain-remove-unhealthy
2 parents 131e6e0 + 6fd6c56 commit 9291218

File tree

117 files changed

+921
-800
lines changed

Some content is hidden

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

117 files changed

+921
-800
lines changed

articles/app-service/configure-custom-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ Set-AzWebApp -ResourceGroupName <group-name> -Name <app-name> -AppSettings @{"WE
226226

227227
You can use the */home* directory in your custom container file system to persist files across restarts and share them across instances. The */home* directory is provided to enable your custom container to access persistent storage. Saving data within */home* contributes to the [storage space quota](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-app-service-limits) included with your App Service Plan.
228228

229-
When persistent storage is disabled, writes to the *C:\home* directory aren't persisted across app restarts or across multiple instances. When persistent storage is enabled, all writes to the *\home* directory persist. All instances of a scaled-out app can access them. Any existing files already present on the persistent storage when the container starts overwrite any contents in the *\home* directory of the container.
229+
When persistent storage is disabled, writes to the */home* directory aren't persisted across app restarts or across multiple instances. When persistent storage is enabled, all writes to the */home* directory persist. All instances of a scaled-out app can access them. Any existing files already present on the persistent storage when the container starts overwrite any contents in the */home* directory of the container.
230230

231-
The only exception is the *\home\LogFiles* directory. This directory stores the container and application logs. This folder always persists upon app restarts if [application logging is enabled](troubleshoot-diagnostic-logs.md#enable-application-logging-linuxcontainer) with the **File System** option, whether or not persistent storage is enabled. In other words, enabling or disabling the persistent storage doesn't affect the application logging behavior.
231+
The only exception is the */home/LogFiles* directory. This directory stores the container and application logs. This folder always persists upon app restarts if [application logging is enabled](troubleshoot-diagnostic-logs.md#enable-application-logging-linuxcontainer) with the **File System** option, whether or not persistent storage is enabled. In other words, enabling or disabling the persistent storage doesn't affect the application logging behavior.
232232

233233
We recommend that you write data to */home* or a [mounted Azure storage path](configure-connect-to-azure-storage.md?tabs=portal&pivots=container-linux). Data written outside these paths isn't persistent during restarts. The data is saved to platform-managed host disk space separate from the App Service Plans file storage quota.
234234

articles/app-service/includes/regionalization-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ms.subservice: web-apps
1212
> [!NOTE]
1313
> Starting June 1, 2024, newly created App Service apps can generate a unique default host name that uses the naming convention `<app-name>-<random-hash>.<region>.azurewebsites.net`. For example: `myapp-ds27dh7271aah175.westus-01.azurewebsites.net`. Existing app names remain unchanged.
1414
>
15-
> For more information, see the [blog post about creating a web app with a unique default host name](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/public-preview-creating-web-app-with-a-unique-default-hostname/ba-p/4156353).
15+
> For more information, see the [blog post about creating a web app with a unique default host name](https://techcommunity.microsoft.com/blog/appsonazureblog/secure-unique-default-hostnames-ga-on-app-service-web-apps-and-public-preview-on/4303571).

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ The following JSON is an example of a default map configuration. See the followi
217217
#### Additional information
218218

219219
- For more information how to modify styles using the style editor, see [Create custom styles for indoor maps].
220-
- For more information on style Rest API, see [style] in the Maps Creator Rest API reference.
221-
- For more information on the map configuration Rest API, see [Creator - map configuration Rest API].
220+
- For more information on style REST API, see [style] in the Maps Creator REST API reference.
221+
- For more information on the map configuration REST API, see [Creator - map configuration REST API].
222222

223223
### Wayfinding (preview)
224224

@@ -299,7 +299,7 @@ The following example shows how to update a dataset, create a new tileset, and d
299299
[Upload a drawing package]: #upload-a-drawing-package
300300

301301
<!----- REST API Links ------->
302-
[Creator - map configuration Rest API]: /rest/api/maps-creator/map-configuration?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
302+
[Creator - map configuration REST API]: /rest/api/maps-creator/map-configuration?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
303303
[routeset]: /rest/api/maps-creator/routeset?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
304304
[Style - Create]: /rest/api/maps-creator/style/create?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
305305
[style]: /rest/api/maps-creator/style?view=rest-maps-creator-2023-03-01-preview&preserve-view=true

articles/azure-maps/how-to-create-custom-styles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you create an indoor map using Azure Maps Creator, default styles are appli
2727

2828
## Create custom styles using Creators visual editor
2929

30-
While it's possible to modify your indoor maps styles using [Creators Rest API], Creator also offers a [visual style editor][style editor] to create custom styles that doesn't require coding. This article focuses exclusively on creating custom styles using this style editor.
30+
While it's possible to modify your indoor maps styles using [Creators REST API], Creator also offers a [visual style editor][style editor] to create custom styles that doesn't require coding. This article focuses exclusively on creating custom styles using this style editor.
3131

3232
### Open style
3333

@@ -247,7 +247,7 @@ Now when you select that unit in the map, the pop-up menu has the new layer ID,
247247
248248
[categories]: https://atlas.microsoft.com/sdk/javascript/indoor/0.2/categories.json
249249
[Creator concepts]: creator-indoor-maps.md
250-
[Creators Rest API]: /rest/api/maps-creator/
250+
[Creators REST API]: /rest/api/maps-creator/
251251
[custom styling]: creator-indoor-maps.md#custom-styling-preview
252252
[Instantiate the Indoor Manager]: how-to-use-indoor-module.md#instantiate-the-indoor-manager
253253
[manifest]: drawing-requirements.md#manifest-file-requirements

articles/azure-maps/how-to-dev-guide-csharp-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-track-dotnet
1313

1414
# C# REST SDK Developers Guide
1515

16-
The Azure Maps C# SDK supports functionality available in the Azure Maps [Rest API], like searching for an address, routing between different coordinates, and getting the geo-location of a specific IP address. This article introduces the C# REST SDK with examples to help you get started building location-aware applications in C# that incorporates the power of Azure Maps.
16+
The Azure Maps C# SDK supports functionality available in the Azure Maps [REST API], like searching for an address, routing between different coordinates, and getting the geo-location of a specific IP address. This article introduces the C# REST SDK with examples to help you get started building location-aware applications in C# that incorporates the power of Azure Maps.
1717

1818
> [!NOTE]
1919
> Azure Maps C# SDK supports any .NET version that is compatible with [.NET standard] version 2.0 or higher. For an interactive table, see [.NET Standard versions].
@@ -321,7 +321,7 @@ The [Azure.Maps Namespace] in the .NET documentation.
321321
[rendering package]: https://www.nuget.org/packages/Azure.Maps.Rendering
322322
[rendering readme]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/maps/Azure.Maps.Rendering/README.md
323323
[rendering sample]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Rendering/samples
324-
[Rest API]: /rest/api/maps/
324+
[REST API]: /rest/api/maps/
325325
[routing package]: https://www.nuget.org/packages/Azure.Maps.Routing
326326
[routing readme]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/maps/Azure.Maps.Routing/README.md
327327
[routing sample]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Routing/samples

articles/azure-maps/how-to-request-weather-data.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Request real-time and forecasted weather data using Azure Maps Weather services
2+
title: Request real-time and forecasted weather data using Azure Maps Weather service
33
titleSuffix: Microsoft Azure Maps
4-
description: Learn how to request real-time (current) and forecasted (minute, hourly, daily) weather data using Microsoft Azure Maps Weather services
4+
description: Learn how to request real-time (current) and forecasted (minute, hourly, daily) weather data using Microsoft Azure Maps Weather service
55
author: farazgis
66
ms.author: fsiddiqui
77
ms.date: 08/08/2024
@@ -12,9 +12,9 @@ ms.custom: mvc
1212
---
1313

1414

15-
# Request real-time and forecasted weather data using Azure Maps Weather services
15+
# Request real-time and forecasted weather data using Azure Maps Weather service
1616

17-
Azure Maps [Weather services] are a set of RESTful APIs that allows developers to integrate highly dynamic historical, real-time, and forecasted weather data and visualizations into their solutions.
17+
Azure Maps [Weather service] are a set of RESTful APIs that allows developers to integrate highly dynamic historical, real-time, and forecasted weather data and visualizations into their solutions.
1818

1919
This article demonstrates how to request both real-time and forecasted weather data:
2020

@@ -24,7 +24,7 @@ This article demonstrates how to request both real-time and forecasted weather d
2424
* Request hourly forecasts using the [Get Hourly Forecast API].
2525
* Request minute by minute forecasts using the [Get Minute Forecast API].
2626

27-
This video provides examples for making REST calls to Azure Maps Weather services.
27+
This video provides examples for making REST calls to Azure Maps Weather service.
2828

2929
</br>
3030

@@ -781,7 +781,7 @@ In this example, you use the [Get Minute Forecast API] to retrieve the minute-by
781781
> [Weather service concepts]
782782
783783
> [!div class="nextstepaction"]
784-
> [Weather services]
784+
> [Weather service]
785785
786786
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
787787
[Get Current Conditions API]: /rest/api/maps/weather/getcurrentconditions
@@ -793,4 +793,4 @@ In this example, you use the [Get Minute Forecast API] to retrieve the minute-by
793793
[bruno]: https://www.usebruno.com/
794794
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
795795
[Weather service concepts]: weather-services-concepts.md
796-
[Weather services]: /rest/api/maps/weather
796+
[Weather service]: /rest/api/maps/weather

articles/azure-maps/how-to-use-indoor-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.custom: devx-track-js
2121
2222
The Azure Maps Web SDK includes an [Indoor Maps] module, enabling you to render indoor maps created in Azure Maps Creator services.
2323

24-
When you create an indoor map using Azure Maps Creator, default styles are applied. Azure Maps Creator now also supports customizing the styles of the different elements of your indoor maps using the [Style Rest API], or the [visual style editor].
24+
When you create an indoor map using Azure Maps Creator, default styles are applied. Azure Maps Creator now also supports customizing the styles of the different elements of your indoor maps using the [Style REST API], or the [visual style editor].
2525

2626
## Prerequisites
2727

@@ -300,7 +300,7 @@ Learn more about how to add more data to your map:
300300
[Indoor Maps]: https://www.npmjs.com/package/azure-maps-indoor
301301
[map configuration API]: /rest/api/maps-creator/map-configuration?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
302302
[map configuration]: creator-indoor-maps.md#map-configuration
303-
[Style Rest API]: /rest/api/maps-creator/style?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
303+
[Style REST API]: /rest/api/maps-creator/style?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
304304
[style-loader]: https://webpack.js.org/loaders/style-loader
305305
[Subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
306306
[Tileset List API]: /rest/api/maps-creator/tileset/list

articles/azure-maps/map-search-location.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The second block of code creates an object that implements the [TokenCredential]
103103

104104
The third block of code creates a data source object using the [DataSource] class and add search results to it. A [symbol layer] uses text or icons to render point-based data wrapped in the [DataSource] as symbols on the map. A symbol layer is then created. The data source is added to the symbol layer, which is then added to the map.
105105

106-
The fourth code block makes a GET request in the [MapsSearch] client. It allows you to perform a free form text search via the [Get Search Fuzzy rest API] to search for point of interest. Get requests to the Search Fuzzy API can handle any combination of fuzzy inputs. The response is then converted to [Feature] objects and added to the data source, which automatically results in the data being rendered on the map via the symbol layer.
106+
The fourth code block makes a GET request in the [MapsSearch] client. It allows you to perform a free form text search via the [Get Search Fuzzy REST API] to search for point of interest. Get requests to the Search Fuzzy API can handle any combination of fuzzy inputs. The response is then converted to [Feature] objects and added to the data source, which automatically results in the data being rendered on the map via the symbol layer.
107107

108108
The last block of code adjusts the camera bounds for the map using the Map's [setCamera] property.
109109

@@ -231,7 +231,7 @@ See the following articles for full code examples:
231231
[DataSource]: /javascript/api/azure-maps-control/atlas.source.datasource
232232
[symbol layer]: /javascript/api/azure-maps-control/atlas.layer.symbollayer
233233
[Create a map]: map-create.md
234-
[Get Search Fuzzy rest API]: /rest/api/maps/search/getsearchfuzzy?view=rest-maps-1.0&preserve-view=true
234+
[Get Search Fuzzy REST API]: /rest/api/maps/search/getsearchfuzzy?view=rest-maps-1.0&preserve-view=true
235235
[setCamera]: /javascript/api/azure-maps-control/atlas.map#setcamera-cameraoptions---cameraboundsoptions---animationoptions-
236236
[event listener]: /javascript/api/azure-maps-control/atlas.map#events
237237
[BoundingBox]: /javascript/api/azure-maps-control/atlas.data.boundingbox

articles/azure-maps/map-show-traffic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ The [Traffic Overlay Options] tool lets you switch between the different traffic
5454

5555
## Add traffic controls
5656

57-
There are two different traffic controls that can be added to the map. The first control, `TrafficControl`, adds a toggle button that can be used to turn traffic on and off. Options for this control allow you to specify when traffic settings to use when show traffic. By default this control displays relative traffic flow and incident data, however, you could change this behavior and show absolute traffic flow and no incidents if desired. The second control, `TrafficLegendControl`, adds a traffic flow legend to the map that helps user understand what the color code road highlights mean. This control only appears on the map when traffic flow data is displayed on the map and is hidden at all other times.
57+
There are two different traffic controls that can be added to the map. The first control, `TrafficControl`, adds a toggle button that can be used to turn traffic on and off. The options in this control allow you to specify which parameters to use when displaying traffic. By default, this control displays relative traffic flow and incident data, but you can change this behavior to display absolute traffic flow and no incidents if desired. The second control, `TrafficLegendControl`, adds a traffic legend to the map to help the user understand what the color highlighted roads mean. This control appears on the map only when traffic flow data is displayed, and is hidden in all other cases.
5858

5959
The following code shows how to add the traffic controls to the map.
6060

6161
```JavaScript
62-
//Att the traffic control toggle button to the top right corner of the map.
62+
//Add the traffic control toggle button to the top right corner of the map.
6363
map.controls.add(new atlas.control.TrafficControl(), { position: 'top-right' });
6464

65-
//Att the traffic legend control to the bottom left corner of the map.
65+
//Add the traffic legend control to the bottom left corner of the map.
6666
map.controls.add(new atlas.control.TrafficLegendControl(), { position: 'bottom-left' });
6767
```
6868

articles/azure-maps/migrate-from-bing-maps-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ Review code samples related migrating other Bing Maps features:
16511651
> [Show directions from A to B](./map-route.md)
16521652
16531653
> [!div class="nextstepaction"]
1654-
> [Search Autosuggest with JQuery UI](https://samples.azuremaps.com/?sample=search-autosuggest-and-jquery-ui)
1654+
> [Search Autosuggest with jQuery UI](https://samples.azuremaps.com/?sample=search-autosuggest-and-jquery-ui)
16551655
16561656
Learn more about the Azure Maps Web SDK.
16571657

0 commit comments

Comments
 (0)