Using Accelerators to deploy Azure Resources but failed at azure container registry task setup
Hi Team,
I came across a documentation, related to Azure Landing Zones to deploy managment group setup and other resources using azure accelerators.
I have followed this documentation and tried to setup only Azure Verified Modules for Platform Landing zones with lib folder. and followed every step that i can do and provided required permissions.
Accelerator will do all terraform planning till apply.
Currently im using azure free subscription - trial version.
Reference Link : https://azure.github.io/Azure-Landing-Zones/accelerator/userguide/
But i'm getting below issue
Error: creating Task (Subscription: "28bfc43e-2902-41d9-a305-0b2b491204c1"
│ Resource Group Name: "rg-alz-mgmt-agents-eastus-001"
│ Registry Name: "acralzmgmteas001qomk"
│ Task Name: "image-build-task"): performing Create: unexpected status 400 (400 Bad Request) with error: TasksOperationsNotAllowed: ACR Tasks requests for the registry acralzmgmteas001qomk and 28bfc43e-2902-41d9-a305-0b2b491204c1 are not permitted. Please file an Azure support request at http://aka.ms/azuresupport for assistance.
│
│ with module.azure.azurerm_container_registry_task.alz[0],
│ on ../../modules/azure/container_registry.tf line 12, in resource "azurerm_container_registry_task" "alz":
│ 12: resource "azurerm_container_registry_task" "alz" {
│
│ creating Task (Subscription: "28bfc43e-2902-41d9-a305-0b2b491204c1"
│ Resource Group Name: "rg-alz-mgmt-agents-eastus-001"
│ Registry Name: "acralzmgmteas001qomk"
│ Task Name: "image-build-task"): performing Create: unexpected status 400 (400 Bad Request) with error: TasksOperationsNotAllowed: ACR Tasks requests
│ for the registry acralzmgmteas001qomk and 28bfc43e-2902-41d9-a305-0b2b491204c1 are not permitted. Please file an Azure support request at
│ http://aka.ms/azuresupport for assistance.
╵