Skip to content

Use only Microsoft Entra ID authentication is missing in the Azure CLI of Azure Synapse #28350

@V4A001

Description

@V4A001

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
image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions