Yuwei Zhou

Results 7 comments of Yuwei Zhou

@mkheck Can you provide the detailed error message? The second command you mentioned didn't pass the `--subscription` parameter. Is this on purpose?

@mkheck The `--subscription` is a global argument for all az commands. If you type `az spring-cloud create -h`, you can see such text in the output. That means you can...

1. The azure spring cloud's name is global unique, because the name will be used in the fqdn for later runtime support. 1. I will follow up the missing of...

@zhoxing-ms For the 2nd issue, the genereted doc https://docs.microsoft.com/en-us/cli/azure/spring-cloud?view=azure-cli-latest#az-spring-cloud-create doesn't show `--subscription` neither in optional parameter nor global argument. I did a quick check for other services' documentation, and found...

Would you like to share your Dockerfile? Or simplify it before sharing? And what's the command and launch method in your configuration?

Seems this is a permission issue. `777` seems too crazy for a `/opt/XXX` folder. How about `666` or `664`? Check the current priviledge may help to get the right access...