Skip to content

Commit dea6241

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into us317713-sfi-image-greg
2 parents 6c27111 + 1440f13 commit dea6241

File tree

315 files changed

+2919
-2770
lines changed

Some content is hidden

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

315 files changed

+2919
-2770
lines changed

.openpublishing.redirection.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/storage/blobs/storage-blob-scalable-app-create-vm.md",
5+
"redirect_url": "/previous-versions/azure/storage/blobs/storage-blob-scalable-app-create-vm",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/storage/blobs/storage-blob-scalable-app-download-files.md",
10+
"redirect_url": "/previous-versions/azure/storage/blobs/storage-blob-scalable-app-download-files",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/storage/blobs/storage-blob-scalable-app-upload-files.md",
15+
"redirect_url": "/previous-versions/azure/storage/blobs/storage-blob-scalable-app-upload-files",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "articles/storage/blobs/storage-blob-scalable-app-verify-metrics.md",
20+
"redirect_url": "/previous-versions/azure/storage/blobs/storage-blob-scalable-app-verify-metrics",
21+
"redirect_document_id": false
22+
},
323
{
424
"source_path": "articles/api-management/self-hosted-gateway-migration-guide.md",
525
"redirect_url": "/previous-versions/azure/api-management/self-hosted-gateway-migration-guide",
@@ -488,7 +508,7 @@
488508
{
489509
"source_path_from_root": "/articles/azure-maps/tutorial-iot-hub-maps.md",
490510
"redirect_url": "/azure/azure-maps",
491-
"redirect_document_id": true
511+
"redirect_document_id": false
492512
},
493513
{
494514
"source_path_from_root": "/articles/azure-maps/about-creator.md",

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
/articles/lighthouse @jasonwhowell @thomps23
3737
/articles/quotas @jasonwhowell @thomps23
3838
/articles/container-registry @jasonwhowell @thomps23
39-
/articles/kubernetes-fleet @jasonwhowell @thomps23
39+
/articles/kubernetes-fleet @MicrosoftDocs/azure-docs-codeowners

articles/app-service/app-service-key-vault-references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set up Azure App Service and Azure Functions to use Az
44
author: cephalin
55

66
ms.topic: article
7-
ms.date: 07/31/2023
7+
ms.date: 09/30/2024
88
ms.author: cephalin
99
ms.custom: AppServiceConnectivity
1010
---

articles/app-service/breadcrumb/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ items:
99
- name: App Service
1010
tocHref: /azure/reliability/
1111
topicHref: /azure/app-service/index
12+
- name: App Service
13+
tocHref: /azure/developer/
14+
topicHref: /azure/app-service/index
1215
items:
1316
- name: Web Apps
1417
tocHref: /entra/fundamentals/
18+
topicHref: /azure/app-service/index
19+
- name: Web Apps
20+
tocHref: /azure/developer/
1521
topicHref: /azure/app-service/index

articles/app-service/deploy-run-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Run your app from a ZIP package
33
description: Deploy your app's ZIP package with atomicity. Improve the predictability and reliability of your app's behavior during the ZIP deployment process.
44
ms.topic: article
5-
ms.date: 01/14/2020
5+
ms.date: 09/30/2024
66
author: cephalin
77
ms.author: cephalin
88

articles/app-service/overview-authentication-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Authentication and authorization
33
description: Find out about the built-in authentication and authorization support in Azure App Service and Azure Functions, and how it can help secure your app against unauthorized access.
44
ms.assetid: b7151b57-09e5-4c77-a10c-375a262f17e5
55
ms.topic: article
6-
ms.date: 03/14/2023
6+
ms.date: 09/27/2024
77
ms.reviewer: mahender
88
ms.custom: UpdateFrequency3, fasttrack-edit, AppServiceIdentity
99
author: cephalin

articles/app-service/overview-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Managed identities
33
description: Learn how managed identities work in Azure App Service and Azure Functions, how to configure a managed identity and generate a token for a back-end resource.
44
ms.topic: article
5-
ms.date: 06/27/2023
5+
ms.date: 09/30/2024
66
ms.reviewer: yevbronsh,mahender
77
author: cephalin
88
ms.author: cephalin

articles/app-service/reference-app-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Environment variables and app settings reference
33
description: Describes the commonly used environment variables, and which ones can be modified with app settings.
44
ms.topic: article
5-
ms.date: 09/14/2023
5+
ms.date: 09/27/2024
66
author: cephalin
77
ms.author: cephalin
88
---

articles/app-service/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
- name: Connect Java Tomcat to Postgres
208208
href: tutorial-java-tomcat-connect-managed-identity-postgresql-database.md
209209
- name: Connect Python Flask app to Postgres
210-
href: /azure/developer/python/tutorial-python-managed-identity-cli?toc=/azure/app-service/toc.json&bc=/azure/bread/toc.json
210+
href: /azure/developer/python/tutorial-python-managed-identity-cli?toc=/azure/app-service/toc.json&bc=/azure/app-service/breadcrumb/toc.json
211211
- name: Connect to Microsoft Graph with managed identity
212212
items:
213213
- name: Use .NET

articles/automation/automation-linux-hrw-install.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ ms.service: azure-automation
1111

1212
# Deploy an agent-based Linux Hybrid Runbook Worker in Automation
1313

14-
> [!CAUTION]
15-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
16-
1714
[!INCLUDE [./agent-based-user-hybrid-runbook-worker-retirement.md](./includes/agent-based-user-hybrid-runbook-worker-retirement.md)]
1815

1916
You can use the user Hybrid Runbook Worker feature of Azure Automation to run runbooks directly on the Azure or non-Azure machine, including servers registered with [Azure Arc-enabled servers](/azure/azure-arc/servers/overview). From the machine or server that's hosting the role, you can run runbooks directly it and against resources in the environment to manage those local resources.

0 commit comments

Comments
 (0)