A seed-catalog Python function targets an unsupported Functions host, and extensions fail to load. What should the developer select when creating the function app?
Select an answer to reveal the explanation.
Short Explanation
Pick a supported runtime and the Python stack at create time—like choosing the right power adapter before plugging in. An ancient 1.x leftover or a mystery preview is why extensions refuse to load for the seed catalog.
Full Explanation
Function apps are created with a runtime version and a language stack (for example Python on the ~4 host). Unsupported or legacy runtimes break extension loading and language workers. AKS is not the required answer for configuring a standard Functions app. Avoid writing a full migration essay; select supported create-time values.