Skip to content

Commit a23bf70

Browse files
authored
Merge pull request #298169 from MicrosoftDocs/main
4/11/2025 PM Publish
2 parents 7fa4f48 + a089ce8 commit a23bf70

File tree

204 files changed

+3356
-3741
lines changed

Some content is hidden

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

204 files changed

+3356
-3741
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6809,5 +6809,10 @@
68096809
"redirect_url": "/azure/azure-functions/migration/migrate-lambda-workloads-overview",
68106810
"redirect_document_id": false
68116811
},
6812+
{
6813+
"source_path": "articles/storage/files/storage-files-enable-soft-delete.md",
6814+
"redirect_url": "/azure/storage/files/storage-files-prevent-file-share-deletion",
6815+
"redirect_document_id": false
6816+
}
68126817
]
68136818
}

articles/app-service/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ items:
428428
- name: Restore deleted app
429429
href: app-service-undelete.md
430430
- name: Relocate app to another region
431-
href: ../operational-excellence/relocation-app-service.md?toc=/azure/app-service/toc.json
431+
href: ../azure-resource-manager/management/relocation/relocation-app-service.md?toc=/azure/app-service/toc.json
432432
- name: Move app between subscriptions
433433
href: ../azure-resource-manager/management/move-resource-group-and-subscription.md?toc=/azure/app-service/toc.json#checklist-before-moving-resources
434434
- name: About cost management

articles/application-gateway/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
- name: Relocate
285285
items:
286286
- name: Relocate to another region
287-
href: ../operational-excellence/relocation-app-gateway.md?toc=/azure/application-gateway/toc.json
287+
href: ../azure-resource-manager/management/relocation/relocation-app-gateway.md?toc=/azure/application-gateway/toc.json
288288
- name: Migrate to availability zone support
289289
href: ../reliability/migrate-app-gateway-v2.md?toc=/azure/application-gateway/toc.json
290290
- name: Proxy buffer configuration

articles/automanage/virtual-machines-custom-profile.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
22
title: Create a custom profile in Azure Automanage for VMs
33
description: Learn how to create a custom profile in Azure Automanage and select your services and settings.
4-
author: johnmarco
54
ms.service: azure-automanage
65
ms.custom: devx-track-arm-template
76
ms.topic: how-to
87
ms.date: 07/01/2023
9-
ms.author: johnmarc
108
---
119

1210

articles/automation/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
- name: Move Automation account to another subscription
135135
href: how-to/move-account.md
136136
- name: Move Automation account to another region
137-
href: ../operational-excellence/relocation-automation.md?toc=/azure/private-link/toc.json
137+
href: ../azure-resource-manager/management/relocation/relocation-automation.md?toc=/azure/private-link/toc.json
138138
- name: Manage Automation account
139139
href: delete-account.md
140140
- name: Migrate from Orchestrator to Azure Automation (Beta)

articles/azure-maps/azure-maps-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ After the application receives an access token, the SDK and/or application sends
7171
> [!NOTE]
7272
> `x-ms-client-id` is the Azure Maps account-based GUID that appears on the Azure Maps authentication page.
7373
74-
Here's an example of an Azure Maps route request that uses a Microsoft Entra ID OAuth Bearer token:
74+
Here's an example of an Azure Maps Route request that uses a Microsoft Entra ID OAuth Bearer token:
7575

7676
```http
7777
GET /route/directions/json?api-version=1.0&query=52.50931,13.42936:52.50274,13.43872

articles/azure-maps/consent-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.subservice: manage-account
1313

1414
Azure Maps is a global service that is available worldwide. When creating your Azure Maps account, you select a _Region_. The Region selection is the accounts geographic scope, which allows you to limit data residency to the selected region. All requests (including input data) are processed and stored exclusively in the specified geographic area (region).
1515

16-
In some cases, you will need to enable your search requests to be processed in a region or geography other than the one your Azure Maps Account is in. For example, due to local data residency laws, all South Korean addresses must be processed in South Korea, which is the _Korea Central_ region in Azure Maps. To do this, you must give Azure Maps consent to process your data in the _Korea Central_ region. For more information on how to give Azure maps consent to process data in a different region, see [Configure global data processing].
16+
In some cases, you will need to enable your search requests to be processed in a region or geography other than the one your Azure Maps Account is in. For example, due to local data residency laws, all South Korean addresses must be processed in South Korea, which is the _Korea Central_ region in Azure Maps. To do this, you must give Azure Maps consent to process your data in the _Korea Central_ region. For more information on how to give Azure Maps consent to process data in a different region, see [Configure global data processing].
1717

1818
For more information on geographic scope in Azure Maps, see [Azure Maps service geographic scope].
1919

articles/azure-maps/create-data-source-web-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Azure Maps adheres to the [Mapbox Vector Tile Specification], an open standard.
8282
* Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render - Get Map Tile] API
8383

8484
> [!TIP]
85-
> When using vector or raster image tiles from the Azure Maps render service with the web SDK, you can replace `atlas.microsoft.com` with the placeholder `{azMapsDomain}`. This placeholder will be replaced with the same domain used by the map and will automatically append the same authentication details as well. This greatly simplifies authentication with the render service when using Microsoft Entra authentication.
85+
> When using vector or raster image tiles from the Azure Maps Render service with the web SDK, you can replace `atlas.microsoft.com` with the placeholder `{azMapsDomain}`. This placeholder will be replaced with the same domain used by the map and will automatically append the same authentication details as well. This greatly simplifies authentication with the render service when using Microsoft Entra authentication.
8686
8787
To display data from a vector tile source on the map, connect the source to one of the data rendering layers. All layers that use a vector source must specify a `sourceLayer` value in the options. The following code loads the Azure Maps traffic flow vector tile service as a vector tile source, then displays it on a map using a line layer. This vector tile source has a single set of data in the source layer called "Traffic flow". The line data in this data set has a property called `traffic_level` that is used in this code to select the color and scale the size of lines.
8888

articles/azure-maps/elevation-data-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ PostgreSQL to return vector tiles.
265265
266266
1. You can now use an Azure Function to Query PostgreSQL and return
267267
vector tiles for the contour lines. The tile server can be used with
268-
the Azure Maps web SDK to create a web app that displays contour
268+
the Azure Maps Web SDK to create a web app that displays contour
269269
lines on the map.
270270
271271
```python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Once the maven project is created, there should be a `pom.xml` file with basic i
8686
</dependency
8787
```
8888

89-
Run `mvn clean install` on your project, then create a java file named `demo.java` and import what you need from Azure maps into the file:
89+
Run `mvn clean install` on your project, then create a java file named `demo.java` and import what you need from Azure Maps into the file:
9090

9191
```powershell
9292
cd DemoProject

0 commit comments

Comments
 (0)