if (FALSE) {
# Get current account information
account_info <- az_cli_account_show()
# Access subscription ID
subscription_id <- account_info$id
# Access tenant ID
tenant_id <- account_info$tenantId
}
Run the code above in your browser using DataLab