rad credential register azure wi CLI reference

Details on the rad credential register azure wi Radius CLI command

rad credential register azure wi

Register (Add or update) Azure cloud provider workload identity credential for a Radius installation.

Synopsis

Register (Add or update) Azure cloud provider workload identity credential for a Radius installation.

This command is intended for scripting or advanced use-cases. See ‘rad init’ for a user-friendly way to configure these settings.

Radius will use the provided workload identity credential for all interactions with Azure, including Bicep deployment, Radius Environments, and Radius portable resources.

Radius will use the provided subscription and resource group as the default target scope for Bicep deployment. The provided service principal must have the Contributor or Owner role assigned for the provided resource group in order to create or manage resources contained in the group. The resource group should be created before calling ‘rad credential register azure wi’.

Radius cloud providers enable Radius Environments to deploy and integrate with cloud resources (Azure, AWS). The Radius control-plane stores credentials for use when accessing cloud resources.

Cloud providers are configured per-Radius-installation. Configuration commands will use the current workspace or the workspace specified by ‘–workspace’ to configure Radius. Modifications to cloud provider configuration or credentials will affect all Radius Environments and applications of the affected installation.

rad credential register azure wi [flags]

Examples


# Register (Add or update) cloud provider credential for Azure with workload identity authentication
rad credential register azure wi --client-id <client id/app id> --tenant-id <tenant id>

Options

      --client-id string   The client id or app id of an Azure service principal.
  -h, --help               help for wi
  -o, --output string      output format (supported formats are json, table) (default "table")
      --tenant-id string   The tenant id of an Azure service principal.
  -w, --workspace string   The workspace name

Options inherited from parent commands

      --config string   config file (default "$HOME/.rad/config.yaml")

SEE ALSO