You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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: