Skip to content

Commit 3d3c395

Browse files
committed
minor edit
1 parent ac90b07 commit 3d3c395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/learn/automation-tutorial-runbook-textual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You've tested and published your runbook, but so far it doesn't do anything usef
198198
Connect-AzAccount -Identity
199199
200200
# set and store context
201-
$AzureContext = Set-AzContext –SubscriptionId <SubscriptionID>
201+
$AzureContext = Set-AzContext –SubscriptionId "<SubscriptionID>"
202202
}
203203
```
204204

0 commit comments

Comments
 (0)