microsoft / microsoft/vscode-azurecontainerapps
Azure Activity Log does not show secret creation/selection when adding Azure Queue scale rules
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 42
- Forks
- 21
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
OS: Win 11 x64
Build Version: 20260626.1
Regression: Not a Regression
Repro Steps:
- Execute "Add Scale Rule..." command.
- Select "Azure queue" as the scale type.
- During setup, either: create a new secret or select an existing secret.
- Complete the wizard and deploy the changes.
- Compare the information shown in:
- Azure Activity Log
- Output Window
Expect:
The Azure Activity Log should include all user-facing configuration steps involved in creating the Azure Queue scale rule, including secret creation or secret selection.
Actual:
The Azure Activity Log only shows entries similar to:
However, the Output Window contains additional information, such as:
The secret-related operation is not reflected in the Azure Activity Log.
More Info:
When configuring an Azure Queue scale rule, users are required to either create a new secret or select an existing one. This is a user-visible configuration step rather than an internal implementation detail. Omitting this information from the Activity Log makes it difficult to understand what changes were applied and reduces the completeness of the operation history.
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.
Research direction
Start by tracing the “Add Scale Rule...” command for the Azure queue flow, focusing on where secret creation or selection is recorded for the Azure Activity Log. Compare the Activity Log entries with the Output Window for both secret paths; done means the user-facing secret operation appears in the Activity Log after deployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript, vscode
- Domain
- cloud, devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100