|
1 | 1 | ---
|
2 | 2 | title: Issues using VM extensions in Python 3-enabled Linux Azure Virtual Machines systems
|
3 | 3 | description: Learn about using VM extensions in Python 3-enabled Linux systems
|
4 |
| -services: virtual-machines |
5 |
| -documentationcenter: '' |
6 | 4 | author: v-miegge
|
7 | 5 | ms.author: jparrel
|
8 | 6 | manager: dcscontentpm
|
9 |
| -editor: '' |
10 | 7 | tags: top-support-issue,azure-resource-manager
|
11 | 8 | ms.service: virtual-machines
|
12 | 9 | ms.subservice: extensions
|
13 | 10 | ms.collection: linux
|
14 |
| -ms.topic: article |
15 |
| -ms.tgt_pltfrm: vm-windows |
| 11 | +ms.topic: how-to |
16 | 12 | ms.workload: infrastructure-services
|
17 |
| -ms.date: 08/25/2020 |
18 |
| -ms.assetid: 3cd520fd-eaf7-4ef9-b4d3-4827057e5028 |
| 13 | +ms.date: 03/15/2023 |
19 | 14 | ---
|
20 | 15 |
|
21 | 16 | # 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-
|
46 | 41 |
|
47 | 42 | - For example, for **Python 2.7**, use: `sudo apt update && sudo apt install python-is-python2`
|
48 | 43 |
|
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: |
50 | 45 |
|
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. |
52 | 47 |
|
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. |
54 | 49 |
|
55 | 50 | For example, for Python 2.7:
|
56 | 51 |
|
|
0 commit comments