Register to Better Coder! It's free.
Enjoy the premium features and succeed at every job interview.
When would you recommend to use Append effect and when Modify effect in Azure Policy?
Experience Level: Senior
Tags: Azure CloudAzure PolicyAzure Resource Manager
Answer
Use Append when you want to just add additional fields to the request resource during creation or update. Append is intended for non-tag properties. For tags it is recommended to use Modify effect instead.
Use Modify when you want to add, update or remove properties or tags on a subscription or resource during create or update. Existing non-compliant resources can be remediated with a remediation task.
Related Azure Cloud job interview questions
How can you create a resource in such a way so that a user with RBAC Owner role cannot delete it?
Azure BlueprintsAzure Cloud SeniorIn your hybrid environment with Azure Active Directory and on-premisees Active Directory Domain Services, you would like users to be automatically signed in to cloud apps when they access the apps on their corporate desktops that are connected to the corporate network. How do you achieve this?
Azure Active DirectoryAzure Cloud SeniorWhen using Azure Active Directory hybrid identity solution, how can you make sure that users can authenticate even if internet connection to on-premises Active Directory is unavailable?
Azure Active DirectoryAzure Cloud SeniorYou have created an Azure Blueprint and added a resource group as an artifact. You haven't populated any parameter for the resource group artifact. What will you need to do when assigning the blueprint?
Azure BlueprintsAzure Cloud SeniorCan you assign an Azure Blueprint immediately after it has been created?
Azure BlueprintsAzure Cloud Senior