When I run docker locally "docker run -it -p 8080:8080 codercom/code-server --auth none"
I am using --auth none argument, but how can i use this in azure container create commands.
If I run normally like "az container create --resource-group learn-deploy-vsCode --name code-server --image codercom/code-server --auth none --ports 8080 --dns-name-label san-codeserver --location eastus" it is throwing error "az: error: unrecognized arguments: --auth none"
.