1

I'm trying to create an API using an existing Azure Function App.

Function App Properties:

  • OS: Linux
  • Hosting Plan: Consumption Plan
  • Runtime Stack: Python

Here is the error:

Error image

Gino Mempin
  • 25,369
  • 29
  • 96
  • 135
  • [Someone](https://stackoverflow.com/questions/54226135/azure-apim-fails-to-create-api-from-function-app) throw away the function and recreate a new one on windows. Then apim could create with it. – Joey Cai May 30 '19 at 02:15
  • yeah, I have seen that. They used the Windows OS instead of Linux. In my case, I'm trying to create python function on Linux OS. – cyber_secur May 31 '19 at 14:20

1 Answers1

0

Linux Function App import is not yet supported, but coming real soon.

Vitaliy Kurokhtin
  • 7,205
  • 1
  • 19
  • 18