An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
The error says, the password you have set for the synapse workspace is not complex / not complying with the below rules,
- The password should be atleast 8 characters long
- It should be the combination of 3 of the following groups-
- Uppercase letters
- lowercase letters
- digits(0-9)
- symbols (!, $, #, %)
Please check the password you have given in your powershell script and change it as per the given rules. Then it should work.
Hope it helps.
Thanks.