Use only Microsoft Entra ID authentication is missing in the Azure CLI of Azure Synapse
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Related command**
az synapse workspace create --name $synapseWorkspaceName --resource-group $resourceGroupName --storage-account $storageAccountName --file-system $fileShareName --location $location
Found here: https://learn.microsoft.com/en-us/azure/synapse-analytics/quickstart-create-workspace-cli
**Is your feature request related to a problem? Please describe.**
It is obligatory to give a user and pwd which is not secure. I want entra id only.
--sql-admin-login-user $SqlUser \
--sql-admin-login-password $SqlPassword \
**Describe the solution you'd like**
Ability to script without user and pwd and have only entra id authentication
**Describe alternatives you've considered**
None
**Additional context**
Image added

Contributor guide
Assessment
This issue has not been assessed yet.