How to create an Azure API App using the .YAML file and Python code? -


one of clients wants host api's in azure, apis developed in python. tried creating azure api app in dot net , getting successful result don't have knowledge of python, can me finding out how can host these python api's in azure?

the source file has .yaml file, .py file , .html file.

you can confirm customer, whether python apis in complete python web application.

there several popular python web frameworks customer may use build apis server, flask, django , bottle. can find document how deploy these application azure web apps @ creating web apps flask in azure, creating web apps django in azure , creating web apps bottle in azure.

any further concern, please feel free let me know.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -