Skip to content

Updating Azure Functions Commands#1028

Merged
vincentsarago merged 1 commit intodevelopmentseed:mainfrom
pablo-padua:main
Nov 11, 2024
Merged

Updating Azure Functions Commands#1028
vincentsarago merged 1 commit intodevelopmentseed:mainfrom
pablo-padua:main

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
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