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
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ Not all documentation is suitable for conversion to Exec Docs. Use these filters
34
34
35
35
**Example:**
36
36
```markdown
37
-
```bash
38
-
az group create --name myResourceGroup --location eastus
39
-
```
37
+
```bash
38
+
az group create --name myResourceGroup --location eastus
39
+
```
40
40
```
41
41
42
42
>**Note:** This rule does not apply to output code blocks, which are used to display the results of commands, scripts, or other operations. These blocks help in illustrating what the expected output should look like. They include, but are not limited to, the following types: _output, json, yaml, console, text, and log._
@@ -57,10 +57,10 @@ Not all documentation is suitable for conversion to Exec Docs. Use these filters
57
57
58
58
**Example of supported command:**
59
59
```markdown
60
-
```bash
61
-
export VM_NAME="myVM"
62
-
az vm create --name $VM_NAME --resource-group myResourceGroup --image UbuntuLTS
63
-
```
60
+
```bash
61
+
export VM_NAME="myVM"
62
+
az vm create --name $VM_NAME --resource-group myResourceGroup --image UbuntuLTS
63
+
```
64
64
```
65
65
66
66
3.**Azure Portal Custom Cloud Shell Constraints**
@@ -77,17 +77,17 @@ Not all documentation is suitable for conversion to Exec Docs. Use these filters
77
77
78
78
**Example of supported command:**
79
79
```markdown
80
-
```bash
81
-
az group create --name myResourceGroup --location eastus
82
-
```
80
+
```bash
81
+
az group create --name myResourceGroup --location eastus
82
+
```
83
83
```
84
84
85
85
**Example of potentially unsupported command:**
86
86
```markdown
87
-
```bash
88
-
# This requires elevated Graph API permissions and would fail
89
-
az ad app create --display-name myApp --native-app
90
-
```
87
+
```bash
88
+
# This requires elevated Graph API permissions and would fail
89
+
az ad app create --display-name myApp --native-app
90
+
```
91
91
```
92
92
93
93
This filter system ensures that you select documentation that can be effectively transformed into executable docs that provide value through automated deployment capabilities.
@@ -162,7 +162,7 @@ Check if all prerequisites below are met before writing the Exec Doc. ***If any
162
162
**Example:**
163
163
164
164
```markdown
165
-
# Quickstart: Deploy an Azure Kubernetes Service (AKS) cluster using Azure CLI
165
+
# Quickstart: Deploy an Azure Kubernetes Service (AKS) cluster using Azure CLI
166
166
```
167
167
168
168
### Writing Requirements
@@ -404,12 +404,12 @@ Check if all prerequisites below are met before writing the Exec Doc. ***If any
404
404
405
405
**Deeplink Template:**
406
406
```markdown
407
-
[](https://ms.portal.azure.com/#view/Microsoft_Azure_CloudNative/SubscriptionSelectionPage.ReactView/isLearnMode~/true/referer/docs/tutorialKey/<add_file_path_of_Exec_Doc>)
407
+
[](https://ms.portal.azure.com/#view/Microsoft_Azure_CloudNative/SubscriptionSelectionPage.ReactView/isLearnMode~/true/referer/docs/tutorialKey/<add_file_path_of_Exec_Doc>)
408
408
```
409
409
410
410
**Deeplink for Example Exec Doc:**
411
411
```markdown
412
-
[](https://ms.portal.azure.com/#view/Microsoft_Azure_CloudNative/SubscriptionSelectionPage.ReactView/isLearnMode~/true/referer/docs/tutorialKey/azure-docs%2farticles%2faks%2fquick-kubernetes-deploy-cli.md)
412
+
[](https://ms.portal.azure.com/#view/Microsoft_Azure_CloudNative/SubscriptionSelectionPage.ReactView/isLearnMode~/true/referer/docs/tutorialKey/azure-docs%2farticles%2faks%2fquick-kubernetes-deploy-cli.md)
0 commit comments