Skip to content

Commit d1d90c5

Browse files
Merge pull request #302125 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 7ece546 + d1bfc26 commit d1d90c5

File tree

58 files changed

+375
-481
lines changed

Some content is hidden

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

58 files changed

+375
-481
lines changed

articles/app-service/tutorial-auth-aad.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,6 @@ You can set this via the same Azure CLI process you used in the previous step.
262262
authSettings=$(az webapp auth show -g myAuthResourceGroup -n <back-end-app-name>)
263263
authSettings=$(echo "$authSettings" | jq '.properties' | jq '.identityProviders.azureActiveDirectory.validation.defaultAuthorizationPolicy.allowedApplications += ["<front-end-app-id>"]')
264264
az webapp auth set --resource-group myAuthResourceGroup --name <back-end-app-name> --body "$authSettings"
265-
266-
authSettings=$(az webapp auth show -g myAuthResourceGroup -n <back-end-app-name>)
267-
authSettings=$(echo "$authSettings" | jq '.properties' | jq '.identityProviders.azureActiveDirectory.validation.jwtClaimChecks += { "allowedClientApplications": ["<front-end-app-id>"]}')
268-
az webapp auth set --resource-group myAuthResourceGroup --name <back-end-app-name> --body "$authSettings"
269265
```
270266

271267
## 7. Frontend calls the authenticated backend

articles/azure-maps/traffic-coverage.md

Lines changed: 9 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,15 @@ ms.date: 03/24/2025
88
ms.topic: conceptual
99
ms.service: azure-maps
1010
ms.subservice: traffic
11-
zone_pivot_groups: azure-maps-coverage
1211
---
1312

1413

1514
# Azure Maps Traffic service coverage
1615

17-
::: zone pivot="service-previous"
18-
<!----------------------------- Traffic v1 ---------------------------------------------------------------------------->
19-
20-
The Azure Maps [Traffic service][previous] is a suite of web services designed for developers to create web and mobile applications around real-time traffic. This data can be visualized on maps or used to generate smarter routes that factor in current driving conditions.
16+
The Azure Maps [Traffic service][latest] is a suite of web services designed for developers to create web and mobile applications around real-time traffic. This data can be visualized on maps or used to generate smarter routes that factor in current driving conditions.
2117

2218
The following tables provide information about what kind of traffic information you can request from each country or region. If a market is missing in the following tables, it isn't currently supported.
2319

24-
- **Incidents**: Provides an accurate view about traffic jams and incidents around a road network.
25-
- **Flow**: Provides real time observed speeds and travel times for all key roads in a network.
26-
2720
## Americas
2821

2922
| Country/Region | Incidents | Flow |
@@ -120,101 +113,14 @@ The following tables provide information about what kind of traffic information
120113
| South Africa |||
121114
| United Arab Emirates |||
122115

123-
::: zone-end
124-
125-
<!----------------------------- TRAFFIC v2025-01-01 --------------------------------------------------------------------->
126-
::: zone pivot="service-latest"
127-
128-
The Azure Maps [Traffic service][latest] is a web service designed for developers to create web and mobile applications around real-time traffic. This data can be visualized on maps or used to generate smarter routes that factor in traffic jams and incidents.
129-
130-
The following table provides information about the country or region for which you can request traffic incidents. If a market is missing in the following table, it isn't currently supported.
131-
132-
| Country/Region | Traffic |
133-
|----------------------|---------|
134-
| Andorra ||
135-
| Argentina ||
136-
| Australia ||
137-
| Austria ||
138-
| Bahrain ||
139-
| Belgium ||
140-
| Brazil ||
141-
| Brunei ||
142-
| Bulgaria ||
143-
| Canada ||
144-
| Chile ||
145-
| China ||
146-
| Colombia ||
147-
| Croatia ||
148-
| Czech Republic ||
149-
| Denmark ||
150-
| Egypt ||
151-
| Estonia ||
152-
| Finland ||
153-
| France ||
154-
| Germany ||
155-
| Gibraltar ||
156-
| Greece ||
157-
| Guernsey ||
158-
| Hong Kong SAR ||
159-
| Hungary ||
160-
| Iceland ||
161-
| India ||
162-
| Indonesia ||
163-
| Ireland ||
164-
| Isle of Man ||
165-
| Italy ||
166-
| Japan ||
167-
| Jersey ||
168-
| Kenya ||
169-
| Korea ||
170-
| Kuwait ||
171-
| Latvia ||
172-
| Lesotho ||
173-
| Liechtenstein ||
174-
| Lithuania ||
175-
| Luxembourg ||
176-
| Malaysia ||
177-
| Malta ||
178-
| Mexico ||
179-
| Monaco ||
180-
| Morocco ||
181-
| Mozambique ||
182-
| Netherlands ||
183-
| New Zealand ||
184-
| Nigeria ||
185-
| Norway ||
186-
| Oman ||
187-
| Peru ||
188-
| Philippines ||
189-
| Poland ||
190-
| Portugal ||
191-
| Puerto Rico ||
192-
| Qatar ||
193-
| Romania ||
194-
| San Marino ||
195-
| Saudi Arabia ||
196-
| Singapore ||
197-
| Slovakia ||
198-
| Slovenia ||
199-
| South Africa ||
200-
| Spain ||
201-
| Sweden ||
202-
| Switzerland ||
203-
| Taiwan ||
204-
| Thailand ||
205-
| Türkiye ||
206-
| United Arab Emirates ||
207-
| United Kingdom ||
208-
| United States ||
209-
| Uruguay ||
210-
| Vatican City ||
211-
| Vietnam ||
212-
213-
::: zone-end
214-
215-
::: zone pivot="service-previous"
216-
<!----------------------------- Traffic v1 ---------------------------------------------------------------------------->
116+
## Next steps
117+
118+
See the following articles in the REST API documentation for detailed information.
119+
120+
> [!div class="nextstepaction"]
121+
> [Get Traffic Incident](/rest/api/maps/traffic/get-traffic-incident)
217122
123+
<!---------------------------------------------------------------------------------------------
218124
## Next steps
219125
220126
See the following articles in the REST API documentation for detailed information.
@@ -231,7 +137,4 @@ See the following articles in the REST API documentation for detailed informatio
231137
> [!div class="nextstepaction"]
232138
> [Get Traffic Incident Tile](/rest/api/maps/traffic/get-traffic-incident-tile)
233139
234-
::: zone-end
235-
236-
[previous]: /rest/api/maps/traffic?view=rest-maps-1.0
237-
[latest]: /rest/api/maps/traffic
140+
--------------------------------------------------------------------------------------------------->

articles/azure-resource-manager/management/tag-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2310,7 +2310,7 @@ To get the same data as a file of comma-separated values, download [tag-support.
23102310
> | networkIntentPolicies | Yes | Yes |
23112311
> | networkInterfaces | Yes | Yes |
23122312
> | networkManagerConnections | No | No |
2313-
> | networkManagers | Yes | Yes |
2313+
> | networkManagers | Yes | No |
23142314
> | networkProfiles | Yes | Yes |
23152315
> | networkSecurityGroups | Yes | Yes |
23162316
> | networkSecurityGroups / securityRules | No | No |

articles/azure-vmware/deploy-zerto-disaster-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: engagement-fy23
1111

1212
> [!IMPORTANT]
1313
> ### Zerto limitations on Azure VMware Solution
14-
> - AV64 node type doesn't support Zerto Disaster Recovery at the moment. You can contact your Zerto account team to get more information and an estimate of when AV64 is available.
14+
> - AV64 node type is again supported as of Zerto version 3.7.11 (previously it wasn't).
1515
> - Zerto supports from Version Zerto 10.0 U5 onwards.
1616
> - DNS and network configuration changes for Zerto Virtual Machine aren't supported after installation.
1717
> - Azure resource group modifications aren't supported after Zerto installation.

articles/batch/account-key-rotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Rotate Batch account keys
33
description: Learn how to rotate Batch account shared key credentials.
44
ms.topic: how-to
5-
ms.date: 08/09/2024
5+
ms.date: 07/01/2025
66
---
77
# Batch account shared key credential rotation
88

articles/batch/batch-applications-to-pool-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Copy applications and data to pool nodes
33
description: Learn how to copy applications and data to pool nodes.
44
ms.topic: how-to
5-
ms.date: 06/13/2024
5+
ms.date: 07/01/2025
66
---
77

88
# Copy applications and data to pool nodes

articles/batch/batch-certificate-migration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate Batch account certificates to Azure Key Vault
33
description: Learn how to migrate Batch account certificates to Azure Key Vault and plan for feature end of support.
44
ms.service: azure-batch
55
ms.topic: how-to
6-
ms.date: 12/05/2023
6+
ms.date: 07/01/2025
77
---
88

99
# Migrate Batch account certificates to Azure Key Vault
@@ -46,7 +46,7 @@ For a complete guide on how to enable Azure Key Vault VM Extension with Pool Use
4646

4747
- How do I get references to certificates on Linux Batch Pools since `$AZ_BATCH_CERTIFICATES_DIR` will be removed?
4848

49-
The Key Vault VM extension for Linux allows you to specify the `certificateStoreLocation`, which is an absolute path to where the certificate are stored. The Key Vault VM extension will scope certificates installed at the specified location with only superuser (root) privileges. You need to make sure that your tasks run elevated to access these certificates by default, or copy the certificates to an accessible directly and/or adjust certificate files with proper file modes. You can run such commands as part of an elevated start task or job prep task.
49+
The Key Vault VM extension for Linux allows you to specify the `certificateStoreLocation`, which is an absolute path to where the certificates are stored. The Key Vault VM extension will scope certificates installed at the specified location with only superuser (root) privileges. You need to make sure that your tasks run elevated to access these certificates by default, or copy the certificates to an accessible directly and/or adjust certificate files with proper file modes. You can run such commands as part of an elevated start task or job prep task.
5050

5151
- How do I install `.cer` files that don't contain private keys?
5252

articles/batch/batch-cli-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Get started with Azure CLI for Batch
33
description: Learn how to manage Azure Batch service resources using the Azure Command Line Interface (Azure CLI).
44
ms.topic: how-to
5-
ms.date: 06/13/2024
5+
ms.date: 07/01/2025
66
ms.custom: H1Hack27Feb2017, devx-track-azurecli
77

88
---

articles/batch/batch-customer-managed-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure customer-managed keys for your Azure Batch account with Azure Key Vault and Managed Identity
33
description: Learn how to encrypt Batch data using customer-managed keys.
44
ms.topic: how-to
5-
ms.date: 08/12/2024
5+
ms.date: 07/01/2025
66
ms.devlang: csharp
77
ms.custom: devx-track-azurecli
88
---

articles/batch/batch-efficient-list-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Design efficient list queries for Batch resources
33
description: Learn how to create more efficient list queries for your Batch resources to improve application performance.
44
ms.topic: how-to
5-
ms.date: 06/13/2024
5+
ms.date: 07/01/2025
66
ms.devlang: csharp
77
ms.custom: devx-track-csharp, devx-track-dotnet
88
---

0 commit comments

Comments
 (0)