From fd2077a35a54ea83d707d8bad5b669e23264e946 Mon Sep 17 00:00:00 2001 From: Obinna Igbokwe Date: Thu, 18 Jan 2024 21:46:45 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8f22aa4..17ff090 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ [Session Video - 10/25/2023](https://pbsdatastore.blob.core.windows.net/training/TrainingInfo/video1029088020.mp4?sp=r&st=2023-10-26T22:01:35Z&se=2024-10-27T06:01:35Z&spr=https&sv=2022-11-02&sr=b&sig=lpaBwJdyKzTLSs6cRggG4109o46Ycz9Lgi1vJegPxxY%3D) +[Session Video - 01/18/2024](https://pbsdatastore.blob.core.windows.net/training/TrainingInfo/video1436973050.mp4?sp=r&st=2024-01-19T02:41:08Z&se=2025-01-19T10:41:08Z&spr=https&sv=2022-11-02&sr=b&sig=AWsFCE%2BGHAP4hBdiagVi2Xk3LNS%2B%2BIeQv1owOE3dJeE%3D) + + + + From 7cd752ef740e1194ae5dbd0792d7790617af91a1 Mon Sep 17 00:00:00 2001 From: Obinna Igbokwe Date: Thu, 18 Jan 2024 21:57:27 -0500 Subject: [PATCH 2/2] Update azure-functions-app-dotnet.yml --- .github/workflows/azure-functions-app-dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-functions-app-dotnet.yml b/.github/workflows/azure-functions-app-dotnet.yml index 2685c21..916c363 100644 --- a/.github/workflows/azure-functions-app-dotnet.yml +++ b/.github/workflows/azure-functions-app-dotnet.yml @@ -23,7 +23,7 @@ on: branches: ["master"] env: - AZURE_FUNCTIONAPP_NAME: 'training20240106' # set this to your function app name on Azure + AZURE_FUNCTIONAPP_NAME: 'training20240117' # set this to your function app name on Azure AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your function app project, defaults to the repository root DOTNET_VERSION: '8.0.x' # set this to the dotnet version to use (e.g. '2.1.x', '3.1.x', '5.0.x')