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
-[Contact Information for Exec Docs](#contact-information-for-exec-docs)
21
21
22
+
I'll update the highlighted section with the clarified information about command execution limitations:
23
+
22
24
## Selecting Documentation for Exec Docs
23
25
24
26
Not all documentation is suitable for conversion to Exec Docs. Use these filters to determine if a document can be effectively converted:
@@ -44,15 +46,16 @@ Not all documentation is suitable for conversion to Exec Docs. Use these filters
44
46
45
47
2.**Command Execution Limitations**
46
48
-**Not supported for direct execution:**
47
-
- PowerShell scripts
48
-
- Python, Ruby, or Node.js code
49
-
- SQL commands
49
+
- PowerShell scripts
50
50
- GUI-based instructions
51
+
- Direct code blocks containing Python, SQL, or other languages (these should be executed via BASH commands)
51
52
52
53
-**Supported execution context:**
53
54
- Commands that run in a Linux/bash environment
54
55
- Azure CLI commands
55
-
- Terraform commands (with appropriate setup)
56
+
- Terraform commands (works without any special setup)
57
+
- Python scripts executed via BASH (e.g., `python myApp.py`)
58
+
- SQL queries executed via database CLI tools
56
59
57
60
**Example of supported command:**
58
61
```markdown
@@ -69,6 +72,8 @@ Not all documentation is suitable for conversion to Exec Docs. Use these filters
69
72
```
70
73
```
71
74
75
+
>**Note:** The key principle is that if a code block can be executed in a BASH terminal as written (the way a human would execute it), then it will work with Exec Docs.
76
+
72
77
3.**Azure Portal Custom Cloud Shell Constraints**
73
78
-**Supported scenarios:**
74
79
- Standard Azure resource operations (create, read, update, delete)
0 commit comments