Skip to content

az managedapp create command does not provide an option to control the identity #29472

@jimdigriz

Description

@jimdigriz

Related command

az managedapp create ...

Is your feature request related to a problem? Please describe.
Similar to issue #21274, there is also no way to set the identity of the managed application to be deployed without manually preparing an ARM template.

Describe the solution you'd like
Deploying a managed application with only a SystemAssigned identity:

az managedapp create ... --identity-system

Deploying a managed application with only one or more UserAssigned identities:

az managedapp create ... --identity-user /subscription/... /subscription/....

Deploying a managed application with both system an user assigned identities:

az managedapp create ... --identity-system --identity-user /subscription/... /subscription/....

Describe alternatives you've considered
Using a regular ARM template with only the resource Microsoft.Solutions/applications:

az deployment group create ...

Additional context
Running version azure-cli 2.62.

Metadata

Metadata

Assignees

Labels

ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupAuto-AssignAuto assign by botAzure Deploymentsaz deployment/bicep/stack/deployment-scripts/ts/group exportService AttentionThis issue is responsible by Azure service team.act-codegen-extensibility-squadact-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions