CI/CD Deployment testing failure #648
Labels
bug
Something isn't working
needs-discussion
An issue that needs a discussion with core maintainers to agree how to move forward
Describe the bug
During full deployment tests in the CI/CD pipeline, we get an error because of the state of the environment we're deploying to.
To Reproduce
test-deploy-byoconfig
test-deploy-privateconfig
Expected behavior
Environment considerations are properly reset so deployment tests can run.
Additional context
The role assignment thats having the problem is the RG Reader role for AppGw;
The reason it's having a problem is because the name isn't unique. It's using a static 'Agic' string instead of an identifier to the identity such as principalId. This is because the identity is not known before main.bicep is launched, therefore it cannot form part of the name.
I see 3 options for resolution;
The text was updated successfully, but these errors were encountered: