It seems that something goes wrong on the tool side when the BACPAC is created or restored. This statement:
CREATE CLUSTERED INDEX [CCI_Table_ColumnstoreIndex_01]
ON [dbo].[Table_ColumnstoreIndex_01]([vcharmax]);
should not be there. Since the data type varchar(MAX) is not supported for rowstore clustered index, this statement gives an error. But would the data type be a supported one, the next statement to create the clustered columnstore index would fail, since you can only have one clustered index on a table.
I cannot do much more than recommend you to report a bug here: https://feedback.azure.com/d365community/forum/04fe6ee0-3b25-ec11-b6e6-000d3a4f0da0If the issue is more pressing for you, and you need this to be fixed, you should open a support case.