Assignment 3 - Jake Tonani (Redo)#41
Closed
npcjake wants to merge 16 commits into
Closed
Conversation
- Add Service Bus namespace and queue to Terraform - Add Azure Function with Service Bus trigger that writes to blob storage - Add Container App web UI with message form to send to Service Bus - Enable managed identities with RBAC for both Function App and Container App - Add Azure Container Registry for container image hosting - Create app-deploy.yml workflow for application deployments - Update terraform-deploy.yml to trigger app deployment after infra changes - Add deployment documentation to Assignment3/readme.md
Author
|
need to fix same issue from assingment 2 with tf |
Author
|
@philspokas should be good! |
- Add environment: production so OIDC subject matches Azure federated credential - Add pull_request trigger so Terraform Plan runs as a check on PRs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Assignment 3 - Jake Tonani
Azure Resource Group
https://portal.azure.com/#@ewueagles.onmicrosoft.com/resource/subscriptions/d7dc33ae-d588-44a6-bda7-3e08dbd66d6f/resourceGroups/rg-assignment3/overview
GitHub Repo
https://github.com/npcjake/EWU-CSCD396-2026-Spring
Checklist
1. Azure Function Bound to Service Bus
identity { type = "SystemAssigned" }in Terraform)ewua3jake26msg)Storage Blob Data Contributoron the messages storage accountAzure Service Bus Data Receiveron the Service Bus namespaceAssignment3/function-app/src/functions/serviceBusHandler.js) triggers on themessagesqueue and writes each message as a JSON blob to themessagescontainer2. Container App Writes to Service Bus
Azure Service Bus Data Senderon the Service Bus namespaceAssignment3/container-app/server.js) has a text box and submit button that sends messages to the Service Bus queue usingDefaultAzureCredential3. CI/CD Workflow Triggering
Application code deployment (
.github/workflows/app-deploy.yml):mainwhen files change underAssignment3/container-app/**orAssignment3/function-app/**Infrastructure deployment (
.github/workflows/terraform-deploy.yml):mainwhen files change underTerraform/**terraform applyto update infrastructureAutomatic app redeployment after Terraform:
terraform applycompletes, thedeploy-appsjob interraform-deploy.ymlcallsapp-deploy.ymlviaworkflow_call4. Access
jcurry9@ewu.eduhas Contributor access at the subscription level