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
Timestamp,Type,Input,Output,Number of Attempts,Errors Encountered,Execution Time (in seconds),Success/Failure
2
+
2025-01-30 15:39:46,file,scenarios/ConfigurePythonContainer/configure-python-container.md,converted_configure-python-container.md,11,"time=2025-01-30T15:26:28-08:00 level=error msg=Error testing scenario: failed to execute code block 0 on step 0.
3
+
Error: command exited with 'exit status 3' and the message 'ERROR: (ResourceGroupNotFound) Resource group 'MyResourceGroup' could not be found.
4
+
Code: ResourceGroupNotFound
5
+
Message: Resource group 'MyResourceGroup' could not be found.
6
+
'
7
+
StdErr: ERROR: (ResourceGroupNotFound) Resource group 'MyResourceGroup' could not be found.
8
+
Code: ResourceGroupNotFound
9
+
Message: Resource group 'MyResourceGroup' could not be found.
10
+
11
+
time=2025-01-30T15:26:53-08:00 level=error msg=Error testing scenario: failed to execute code block 0 on step 1.
12
+
Error: command exited with 'exit status 3' and the message 'ERROR: (ResourceNotFound) The Resource 'Microsoft.Web/sites/MyPythonAppa47379' under resource group 'MyResourceGroupa47379' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
13
+
Code: ResourceNotFound
14
+
Message: The Resource 'Microsoft.Web/sites/MyPythonAppa47379' under resource group 'MyResourceGroupa47379' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
15
+
'
16
+
StdErr: ERROR: (ResourceNotFound) The Resource 'Microsoft.Web/sites/MyPythonAppa47379' under resource group 'MyResourceGroupa47379' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
17
+
Code: ResourceNotFound
18
+
Message: The Resource 'Microsoft.Web/sites/MyPythonAppa47379' under resource group 'MyResourceGroupa47379' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
19
+
20
+
time=2025-01-30T15:28:05-08:00 level=error msg=Error testing scenario: failed to execute code block 0 on step 3.
21
+
Error: json: cannot unmarshal string into Go value of type map[string]interface {}
22
+
StdErr:
23
+
24
+
time=2025-01-30T15:29:16-08:00 level=error msg=Error testing scenario: failed to execute code block 0 on step 3.
25
+
Error: json: cannot unmarshal string into Go value of type map[string]interface {}
26
+
StdErr:
27
+
28
+
time=2025-01-30T15:30:54-08:00 level=error msg=Error testing scenario: failed to execute code block 0 on step 3.
29
+
Error: json: cannot unmarshal string into Go value of type map[string]interface {}
30
+
StdErr:
31
+
32
+
time=2025-01-30T15:32:31-08:00 level=error msg=Error testing scenario: failed to execute code block 0 on step 5.
33
+
Error: json: cannot unmarshal array into Go value of type map[string]interface {}
34
+
StdErr:
35
+
36
+
time=2025-01-30T15:33:57-08:00 level=error msg=Error testing scenario: failed to execute code block 0 on step 5.
37
+
Error: json: cannot unmarshal array into Go value of type map[string]interface {}
38
+
StdErr:
39
+
40
+
time=2025-01-30T15:35:31-08:00 level=error msg=Error testing scenario: failed to execute code block 0 on step 5.
41
+
Error: json: cannot unmarshal array into Go value of type map[string]interface {}
42
+
StdErr:
43
+
44
+
time=2025-01-30T15:36:46-08:00 level=error msg=Error testing scenario: failed to execute code block 0 on step 3.
45
+
Error: json: cannot unmarshal string into Go value of type map[string]interface {}
46
+
StdErr:
47
+
48
+
time=2025-01-30T15:38:05-08:00 level=error msg=Error testing scenario: failed to execute code block 0 on step 3.
49
+
Error: json: cannot unmarshal string into Go value of type map[string]interface {}
50
+
StdErr:
51
+
52
+
time=2025-01-30T15:39:46-08:00 level=error msg=Error testing scenario: failed to execute code block 0 on step 6.
53
+
Error: json: cannot unmarshal array into Go value of type map[string]interface {}
54
+
StdErr: WARNING: App settings have been redacted. Use `az webapp/logicapp/functionapp config appsettings list` to view.",813.0473608970642,Failure
Copy file name to clipboardExpand all lines: scenarios/DeployHAPGOnAKSTerraform/deploy-ha-pg-on-aks-terraform.md
+63-28Lines changed: 63 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,42 +14,44 @@ In this guide, you will deploy a highly-available PostgreSQL cluster that spans
14
14
15
15
## Installing Terraform
16
16
17
-
1. Update Package Index
18
-
Before installing any software, it’s a good practice to update your package index. This ensures that you have the latest information about available packages
19
-
20
-
```bash
21
-
sudo apt-get update
22
-
```
23
-
24
-
25
-
2. Install Required Packages
26
-
You need wget to download files from the internet and unzip to extract the downloaded files. Install them using the following command:
27
-
28
-
```bash
29
-
sudo apt-get install -y wget unzip
30
-
```
31
-
32
-
33
17
3. Download Terraform
34
18
Use wget to download the latest version of Terraform. You can find the latest version on the Terraform releases page. For example, to download version 1.5.0:
@@ -311,7 +336,17 @@ Wait a few moments until the EXTERNAL-IP is assigned. It may take a couple of mi
311
336
3. Connect to the Application Once the external IP is assigned, you can connect to the PostgreSQL database using the following command. Replace <EXTERNAL-IP> with the actual external IP address you obtained from the previous step:
Copy file name to clipboardExpand all lines: scenarios/ObtainPerformanceMetricsLinuxSustem/obtain-performance-metrics-linux-system.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ az vm run-command invoke --resource-group $MY_RESOURCE_GROUP_NAME --name $MY_VM_
55
55
56
56
## CPU
57
57
58
-
### <aid="mpstat"></a>mpstat
58
+
### mpstat
59
59
60
60
The `mpstat` utility is part of the `sysstat` package. It displays per CPU utilization and averages, which is helpful to quickly identify CPU usage. `mpstat` provides an overview of CPU utilization across the available CPUs, helping identify usage balance and if a single CPU is heavily loaded.
0 commit comments