Skip to content

Commit e9375b3

Browse files
Merge pull request #230922 from cynthn/patch-54
Update issues-using-vm-extensions-python-3.md
2 parents 6c595ee + 5d34aa4 commit e9375b3

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

articles/virtual-machines/extensions/issues-using-vm-extensions-python-3.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
---
22
title: Issues using VM extensions in Python 3-enabled Linux Azure Virtual Machines systems
33
description: Learn about using VM extensions in Python 3-enabled Linux systems
4-
services: virtual-machines
5-
documentationcenter: ''
64
author: v-miegge
75
ms.author: jparrel
86
manager: dcscontentpm
9-
editor: ''
107
tags: top-support-issue,azure-resource-manager
118
ms.service: virtual-machines
129
ms.subservice: extensions
1310
ms.collection: linux
14-
ms.topic: article
15-
ms.tgt_pltfrm: vm-windows
11+
ms.topic: how-to
1612
ms.workload: infrastructure-services
17-
ms.date: 08/25/2020
18-
ms.assetid: 3cd520fd-eaf7-4ef9-b4d3-4827057e5028
13+
ms.date: 03/15/2023
1914
---
2015

2116
# Issues using VM extensions in Python 3-enabled Linux Azure Virtual Machines systems
@@ -46,11 +41,11 @@ Consider these general recommendations before deploying extensions in the known-
4641

4742
- For example, for **Python 2.7**, use: `sudo apt update && sudo apt install python-is-python2`
4843

49-
1. This recommendation is for Azure customers and is not supported in Azure Stack:
44+
1. This recommendation is for Azure customers and isn't supported in Azure Stack:
5045

51-
- If you’ve already deployed an instance that exhibits this problem, use the Run command functionality in the VM blade to run the commands mentioned above. The Run command extension itself is not affected by the transition to Python 3.8.
46+
- If you’ve already deployed an instance that exhibits this problem, use the Run command functionality in the VM blade to run the commands mentioned above. The Run command extension itself isn't affected by the transition to Python 3.8.
5247

53-
1. If you are deploying a new instance, and need to set an extension at provisioning time, use **cloud-init** user data to install the packages mentioned above.
48+
1. If you're deploying a new instance, and need to set an extension at provisioning time, use **cloud-init** user data to install the packages mentioned above.
5449

5550
For example, for Python 2.7:
5651

0 commit comments

Comments
 (0)