Skip to content
Draft
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions servers/Azure.Mcp.Server/docs/azmcp-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,14 @@ azmcp advisor recommendation summary --subscription <subscription> \

# Apply Advisor recommendation to create or modify IaaC files (like ARM, Terraform) for Azure resources
# ❌ Destructive | ✅ Idempotent | ❌ OpenWorld | ✅ ReadOnly | ❌ Secret | ❌ LocalRequired
<!-- cspell:ignore domainservices virtualmachinescalesets containerregistry containerservice managedclusters flexibleservers databaseaccounts connectedclusters kubernetesconfiguration applicationgatewaywebapplicationfirewallpolicies expressrouteports frontdoorwebapplicationfirewallpolicies managedinstances staticsites -->

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot the cspell ignores should be put into https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/cspell.yaml rather than inline here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved the 14 cspell ignores into servers/Azure.Mcp.Server/cspell.yaml and removed the inline directive in cb9243e.

# Valid --resource values: aad_domainservices, apimanagement_service, cognitiveservices_accounts,
# compute_virtualmachines, compute_virtualmachinescalesets, containerregistry_registries,
# containerservice_managedclusters, dbforpostgresql_flexibleservers, documentdb_databaseaccounts,
# keyvault_vaults, kubernetes_connectedclusters, kubernetesconfiguration_extensions, netapp_volumes,
# network_applicationgatewaywebapplicationfirewallpolicies, network_expressrouteports,
# network_frontdoorwebapplicationfirewallpolicies, sql_managedinstances, storage_storageaccounts,
# web_serverfarms, web_staticsites.
azmcp advisor recommendation apply --resource <resource>

# List the global Azure Advisor recommendation metadata catalog (also called recommendation types) from Azure Resource
Expand Down
Loading