Does Incremental deployment of resources using Arm template retain RBAC access and access policy if re deployed.?

Anudeep Duddu 21 Reputation points
2021-09-07T11:24:26.097+00:00

When I deploy existing key vault using Arm template , will RBAC access and acces policy retain or get disappeared for incremental mode of deployment

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,098 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
655 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 17,161 Reputation points
    2021-09-07T12:50:35.353+00:00

    @AnudeepDuddu-4551 When redeploying an existing resource in incremental mode, all properties are reapplied. The properties aren't incrementally added. A common misunderstanding is to think properties that aren't specified in the template are left unchanged. If you don't specify certain properties, Resource Manager interprets the deployment as overwriting those values. Properties that aren't included in the template are reset to the default values. Specify all non-default values for the resource, not just the ones you're updating.

    Here are some reference links which has similar information.