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
Copy file name to clipboardExpand all lines: README.md
+12-32Lines changed: 12 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,67 +25,47 @@ I'll update the highlighted section with the clarified information about command
25
25
26
26
Not all documentation is suitable for conversion to Exec Docs. Use these filters to determine if a document can be effectively converted:
27
27
28
-
1.**Supported Code Block Types**
29
-
- The document must contain code blocks using at least one of these types:
30
-
-`bash`
31
-
-`azurecli`
32
-
-`azure-cli-interactive`
33
-
-`azurecli-interactive`
34
-
-`terraform`
35
-
36
-
**Example:**
37
-
```markdown
38
-
```bash
39
-
export REGION="eastus"
40
-
export RESOURCE_GROUP="myResourceGroup"
41
-
az group create --name $RESOURCE_GROUP --location $REGION
42
-
```
43
-
```
44
-
45
-
>**Note:** You can include code blocks of any type in your documentation for human readers, but only the types listed above will be executed by Innovation Engine. Other code block types will be displayed but ignored during execution.
>**Note:** You can include code blocks of any type in your documentation for human readers, but only the types listed above in the "Supported Code Block Types" section will be executed by Innovation Engine. Other code block types will be displayed but ignored during execution.
85
65
86
66
>**Note:** The key principle is simple: if you can run it in a BASH terminal as written, it will work with Exec Docs (although at this time `sudo` is not supported). Code blocks in other languages won't be executed directly but can be included for human readers.
87
67
88
-
3.**Azure Portal Custom Cloud Shell Constraints**
68
+
2.**Azure Portal Custom Cloud Shell Constraints**
89
69
-**Supported scenarios:**
90
70
- Standard Azure resource operations (create, read, update, delete)
91
71
- Commands running within the user's subscription scope
0 commit comments