From 02359cede620103a3f520bc1cae47ab8d0b07489 Mon Sep 17 00:00:00 2001 From: 1RedOne Date: Thu, 23 Jan 2025 11:58:07 -0500 Subject: [PATCH] updated ruby version --- .github/workflows/jekyll.yml | 2 +- ...ure-function-app-to-use-a-managed-identity | 24 ------------------- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 h-how-to-migrate-an-azure-function-app-to-use-a-managed-identity diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index d88d2ec..25a551b 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0 + uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0 with: ruby-version: '3.1' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically diff --git a/h-how-to-migrate-an-azure-function-app-to-use-a-managed-identity b/h-how-to-migrate-an-azure-function-app-to-use-a-managed-identity deleted file mode 100644 index fc97142..0000000 --- a/h-how-to-migrate-an-azure-function-app-to-use-a-managed-identity +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "PostTitle" -date: "h" -redirect_from : /How-to-migrate-an-Azure-Function-app-to-use-a-Managed-Identity -coverImage: \assets\images\2021\trackingStates.webp -categories: - - "scripting" -tags: - - - "AzureFunctions" - - "ManagedIdentity" -excerpt: "Recently I came upon the need to harden how some Azure Functions were setup. Specifically, they were Azure Functions setup to fire and run some c# code when a message was dropped into a message queue. They worked great, but we would much rather use the security of a Managed Identity to connect, instead using of using a connection string." -fileName: 'h-how-to-migrate-an-azure-function-app-to-use-a-managed-identity' ---- -Recently I came upon the need to harden how some Azure Functions were setup. Specifically, they were Azure Functions setup to fire and run some c# code when a message was dropped into a message queue. They worked great, but we would much rather use the security of a Managed Identity to connect, instead using of using a connection string. - -![Header for this post, reads 'How To Make GitHub Button'](\assets\images\2021\trackingStates.webp) - -*Post Outline* - -* What were WordPress Stats? -* Finding a way to satisfy my ego -* Automatically adding it below posts in Jekyll -* How does this compare to Google Analytics? \ No newline at end of file