[Issue] azd down does not delete the app registration defined using the Bicep Graph provider #4724
Open
1 task done
Labels
Bicep
command
core
customer-reported
identify a customer issue
feature
needs-team-attention
Issues out of a milestone
question
Milestone
Output from
azd version
azd version 1.11.1 (commit ae08ceb)
Set env var AZD_BICEP_TOOL_PATH to point to:
Bicep CLI version 0.32.4 (b326faa456)
Describe the bug
I use the resource
Microsoft.Graph/applications
to define an app registration in the Bicep template.I noticed multiple issues that may have a common cause, here I focus on what I think is the most relevant one:
azd down
does not delete the app registration created when runningazd provision
Reason for this scenario: I want to create an Azure function app, configured to require Entra ID authentication - https://github.com/Yvand/azd-function-spfx-custom-api
To Reproduce
Repo https://github.com/Yvand/azd-repro-bicepexp is a minimal azd project to illustrate the issue:
Expected behavior
The app registration is deleted when running
azd down
The text was updated successfully, but these errors were encountered: