Skip to content

Commit 66b73c5

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into WI61565-deprecation
2 parents c74f73b + f8b3865 commit 66b73c5

23 files changed

+107
-30
lines changed

articles/app-service/troubleshoot-intermittent-outbound-connection-errors.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,21 @@ Although PHP does not support connection pooling, you can try using persistent d
102102

103103
* [PHP Connection Management](https://www.php.net/manual/en/pdo.connections.php)
104104

105+
#### Python
106+
107+
Below are the popular databases and modules for connection pooling which contain examples for how to implement them.
108+
109+
* [MySQL](https://dev.mysql.com/doc/connector-python/en/connector-python-connection-pooling.html)
110+
* [MariaDB](https://mariadb.com/docs/ent/connect/programming-languages/python/connection-pools/)
111+
* [PostgreSQL](https://www.psycopg.org/docs/pool.html)
112+
* [Pyodbc](https://github.com/mkleehammer/pyodbc/wiki/The-pyodbc-Module#pooling)
113+
* [SQLAlchemy](https://docs.sqlalchemy.org/en/20/core/pooling.html)
114+
115+
HTTP Connection Pooling
116+
117+
* Keep-alive and HTTP connection pooling are enabled by default in [Requests](https://requests.readthedocs.io/en/latest/user/advanced/#keep-alive) module.
118+
* [Urllib3](https://urllib3.readthedocs.io/en/stable/reference/urllib3.connectionpool.html)
119+
105120
### Modify the application to reuse connections
106121

107122
* For additional pointers and examples on managing connections in Azure functions, review [Manage connections in Azure Functions](../azure-functions/manage-connections.md).

articles/azure-arc/servers/vmware-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The easiest way to think of this is as follows:
2323

2424
- Azure Arc-enabled servers interact on the guest operating system level, with no awareness of the underlying infrastructure fabric and the virtualization platform that it’s running on. Since Arc-enabled servers also support bare-metal machines, there may, in fact, not even be a host hypervisor in some cases.
2525

26-
- Azure Arc-enabled VMware vSphere is a superset of Arc-enabled servers that extends management capabilities beyond the guest operating system to the VM itself. This provides lifecycle management and CRUD (Create, Read, Update, and Delete) operations on a VMware vSphere VM. These lifecycle management capabilities are exposed in the Azure portal and look and feel just like a regular Azure VM. See [What is Azure Arc-enabled VMware vSphere](/azure/azure-arc/vmware-vsphere/overview.md) to learn more.
26+
- Azure Arc-enabled VMware vSphere is a superset of Arc-enabled servers that extends management capabilities beyond the guest operating system to the VM itself. This provides lifecycle management and CRUD (Create, Read, Update, and Delete) operations on a VMware vSphere VM. These lifecycle management capabilities are exposed in the Azure portal and look and feel just like a regular Azure VM. See [What is Azure Arc-enabled VMware vSphere](../vmware-vsphere/overview.md) to learn more.
2727

2828
> [!NOTE]
2929
> Azure Arc-enabled VMware vSphere also provides guest operating system management—in fact, it uses the same components as Azure Arc-enabled servers. However, during Public Preview, not all [Azure services supported by Azure Arc-enabled servers](./manage-vm-extensions.md) are available for Arc-enabled VMware vSphere - currently, Azure Monitor, Update Management, and Microsoft Defender for Cloud are not supported. In addition, Arc-enabled VMware vSphere is [supported by Azure VMware Solution (AVS)](../../azure-vmware/deploy-arc-for-azure-vmware-solution.md).

articles/backup/backup-afs-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Back up Azure file shares with Azure CLI
33
description: Learn how to use Azure CLI to back up Azure file shares in the Recovery Services vault
44
ms.topic: conceptual
55
ms.date: 01/14/2020
6+
author: jyothisuri
7+
ms.author: jsuri
68
---
79

810
# Back up Azure file shares with Azure CLI

articles/backup/backup-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Architecture Overview
33
description: Provides an overview of the architecture, components, and processes used by the Azure Backup service.
44
ms.topic: conceptual
55
ms.date: 12/24/2021
6-
author: v-amallick
76
ms.service: backup
8-
ms.author: v-amallick
7+
author: jyothisuri
8+
ms.author: jsuri
99
---
1010

1111
# Azure Backup architecture and components

articles/backup/backup-azure-about-mars.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: About the MARS Agent
33
description: Learn how the MARS Agent supports the backup scenarios
44
ms.topic: conceptual
55
ms.date: 11/28/2022
6-
author: v-amallick
76
ms.service: backup
8-
ms.author: v-amallick
97
ms.custom: engagement-fy23
8+
author: jyothisuri
9+
ms.author: jsuri
1010
---
1111

1212
# About the Microsoft Azure Recovery Services (MARS) agent for Azure Backup

articles/backup/backup-azure-afs-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: In this article, learn how to back up an Azure Files file share by
44
ms.topic: conceptual
55
ms.date: 02/11/2022
66
ms.custom: devx-track-azurepowershell
7-
author: v-amallick
87
ms.service: backup
9-
ms.author: v-amallick
8+
author: jyothisuri
9+
ms.author: jsuri
1010
---
1111

1212
# Back up an Azure file share by using PowerShell

articles/backup/backup-azure-arm-restore-vms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Restore an Azure virtual machine from a recovery point by using the
44
ms.reviewer: geg
55
ms.topic: conceptual
66
ms.date: 12/06/2022
7-
author: v-amallick
87
ms.service: backup
9-
ms.author: v-amallick
8+
author: jyothisuri
9+
ms.author: jsuri
1010
---
1111
# How to restore Azure VM data in Azure portal
1212

articles/backup/backup-azure-arm-userestapi-backupazurevms.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: In this article, learn how to configure, initiate, and manage backu
44
ms.topic: conceptual
55
ms.date: 08/03/2018
66
ms.assetid: b80b3a41-87bf-49ca-8ef2-68e43c04c1a3
7+
author: jyothisuri
8+
ms.author: jsuri
79
---
810

911
# Back up an Azure VM using Azure Backup via REST API

articles/backup/backup-azure-arm-userestapi-createorupdatepolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: In this article, you'll learn how to create and manage backup polic
44
ms.topic: conceptual
55
ms.date: 06/13/2022
66
ms.assetid: 5ffc4115-0ae5-4b85-a18c-8a942f6d4870
7-
author: v-amallick
87
ms.service: backup
9-
ms.author: v-amallick
8+
author: jyothisuri
9+
ms.author: jsuri
1010
---
1111
# Create Azure Recovery Services backup policies using REST API
1212

articles/backup/backup-azure-arm-userestapi-createorupdatevault.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: In this article, learn how to manage backup and restore operations
44
ms.topic: conceptual
55
ms.date: 08/21/2018
66
ms.assetid: e54750b4-4518-4262-8f23-ca2f0c7c0439
7+
author: jyothisuri
8+
ms.author: jsuri
79
---
810
# Create Azure Recovery Services vault using REST API
911

0 commit comments

Comments
 (0)