Skip to content

[ISSUE]- Resource Group not found when trying to deploy subscription scoped deployment via GitHub Actions. #4478

Open

Description

Output from azd version
azd version 1.10.3 (commit 0595f33)

Describe the bug
When trying to deploy Azure infrastructure using 'subscription scoped' bicep code, it is reporting it cannot find the resource group on the first run.
The first pipeline runs then fails then the resource group is created sometime later.
Then we can rerun the pipeline and it finds the resource group on the second run and then deploys the resources properly.
The Bicep code is subscription scoped and does create the resource group when running azd up locally.

the pipeline code is attached

azure-dev.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions