Skip to content

Commit

Permalink
Migrating to a different Azure account, updated publishing profile en…
Browse files Browse the repository at this point in the history
…v variable and name of azure function app
  • Loading branch information
lperezmo authored Jul 12, 2024
1 parent d1b5fa6 commit 4cee668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-functions-app-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
branches: ["main"]

env:
AZURE_FUNCTIONAPP_NAME: 'UniqueLuisGithubFunction' # set this to your function app name on Azure
AZURE_FUNCTIONAPP_NAME: 'UniqueGithubFunction' # 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
PYTHON_VERSION: '3.11' # set this to the python version to use (e.g. '3.6', '3.7', '3.8')

Expand Down

0 comments on commit 4cee668

Please sign in to comment.