Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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
14 changes: 14 additions & 0 deletions servers/Azure.Mcp.Server/cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import:
- ../../.vscode/cspell.json
words:
- agentic
- applicationgatewaywebapplicationfirewallpolicies
- appsettings
- azureicon
- azuremigrate
Expand All @@ -16,21 +17,32 @@ words:
- codeowners
- cloudendpoint
- commonprompts
- connectedclusters
- consumergroup
- containerregistry
- containerservice
- createorupdate
- databaseaccounts
- deviceregistry
- discoverability
- domainservices
- elicitations
- enumerables
- eventhub
- eventhubs
- expressrouteports
- fileshares
- flexibleservers
- foundryextensions
- frontdoorwebapplicationfirewallpolicies
- getguidance
- groq
- hotmail
- iothub
- kubernetesconfiguration
- managedcluster
- managedclusters
- managedinstances
- mypass
- mysvc
- myuser
Expand All @@ -46,10 +58,12 @@ words:
- servicefabric
- serviceguide
- sreagent
- staticsites
- storagesync
- structs
- syncgroup
- targetdir
- toolsets
- usageplan
- virtualmachinescalesets
- wellarchitectedframework
7 changes: 7 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,13 @@ 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
# 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