`deploy_plan_get` is getting called when deploying just a storage account and requiring `--target-app-service`
Open
@qianwens is already working on this.
Since Dec 2, 2025.
bug
server-Azure.Mcp
tools-Deploy
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 624
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 220
Description
### Describe the bug
I'm deploying just a storage account and deploy_plan_get is requiring `--target-app-service`, but that's not relevant for my scenario.
### Expected behavior
Either `--target-app-service` is not required (along with other params that are not relevant)
Or deploy_plan_get is not called in this scenario
### Actual behavior
### Reproduction Steps
Prompt: `I want to deploy a storage account in Azure where I will store pictures using IaC`
### Environment
_No response_
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.