From fa6478dafaf0da58918e64f66b154b6d1334b0fa Mon Sep 17 00:00:00 2001 From: The GitLord <105650988+gitlad2@users.noreply.github.com> Date: Thu, 16 Jun 2022 10:33:37 -0400 Subject: [PATCH] Update windows-dotnet-functionapp-on-azure.yml --- FunctionApp/windows-dotnet-functionapp-on-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunctionApp/windows-dotnet-functionapp-on-azure.yml b/FunctionApp/windows-dotnet-functionapp-on-azure.yml index 6d235fc6..d73ee185 100644 --- a/FunctionApp/windows-dotnet-functionapp-on-azure.yml +++ b/FunctionApp/windows-dotnet-functionapp-on-azure.yml @@ -11,7 +11,7 @@ on: # # 2. Change these variables for your configuration: env: - AZURE_FUNCTIONAPP_NAME: your-app-name # set this to your application's name + AZURE_FUNCTIONAPP_NAME: daltonsapp # set this to your application's name AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root DOTNET_VERSION: '2.2.402' # set this to the dotnet version to use