Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Parent Resource Not Found #66

Closed
skmckenFVSD opened this issue Sep 29, 2020 · 2 comments
Closed

Parent Resource Not Found #66

skmckenFVSD opened this issue Sep 29, 2020 · 2 comments

Comments

@skmckenFVSD
Copy link

Bug

Parent Resource Not Found
Deployment failing in Step 8 - Creating Resources in Azure within PowerShell.

To Reproduce
Steps to reproduce the behavior:

  1. run.bat in PowerShell
  2. Deployment failed. Correlation ID: c7ac44aa-eb0a-4867-8e91-0d073dc2e668. {
    "error": {
    "code": "ParentResourceNotFound",
    "message": "Can not perform requested operation on nested resource. Parent resource 'kv-73i32pmz3' not found."
    }
    }

Additional context
This occurred after pulling Main to fix the HTTPSConnectionPool which was corrected in the azuredeploy.json

@adbindal
Copy link
Contributor

Hi @skmckenFVSD,

Thanks a lot for reporting the issue.

Probable Theory

Based on the current information, unfortunately, the only thing I could interpret is that the ARM template seems to have faced some issue in deploying the KeyVault resource in your chosen deployment. You could consider trying to re-deploy the same RG/Identity/AppName combination by simply re-executing run.bat or deploy a new RG inside a different region than the one tried above.

Troubleshooting Tips

In order to understand the issue in more detail, one way could be to go through the deployment details which could be accessed via Azure Portal.

Go to Azure Portal -> Choose appropriate Subscription -> Select Resource Groups blade from Left Rail -> Choose appropriate Resource Group -> Select Deployments Blade from Left Rail.


In case none of the above help you move in the correct direction, I'd request you to please reach out to us at learnlti@microsoft.com in order to better understand your issue and provide support from our end.

@skmckenFVSD
Copy link
Author

I re-deployed to westus with no issue. Previous deployment was to canadacentral.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants