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

Azure Functions lab is out of date #60

Open
vfylyk opened this issue Nov 2, 2024 · 2 comments
Open

Azure Functions lab is out of date #60

vfylyk opened this issue Nov 2, 2024 · 2 comments
Assignees

Comments

@vfylyk
Copy link

vfylyk commented Nov 2, 2024

It seems like the instructions in file ./instructions/14-functions.md are quite out of date, in the following aspects:

  1. Creating a "Function App" requires selecting a hosting plan before doing the rest.
  2. The Functions pane on the Azure Portal, in the "Function App" just created, does not have an option to "+ Create" a function to be developed in the portal. It seems like the only option is using an external editor and uploading files.

I gave up after these two hurdles.

@MScalopez MScalopez self-assigned this Nov 2, 2024
@MScalopez
Copy link
Collaborator

@vfylyk, thank you for bringing this to our attention, I will take a look at this early next week and will try to fix as soon as possible, sorry for any inconvenience this might have caused in your learning experience.

@gregoryagu
Copy link

gregoryagu commented Nov 24, 2024

I actually ran into the same issue as above, wherein the Portal does not give you an option to create the function in the Portal. However, the issue @vfylyk had is because he selected the wrong " Runtime Version Stack". The correct option is "8 (LTS) In Process Model" If any other version is selected, the option to create the function in the portal is not available. The instructions are actually correct, but I would add a warning of some sort to say that if you don't see the option, delete the function and select the "in-process model" It took me some time to figure this out.

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

No branches or pull requests

3 participants