From b520b05d447c3f3ab4cad965d428bd4e9f8de046 Mon Sep 17 00:00:00 2001 From: WayneGoosen <13494899+WayneGoosen@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:13:12 +0200 Subject: [PATCH] fix: broken link --- .../streamlit-deployment-guide-part-4-github-tf-workflow.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/streamlit-deployment-guide-part-4-github-tf-workflow.mdx b/src/content/blog/streamlit-deployment-guide-part-4-github-tf-workflow.mdx index 4708e01..ad820d6 100644 --- a/src/content/blog/streamlit-deployment-guide-part-4-github-tf-workflow.mdx +++ b/src/content/blog/streamlit-deployment-guide-part-4-github-tf-workflow.mdx @@ -45,7 +45,7 @@ The workflow files should be stored within the following folder: `.github/workfl ### Setup Azure Application Registration -Refer to [Azure Federated Identity Credentials for Terraform: A GitHub Actions Guide](https://waynegoosen.com/post/fed-creds-tf-github-actions/) to enable authenticating the workflow with Azure. +Refer to [Azure Federated Identity Credentials for Terraform: A GitHub Actions Guide](https://waynegoosen.com/post/azure-federated-identity-credentials-terraform-github-actions-guide/) to enable authenticating the workflow with Azure. ### Setup Environment