Using https port in neo4j (which is running in a docker image)

Hi all, I am running neo4j( in a docker container, hosted in Microsoft Azure) and currently using HTTP(7474) port.
I want to run Neo4j in HTTPS(7473) port and for that I've tried updating "dbms.connector.https.enabled" parameter to "true" from the config file but it didn't work. (did it through cloud shell in azure)
It is very critical for me to run neo4j in HTTPS port, how can I do it? Thanks in advance!

@alicia_frame1 @cobra Hi guys, I'm really stuck here. Do you have any suggestions on this?