Ax as a application which is using SQL server, it does not care about whether SQL is standalone or clustered. All it knows is the hostname/ip and port to connect to SQL.
So from the aspect of tech, you can do this. But from the aspect of business, you should not use standalone as it's not safe.
If you want to move from standalone to cluster, you have to setup cluster and move current databases to new cluster.