0% found this document useful (0 votes)
1 views4 pages

Project #3 - Containerized Web App Deployment Using Azure Container Apps

The document outlines the steps for building and deploying a containerized web application using Azure Container Apps, including setting up the Azure environment, developing the application, containerizing it, and deploying it with auto-scaling and monitoring features. Each step requires a brief description and a screenshot of the results. Final notes include links to the deployed app and GitHub repository, as well as optional sections for challenges faced and feedback.

Uploaded by

ostazcheetos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views4 pages

Project #3 - Containerized Web App Deployment Using Azure Container Apps

The document outlines the steps for building and deploying a containerized web application using Azure Container Apps, including setting up the Azure environment, developing the application, containerizing it, and deploying it with auto-scaling and monitoring features. Each step requires a brief description and a screenshot of the results. Final notes include links to the deployed app and GitHub repository, as well as optional sections for challenges faced and feedback.

Uploaded by

ostazcheetos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Project #3: Containerized

Web App Deployment using


Azure Container Apps
Student Name: [Insert Name Here]
Student Code: [Insert Your Bootcamp ID Here]
Submission Date: [Insert Date]

Instructions:
• Complete the steps for building and deploying a containerized web
app using Azure Container Apps with auto-scaling and monitoring.
• For each step below, provide a brief description of what you did
and insert a screenshot showing the result (e.g., Azure Portal, code,
app interface).
• Export this document as a PDF named
YourID_ProjectNumber.pdf and submit it using this link.
Project Steps
Step 1: Set Up Azure Environment
• Description: [e.g., "Created a resource group to manage all project
resources."]
• Screenshot:
[Insert screenshot here – e.g., Azure Portal showing resource group creation]

Step 2: Develop the Web Application


• Description: [e.g., "Built a web app using a chosen framework and tested it
locally."]
• Screenshot:
[Insert screenshot here – e.g., Code editor with app code or local test in
browser]

Step 3: Containerize the Web App


• Description: [e.g., "Created a Dockerfile to package the web app into a
Docker container."]
• Screenshot:
[Insert screenshot here – e.g., Dockerfile in editor or terminal showing
successful build]

Step 4: Test the Container Locally


• Description: [e.g., "Ran the Docker container locally to verify it works."]
• Screenshot:
[Insert screenshot here – e.g., Terminal with docker run output or app
running in browser via localhost]
Step 5: Deploy to Azure Container Apps
• Description: [e.g., "Deployed the containerized app to Azure Container
Apps using a deployment method."]
• Screenshot:
[Insert screenshot here – e.g., Deployment success in Azure Portal or app
URL]

Step 6: Configure Auto-Scaling


• Description: [e.g., "Set up auto-scaling based on HTTP traffic or CPU
load."]
• Screenshot:
[Insert screenshot here – e.g., Auto-scaling rules in Azure Container Apps
settings]

Step 7: Integrate Monitoring with Application Insights


• Description: [e.g., "Enabled Application Insights to monitor app health and
performance."]
• Screenshot:
[Insert screenshot here – e.g., Application Insights setup or live metrics
dashboard]
Final Notes
Screenshots of Final Output:
[Insert screenshot here – e.g., Deployed app running with monitoring
data]
Important Links:
• Deployment Link: [Put your deployed app link here]
• GitHub Repo Link: [Link of the source code for the project]
Challenges Faced: [Optional – e.g., "Resolved port mapping issues in
Dockerfile."]
Feedback: [Tell us what you want to see next month?]
General Notes: [TELL US]

You might also like