microsoft / microsoft/vscode-azurecontainerapps
Inconsistent behavior when deleting secret referenced by Azure Queue scale rule (Single vs Multiple revision mode)
@nturinski is already working on this.
Since Jun 17, 2026.
- Dominant language
- TypeScript
- Stars
- 42
- Forks
- 21
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
OS: Win 11 x64
Build Version: 20260609.1
Repro Steps:
- Create a Container App with an Azure Queue scale rule referencing a secret
- Switch between Single and Multiple revision modes
- Delete the referenced secret
Expect:
Deleting a referenced secret should be handled consistently, either by blocking deletion or by clearly indicating and validating broken dependencies.
Actual:
In Multiple mode deletion is blocked, while in Single mode deletion succeeds but leaves a dangling secretRef.
More Info:
The behavior depends on whether the referencing revision is active, but this is not visible to users, leading to confusing and inconsistent outcomes.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.