betr-io / terraform-provider-mssql

Terraform provider for Microsoft SQL Server
https://registry.terraform.io/providers/betr-io/mssql/latest
MIT License
35 stars 28 forks source link

add azure cli auth #20

Closed majidaldo closed 2 years ago

majidaldo commented 2 years ago

Azure cli authentication, az login, is becoming a 'universal' way to log into azure.

magne commented 2 years ago

This plugin is not about manipulating Azure resources, for which az login is necessary, but rather about creating users and logins in SQL Server. Even when created in Azure, the SQL Server login is separate from the Azure login.

majidaldo commented 2 years ago

The request is technically about getting credentials to manage the server. .. Not about managing azure.