An organization implements an Azure governance model with the following hierarchy and configuration:
* A management group named `Tenant-MG` contains a child management group named `Biz-MG`.
* `Biz-MG` contains a subscription named `Sub-Finance`.
* `Sub-Finance` contains two resource groups named `RG-Prod` and `RG-Dev`.
The following policy assignments are applied:
* At `Biz-MG`, an Azure Policy Initiative named `Governance-Initiative` is assigned. An exclusion is configured on this assignment for the scope of `RG-Dev`. The initiative contains two policy definitions:
* A policy that denies the creation of resources without the tag `Env`.
* A policy that denies the creation of Storage Accounts unless the SKU is `Standard_LRS` or `Standard_GRS`.
* At `Sub-Finance`, a policy named `SKU-Limit-Policy` is assigned that denies the creation of Storage Accounts unless the SKU is `Standard_LRS`.
An administrator attempts to perform several deployments. Which deployment action will succeed?
- Creating a Storage Account with the Standard_LRS SKU and no tags in RG-DevCevap
- BCreating a Storage Account with the Standard_GRS SKU and the tag Env: Production in RG-Prod
- CCreating a Storage Account with the Standard_LRS SKU and no tags in RG-Prod
- DCreating a Storage Account with the Premium_LRS SKU and the tag Env: Development in RG-Dev