How to run a docker container on Azure containerized instances by passing custom parameters to it while creation

Want to run a docker image on Azure container instance.
It has some custom parameters I am able to run and provide values to parameters using docker run.
But not able to provide parameter values using Az container create.
Any other way by which I can pass those parameters values