Skip to content

Improve Azure Authentication Details #299

@ColonelPanics

Description

@ColonelPanics

Currently, the Azure configuration requires quite a few steps which is frustrating when compared to the Azure command-line (and also with the 2 bits of info that the AWS API needs). The az login command is demonstrated below:

[root@cloudcontroller-stu flight-cloud]# az login
To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code DT2LY2538 to authenticate.
[
  {
    "cloudName": "AzureCloud",
    "id": "REDACTED",
    "isDefault": true,
    "name": "Pay-As-You-Go",
    "state": "Enabled",
    "tenantId": "REDACTED",
    "user": {
      "name": "REDACTED",
      "type": "user"
    }
  }
]

From a bit of searching it looks like there may be some other ways of getting API authentication configured that reduce the amount of information required/steps needed from the user to set it up:

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