Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 13 forks source link

CLI command validation for invalid resource group name is incorrect #200

Closed dkkapur closed 6 years ago

dkkapur commented 6 years ago

image

In this command, I was missing the resourcegroupname, but the response is that the "system cannot find the file" which sounds more like there's an issue with the template file I'm pointing to, which is not the case.

vipul-modi commented 6 years ago

The error is not coming from the CLI it is coming from the shell you are using. Try this

C:\Users\vipulm>dir <MyResourceGroupName
The system cannot find the file specified.

OR

vipul@Azure:~$ az group deployment create -g <MyResourceGroupName> --template-uri https://sfmeshsamples.blob.core.windows.net/templates/helloworld/mesh_rp.linux.json
bash: MyResourceGroupName: No such file or directory

OR

vipul@Azure:~$ ls <MyResourceGroupName
bash: MyResourceGroupName: No such file or directory