diff --git a/README.md b/README.md index e8d82b5..cad5bd1 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ To run the site locally, first mirror this repo, then install Ruby for Windows. * In case of errors, make sure to toggle between #theme and #remote-theme in the config.yml file * run `StartJekyllLocally.bat` to verify layout works and to troubleshoot errors. +Monitor build progress here + +[Build Progress](https://github.com/1RedOne/1redone.github.io/actions) * * * diff --git a/_posts/2024-05-07-how-to-create-azure-resources-in-your-azure-devops-pipelines-without-using-saved-passwords.md b/_posts/2024-05-07-how-to-create-azure-resources-in-your-azure-devops-pipelines-without-using-saved-passwords.md index 2bff4da..4f1a6dd 100644 --- a/_posts/2024-05-07-how-to-create-azure-resources-in-your-azure-devops-pipelines-without-using-saved-passwords.md +++ b/_posts/2024-05-07-how-to-create-azure-resources-in-your-azure-devops-pipelines-without-using-saved-passwords.md @@ -10,10 +10,10 @@ categories: - "managedServiceIdentity" tags: - "devops" -excerpt: "Using saved passwords in Azure Devops Pipelines is sooooo 2023. The new hotness is using Azure Workload Id Federation. It only took me 27 tries to get it right, and you can learn to do it form me correctly the first time. " +excerpt: "Using saved passwords in Azure Devops Pipelines is sooooo 2023. The new hotness is using Azure Workload Id Federation. It only took me 27 tries to get it right, and you can learn to do it from me correctly the first time. " fileName: '2024-05-07-how-to-create-azure-resources-in-your-azure-devops-pipelines-without-using-saved-passwords' --- -Using saved passwords in Azure Devops Pipelines is sooooo 2023. The new hotness is using Azure Workload Id Federation. It only took me 27 tries to get it right, and you can learn to do it form me correctly the first time. +Using saved passwords in Azure Devops Pipelines is sooooo 2023. The new hotness is using Azure Workload Id Federation. It only took me 27 tries to get it right, and you can learn to do it from me correctly the first time. ![Header for this post, reads 'How To Make GitHub Button'](/assets/images/2024/MigratingAzureDevopPipelinesToUseMSIs.png)