Skip to content

Commit 3a02daf

Browse files
Fix typo in LogAnalyticsReplicationDisable.md
1 parent 40cab8a commit 3a02daf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/LogAnalyticsReplicationDisable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Replace:
1414
- `{resourceGroupName}` → The name of your resource group
1515
- `{logAnalyticsName}` → The name of your Log Analytics workspace
1616

17-
Optional: Verify replication disabled (should output `false`):
17+
Optional: Verify replication is disabled (should output `false`):
1818
```bash
1919
az resource show --ids "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{logAnalyticsName}" --query properties.replication.enabled -o tsv
2020
```

0 commit comments

Comments
 (0)