Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue] azd down does not delete the app registration defined using the Bicep Graph provider #4724

Open
1 task done
Yvand opened this issue Jan 23, 2025 · 0 comments
Open
1 task done
Labels
customer-reported identify a customer issue question

Comments

@Yvand
Copy link

Yvand commented Jan 23, 2025

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 running azd 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:

azd init Yvand/azd-repro-bicepexp
azd provision
azd down

Expected behavior
The app registration is deleted when running azd down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported identify a customer issue question
Projects
None yet
Development

No branches or pull requests

1 participant