Closed dkkapur closed 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
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.