Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 812 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 812 Bytes

Lesson 3

Exercise 1:

It’s finally time to deploy some code to Azure! Clone the Flask Python Application provided here.

Once you have the code, deploy it as a Linux app service to the “resource-group-west” resource group. Afterwards, open the web server log using Azure CLI and confirm that you see an output.

Prerequisites:

Note: Azure free account only allows 1 Linux App Service of size F1. You will need to delete the App Service along with the App Service Plan after this exercise since we will create other Linux App Services throughout this course.