> ## Content Index
> Fetch the complete content index at: https://www.techielass.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Error when deploying an Azure Landing Zone template!
- URL: https://www.techielass.com/error-when-deploying-an-azure-landing-zone-template/
- Published: 2021-05-18T06:00:00.000Z
- Updated: 2022-03-04T08:16:25.000Z
- Description: Join me as I troubleshoot an issue trying to deploy an Enterprise-Scale Landing Zone template into my Azure environment.
- Author: Sarah Lean
- Tags: Azure, Cloud Adoption Framework, Enterprise-Scale Landing Zones

I was recently testing out some of the [Enterprise-Scale Landing Zones](https://docs.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/?WT.mc%5Fid=AZ-MVP-5004737&ref=techielass.com) templates and trying to deploy them to answer some questions I had been sent by someone. And I hit a snag at the first hurdle!

> The client 'live.com#\*\*\*\*\*@\*\*\*.com' with object id 'subid-xxxx-xxxx-xxxx-xxxxxxx' does not have authorization to perform action 'Microsoft.Resources/deployments/validate/action' over scope '/providers/Microsoft.Resources/deployments/NoMarketplace-20210322140411' or the scope is invalid. If access was recently granted, please refresh your credentials. (Code: AuthorizationFailed)

Now I'm going to fully admit this error could have been avoided if I had read the documentation fully before hitting the deploy to Azure button. However, I wanted to document this in case someone else hit the same snag, or even if I hit the same snag again. 😉

What I had to do to fix it was this:

- Head into the Azure Portal and open Azure Active Directory
- Under the Manage section select Properties
- Under Access management for Azure resources, set the toggle to Yes.

![](https://storage.ghost.io/c/08/96/08960c71-63a2-449b-91b1-8d4628166dd2/content/images/2021/04/accessmanagement.jpg)

As simple as that. 😉

If you are trying to deploy the Enterprise-Scale Landing Zone templates, be sure to check out the [full documentation](https://github.com/Azure/Enterprise-Scale?ref=techielass.com) the team have prepared and you'll avoid issues like these. 👍