From 3c809d0c8e6fef66f1774bdc25b16e41dc029d4e Mon Sep 17 00:00:00 2001 From: Saar Shen Date: Tue, 12 Nov 2024 10:36:40 -0800 Subject: [PATCH 1/2] Refresh the image and updated the readme --- src/DeploymentGuide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/DeploymentGuide.md b/src/DeploymentGuide.md index 2f5be36..26b4d3e 100644 --- a/src/DeploymentGuide.md +++ b/src/DeploymentGuide.md @@ -5,6 +5,7 @@ * Setup Context ```shell +# Last time used: 20241122.01 $RELEASE_VERSION="" # Fill in the value! ``` @@ -51,7 +52,7 @@ $RELEASE_VERSION="" # Fill in the value! az containerapp update -n $CONTAINER_APP_NAME ` -g $RESOURCE_GROUP ` --image "$REPO_IMAGE_TAG" ` - --environment-variables "ApplicationInsights__ConnectionString=secretref:insights-connection-string" + --set-env-vars "ApplicationInsights__ConnectionString=secretref:insights-connection-string" ``` ## Shorthands for quick deployment From 7709cd8f31b37efd23bc43366205786aed9ebdd7 Mon Sep 17 00:00:00 2001 From: Saar Shen Date: Tue, 12 Nov 2024 10:38:48 -0800 Subject: [PATCH 2/2] Bump up unit test target fx --- .../NetStackBeautifier.Services.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NetStackBeautifier.Services.Tests/NetStackBeautifier.Services.Tests.csproj b/src/NetStackBeautifier.Services.Tests/NetStackBeautifier.Services.Tests.csproj index 4a55bb8..5646753 100644 --- a/src/NetStackBeautifier.Services.Tests/NetStackBeautifier.Services.Tests.csproj +++ b/src/NetStackBeautifier.Services.Tests/NetStackBeautifier.Services.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable false