generated from danielcgilibert/blog-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84c019e
commit 535dcbd
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
src/content/blog/streamlit-deployment-guide-part-3-azure-infra.mdx
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
heroImage: /src/assets/images/bg.jpg | ||
category: CICD | ||
description: >- | ||
A walkthrough guide of creating the Terraform code to manage the Infrastructure to host your Streamlit application on Azure. | ||
pubDate: 2024-06-30 | ||
draft: true | ||
tags: | ||
- terraform | ||
- azure | ||
- IaC | ||
title: >- | ||
Streamlit Deployment Guide Part 3: Azure Infrastructure via Terraform | ||
--- | ||
|
||
This showcases the Terraform code to manage the Infrastructure to host your Streamlit application. It continues a series detailing the process of deploying Streamlit app to Azure, broken down into the following parts: | ||
|
||
- [**Part 1**: Containerizing a Streamlit app.](https://blog.waynegoosen.com/post/streamlit-deployment-guide-part-1-containerization/) | ||
- [**Part 2**: GitHub Workflow for Building and Publishing to ghcr.io ](https://blog.waynegoosen.com/post/streamlit-deployment-guide-part-2-github-workflow/) | ||
- **Part 3**: Azure Infrastructure via Terraform **You are here** 😊 | ||
- **Part 4**: GitHub Workflow for Terraform Apply & Destroy | ||
|
||
Do you want to deploy your Streamlit application on Azure right now? Use the [template repository](https://github.com/WayneGoosen/azure-streamlit-poc) 🚀 |