Azure Spring App Consumpion plan - managed identity

Gabriele Ghesla 36 Reputation points
2023-11-16T10:59:01.6266667+00:00

Is Managed Identity available for Azure Spring App running in the Standard Consumption plan?

The managed identity assignment is well documented for the Basic/Standard/Enterprise plans but nothing for the Consumption one.

Via az CLI I'm able to create a Spring App passing the parameter to assign a managed identity (either user o system) but it seems like it's not working.

The identity is created in the EntraID tenant but nothing comes out from "az spring app identity show"

I'm also getting this error "invalid arguments the properties must be provided" when trying to assign an identity to an existing app (az spring app identity assign)

Is managed identity actually available on Spring App with the consumption plan?

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
121 questions
0 comments No comments
{count} vote

Accepted answer
  1. JananiRamesh-MSFT 26,631 Reputation points
    2023-11-17T06:33:34.0266667+00:00

    @Gabriele Ghesla Thanks for reaching out. Managed identity is only available for Basic, Standard, and Enterprise tiers of Azure Spring Apps.

    Managed identity is not supported on consumption plan.

    Please let me know in case of further queries, I would be happy to assist you.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.