Skip to content

Commit 58d7a39

Browse files
authored
Merge pull request #298213 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 7ff7c74 + 543bc5e commit 58d7a39

19 files changed

+67
-62
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/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/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ items:
7272
href: supported-map-styles.md
7373
- name: Zoom levels and tile grid
7474
href: zoom-levels-and-tile-grid.md
75-
- name: Weather services concepts
75+
- name: Weather service concepts
7676
href: weather-services-concepts.md
77-
- name: Weather services FAQ
77+
- name: Weather service FAQ
7878
href: weather-services-faq.yml
7979
- name: How-to guides
8080
items:

articles/azure-maps/weather-coverage.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Microsoft Azure Maps Weather service coverage
3-
description: Learn about Microsoft Azure Maps Weather services coverage
3+
description: Learn about Microsoft Azure Maps Weather service coverage
44
author: farazgis
55
ms.author: fsiddiqui
66
ms.date: 11/08/2022
@@ -12,7 +12,7 @@ ms.custom: references_regions
1212

1313
# Azure Maps Weather service coverage
1414

15-
This article provides coverage information for Azure Maps [Weather services].
15+
This article provides coverage information for Azure Maps [Weather service].
1616

1717
## Weather information supported
1818

@@ -329,14 +329,14 @@ Radar tiles, showing areas of rain, snow, ice and mixed conditions, are returned
329329
## Next steps
330330

331331
> [!div class="nextstepaction"]
332-
> [Weather services in Azure Maps]
332+
> [Weather service in Azure Maps]
333333
334334
> [!div class="nextstepaction"]
335-
> [Azure Maps Weather services frequently asked questions (FAQ)]
335+
> [Azure Maps Weather service frequently asked questions (FAQ)]
336336
337337
[active storms]: /rest/api/maps/weather/get-tropical-storm-active
338338
[Actuals]: /rest/api/maps/weather/get-daily-historical-actuals
339-
[Azure Maps Weather services frequently asked questions (FAQ)]: weather-services-faq.yml
339+
[Azure Maps Weather service frequently asked questions (FAQ)]: weather-services-faq.yml
340340
[current]: /rest/api/maps/weather/get-current-air-quality
341341
[daily]: /rest/api/maps/weather/get-air-quality-daily-forecasts
342342
[forecasts]: /rest/api/maps/weather/get-tropical-storm-forecast
@@ -354,5 +354,5 @@ Radar tiles, showing areas of rain, snow, ice and mixed conditions, are returned
354354
[Records]: /rest/api/maps/weather/get-daily-historical-records
355355
[search]: /rest/api/maps/weather/get-tropical-storm-search
356356
[Severe weather alerts]: /rest/api/maps/weather/get-severe-weather-alerts
357-
[Weather services in Azure Maps]: weather-services-concepts.md
358-
[Weather services]: /rest/api/maps/weather
357+
[Weather service in Azure Maps]: weather-services-concepts.md
358+
[Weather service]: /rest/api/maps/weather

articles/azure-maps/weather-service-tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Tutorial: Join sensor data with weather forecast data using Jupyter Notebooks (Python)'
33
titleSuffix: Microsoft Azure Maps
4-
description: Tutorial on how to join sensor data with weather forecast data from Microsoft Azure Maps Weather services using Jupyter Notebooks in VS Code (Python).
4+
description: Tutorial on how to join sensor data with weather forecast data from Microsoft Azure Maps Weather service using Jupyter Notebooks in VS Code (Python).
55
author: farazgis
66
ms.author: fsiddiqui
77
ms.date: 10/28/2024
@@ -13,7 +13,7 @@ ms.custom: mvc, devx-track-python
1313

1414
# Tutorial: Join sensor data with weather forecast data using Jupyter Notebooks (Python)
1515

16-
Wind power is one alternative energy source for fossil fuels to combat against climate change. Because wind isn't consistent by nature, wind power operators need to build machine learning (ML) models to predict the wind power capacity. This prediction is necessary to meet electricity demand and ensure the grid stability. In this tutorial, we walk through how Azure Maps weather forecast data is combined with demo data for weather readings. Weather forecast data is requested by calling Azure Maps Weather services.
16+
Wind power is one alternative energy source for fossil fuels to combat against climate change. Because wind isn't consistent by nature, wind power operators need to build machine learning (ML) models to predict the wind power capacity. This prediction is necessary to meet electricity demand and ensure the grid stability. In this tutorial, we walk through how Azure Maps weather forecast data is combined with demo data for weather readings. Weather forecast data is requested by calling Azure Maps Weather service.
1717

1818
In this tutorial, you will:
1919

@@ -88,7 +88,7 @@ df = pd.read_csv("./data/weather_dataset_demo.csv")
8888

8989
## Request daily forecast data
9090

91-
In our scenario, we would like to request daily forecast for each sensor location. The following script calls the [Daily Forecast] API of the Azure Maps Weather services. This API returns weather forecast for each wind turbine, for the next 15 days from the current date.
91+
In our scenario, we would like to request daily forecast for each sensor location. The following script calls the [Daily Forecast] API of the Azure Maps Weather service. This API returns weather forecast for each wind turbine, for the next 15 days from the current date.
9292

9393
```python
9494
subscription_key = "Your Azure Maps key"
@@ -101,7 +101,7 @@ years,months,days = [],[],[]
101101
dates_check=set()
102102
wind_speeds, wind_direction = [], []
103103

104-
# Call Azure Maps Weather services to get daily forecast data for 15 days from current date
104+
# Call azure maps Weather service to get daily forecast data for 15 days from current date
105105
session = aiohttp.ClientSession()
106106
j=-1
107107
for i in range(0, len(coords), 2):

articles/azure-maps/weather-services-concepts.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Weather services concepts in Microsoft Azure Maps
3-
description: Learn about the concepts that apply to Microsoft Azure Maps Weather services.
2+
title: Weather service concepts in Microsoft Azure Maps
3+
description: Learn about the concepts that apply to Microsoft Azure Maps Weather service.
44
author: farazgis
55
ms.author: fsiddiqui
66
ms.date: 09/10/2020
@@ -9,9 +9,9 @@ ms.service: azure-maps
99
ms.subservice: weather
1010
---
1111

12-
# Weather services in Azure Maps
12+
# Weather service in Azure Maps
1313

14-
This article introduces concepts that apply to Azure Maps [Weather services]. We recommend going through this article before starting out with the weather APIs.
14+
This article introduces concepts that apply to Azure Maps [Weather service]. We recommend going through this article before starting out with the weather APIs.
1515

1616
## Unit types
1717

@@ -632,18 +632,18 @@ The following table lists the available Index groups (indexGroupId):
632632
## Next steps
633633

634634
> [!div class="nextstepaction"]
635-
> [Azure Maps Weather services frequently asked questions (FAQ)]
635+
> [Azure Maps Weather service frequently asked questions (FAQ)]
636636
637637
> [!div class="nextstepaction"]
638-
> [Azure Maps Weather services coverage]
638+
> [Azure Maps Weather service coverage]
639639
640640
> [!div class="nextstepaction"]
641-
> [Weather services API]
641+
> [Weather service API]
642642
643-
[Azure Maps Weather services coverage]: weather-coverage.md
644-
[Azure Maps Weather services frequently asked questions (FAQ)]: weather-services-faq.yml
643+
[Azure Maps Weather service coverage]: weather-coverage.md
644+
[Azure Maps Weather service frequently asked questions (FAQ)]: weather-services-faq.yml
645645
[Get Daily Indices API]: /rest/api/maps/weather
646646
[Get Map Tile v2 API]: /rest/api/maps/render/get-map-tile
647647
[Index IDs and index groups IDs]: #index-ids-and-index-groups-ids
648-
[Weather services API]: /rest/api/maps/weather
649-
[Weather services]: /rest/api/maps/weather
648+
[Weather service API]: /rest/api/maps/weather
649+
[Weather service]: /rest/api/maps/weather

articles/azure-maps/weather-services-faq.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
### YamlMime:FAQ
22
metadata:
3-
title: Microsoft Azure Maps Weather services frequently asked questions (FAQ)
4-
description: Find answer to common questions about Azure Maps Weather services data and features.
3+
title: Microsoft Azure Maps Weather service frequently asked questions (FAQ)
4+
description: Find answer to common questions about Azure Maps Weather service data and features.
55
author: FarazGIS
66
ms.author: fsiddiqui
77
ms.date: 06/23/2021
88
ms.topic: faq
99
ms.service: azure-maps
1010
ms.subservice: weather
1111
services: azure-maps
12-
title: Azure Maps Weather services frequently asked questions (FAQ)
12+
title: Azure Maps Weather service frequently asked questions (FAQ)
1313
summary: |
14-
This article answers to common questions about Azure Maps [Weather services](/rest/api/maps/weather) data and features. The following topics are covered:
14+
This article answers to common questions about Azure Maps [Weather service](/rest/api/maps/weather) data and features. The following topics are covered:
1515
1616
* Data sources and data models
17-
* Weather services coverage and availability
17+
* Weather service coverage and availability
1818
* Data update frequency
1919
* Developing with Azure Maps SDKs
2020
* Options to visualize weather data, including Microsoft Power BI integration
@@ -26,7 +26,7 @@ sections:
2626
- question: |
2727
How does Azure Maps source Weather data?
2828
answer: |
29-
Azure Maps is built with the collaboration of world-class mobility and location technology partners, including AccuWeather, who provides the underlying weather data. To read the announcement of Azure Map's collaboration with AccuWeather, see [Rain or shine: Azure Maps Weather Services will bring insights to your enterprise](https://azure.microsoft.com/blog/rain-or-shine-azure-maps-weather-services-will-bring-insights-to-your-enterprise/).
29+
Azure Maps is built with the collaboration of world-class mobility and location technology partners, including AccuWeather, who provides the underlying weather data. To read the announcement of Azure Map's collaboration with AccuWeather, see [Rain or shine: Azure Maps Weather service will bring insights to your enterprise](https://azure.microsoft.com/blog/rain-or-shine-azure-maps-weather-services-will-bring-insights-to-your-enterprise/).
3030
3131
AccuWeather has real-time weather and environmental information available anywhere in the world, largely because of their partnerships with many governmental weather agencies and other proprietary arrangements. A list of this foundational information is provided below.
3232
@@ -49,7 +49,7 @@ sections:
4949
answer: |
5050
Many weather forecast guidance systems are used to formulate global forecasts. Over 150 numerical forecast models are used each day, both external and internal datasets. These models include government models such as the European Centre ECMWF and the U.S. Global Forecast System (GFS). Also, AccuWeather incorporates proprietary high-resolution models that downscale forecasts to specific locations and strategic regional domains to predict weather with further accuracy. AccuWeather’s unique blending and weighting algorithms have been developed over the last several decades. These algorithms optimally apply the many forecast inputs to provide highly accurate forecasts.
5151
52-
- name: Weather services coverage and availability
52+
- name: Weather service coverage and availability
5353
questions:
5454
- question: |
5555
What kind of coverage can I expect for different countries/regions?
@@ -75,12 +75,12 @@ sections:
7575
- name: Developing with Azure Maps SDKs
7676
questions:
7777
- question: |
78-
Does Azure Maps Web SDK natively support Weather services integration?
78+
Does Azure Maps Web SDK natively support Weather service integration?
7979
answer: |
8080
The Azure Maps Web SDK provides a services module. The services module is a helper library that makes it easy to use the Azure Maps REST services in web or Node.js applications. by using JavaScript or TypeScript. To get started, see our [documentation](./how-to-use-services-module.md).
8181
8282
- question: |
83-
Does Azure Maps Android SDK natively support Weather services integration?
83+
Does Azure Maps Android SDK natively support Weather service integration?
8484
answer: |
8585
The Azure Maps Android SDKs supports Mercator tile layers, which can have x/y/zoom notation, quad key notation, or EPSG 3857 bounding box notation.
8686
@@ -118,15 +118,15 @@ additionalContent: |
118118
* [MSFT Q&A page for Azure Maps](/answers/topics/azure-maps.html).
119119
* Microsoft Support. To create a new support request, in the [Azure portal](https://portal.azure.com/), on the Help tab, select the **Help +** support button, and then select **New support request**.
120120
121-
Learn how to request real-time and forecasted weather data using Azure Maps Weather services:
121+
Learn how to request real-time and forecasted weather data using Azure Maps Weather service:
122122
> [!div class="nextstepaction"]
123123
> [Request Real-time weather data ](how-to-request-weather-data.md)
124124
125-
Azure Maps Weather services concepts article:
125+
Azure Maps Weather service concepts article:
126126
> [!div class="nextstepaction"]
127-
> [Weather services concepts](weather-coverage.md)
127+
> [Weather service concepts](weather-coverage.md)
128128
129-
Explore the Azure Maps Weather services API documentation:
129+
Explore the Azure Maps Weather service API documentation:
130130
131131
> [!div class="nextstepaction"]
132-
> [Azure Maps Weather services](/rest/api/maps/weather)
132+
> [Azure Maps Weather service](/rest/api/maps/weather)

0 commit comments

Comments
 (0)