[Priortity queue] Removing Local Execution#424
Merged
skabou merged 3 commits intomspnp:priority-queue-updatefrom Jan 5, 2026
Merged
[Priortity queue] Removing Local Execution#424skabou merged 3 commits intomspnp:priority-queue-updatefrom
skabou merged 3 commits intomspnp:priority-queue-updatefrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request removes local execution support for the Priority Queue pattern example and consolidates the Azure deployment infrastructure. The changes streamline the deployment process by integrating all Bicep templates into a single main template and removing local development instructions.
Key Changes:
- Consolidated Azure Function App deployment from a separate Bicep file into the main deployment template
- Removed local execution instructions and prerequisites from the documentation
- Updated deployment commands to use the consolidated
bicep/main.bicepfile instead of a separate file
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| priority-queue/bicep/sites.bicep | New Bicep module that defines Function App infrastructure including app service plans, function apps, and role assignments |
| priority-queue/bicep/main.bicep | Integrated storage account, Application Insights, and function app module deployment that was previously in a separate file |
| priority-queue/bicep/azure/azure-function-apps.bicep | Deleted file - content consolidated into main.bicep |
| priority-queue/Readme.md | Removed local execution instructions and updated to only show Azure deployment steps |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
skabou
approved these changes
Jan 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addressing
#122 (comment)
Removing Local Execution, integrating bicep files and instructions to deploy in Azure