Skip to content

Commit

Permalink
feat: start part 3 post
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneGoosen committed Jun 30, 2024
1 parent 84c019e commit 535dcbd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/content/blog/streamlit-deployment-guide-part-3-azure-infra.mdx
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) 🚀

0 comments on commit 535dcbd

Please sign in to comment.