Getting Started with Polybase—Incorrect Syntax near ‘EXTERNAL’ Error

I was playing around with configuring Polybase this morning. Nothing to exotic, just installing the feature getting started. I got everything installed and was about ready to created my data source. The command to that is as follows: CREATE EXTERNAL DATA SOURCE AzureStorage WITH (            TYPE = Hadoop,         LOCATION = ‘wasb://polybase@mystorageaccountnamehere.blob.core.windows.net’, CREDENTIAL = AzureStorageCredential); Unfortunately, […]