You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -919,37 +920,61 @@ The script output includes the following information:
919
920
#### <a name="408f3779-f422-4413-82f8-c57a23b4fc2f"></a>Azure CLI for Linux VMs
920
921
To install the Azure Enhanced Monitoring Extension for SAP by using Azure CLI:
921
922
922
-
1. Install Azure CLI 1.0, as described in [Install the Azure CLI 1.0][azure-cli].
923
-
1. Sign in with your Azure account:
923
+
1. Install using Azure CLI 1.0
924
924
925
-
```
926
-
azure login
927
-
```
925
+
1. Install Azure CLI 1.0, as described in [Install the Azure CLI 1.0][azure-cli].
926
+
1. Sign in with your Azure account:
928
927
929
-
1. Switch to Azure Resource Manager mode:
928
+
```
929
+
azure login
930
+
```
930
931
931
-
```
932
-
azure config mode arm
933
-
```
932
+
1. Switch to Azure Resource Manager mode:
934
933
935
-
1. Enable Azure Enhanced Monitoring:
934
+
```
935
+
azure config mode arm
936
+
```
936
937
937
-
```
938
-
azure vm enable-aem <resource-group-name> <vm-name>
939
-
```
938
+
1. Enable Azure Enhanced Monitoring:
939
+
940
+
```
941
+
azure vm enable-aem <resource-group-name> <vm-name>
942
+
```
943
+
944
+
1. Install using Azure CLI 2.0
945
+
946
+
1. Install Azure CLI 2.0, as described in [Install Azure CLI 2.0][azure-cli-2].
947
+
1. Sign in with your Azure account:
948
+
949
+
```
950
+
az login
951
+
```
952
+
953
+
1. Install Azure CLI AEM Extension
954
+
955
+
```
956
+
az extension add --name aem
957
+
```
958
+
959
+
1. Install the extension with
960
+
961
+
```
962
+
az vm aem set -g <resource-group-name> -n <vm name>
963
+
```
940
964
941
965
1. Verify that the Azure Enhanced Monitoring Extension is active on the Azure Linux VM. Check whether the file \\var\\lib\\AzureEnhancedMonitor\\PerfCounters exists. If it exists, at a command prompt, run this command to display information collected by the Azure Enhanced Monitor:
## <a name="564adb4f-5c95-4041-9616-6635e83a810b"></a>Checks and troubleshooting for end-to-end monitoring
955
980
After you have deployed your Azure VM and set up the relevant Azure monitoring infrastructure, check whether all the components of the Azure Enhanced Monitoring Extension are working as expected.
0 commit comments