From 535dcbd76e718b2d870f49e79ab87e254af04c8c Mon Sep 17 00:00:00 2001 From: WayneGoosen <13494899+WayneGoosen@users.noreply.github.com> Date: Sun, 30 Jun 2024 20:39:40 +0200 Subject: [PATCH] feat: start part 3 post --- ...it-deployment-guide-part-3-azure-infra.mdx | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/content/blog/streamlit-deployment-guide-part-3-azure-infra.mdx diff --git a/src/content/blog/streamlit-deployment-guide-part-3-azure-infra.mdx b/src/content/blog/streamlit-deployment-guide-part-3-azure-infra.mdx new file mode 100644 index 0000000..2a68f28 --- /dev/null +++ b/src/content/blog/streamlit-deployment-guide-part-3-azure-infra.mdx @@ -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) 🚀