Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Azure Functions Commands #1028

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

pablo-padua
Copy link
Contributor

@pablo-padua pablo-padua commented Nov 11, 2024

Changed:

  • Python runtime version from 3.8 to 3.9 (azure function no longer supports 3.8)

  • Functions version was updated from 3 to 4 (you wont be able to create a new app function on version 3).

  • Added the --python flag at the end of the publishing command, infering the FUNCTIONS_WORKER_RUNTIME.

Here's some testing I made that backs the points above:
image
image
image

Alternatively, I have added variables instead of fixed values for container name and app name, given that it must be a unique name for each new instance and that can confuse people not familiar with how blob storage works.

@vincentsarago
Copy link
Member

thank you @pablo-padua 🙏

@vincentsarago vincentsarago merged commit 2805ba8 into developmentseed:main Nov 11, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants