# Deploy to Azure App service

## What is Azure App Service?
A service to easily create, deploy, and scale web applications and mobile backends on the cloud.
## Purpose
Deploy the web application that has been confirmed to work locally to Azure App Service and check that it is running as a web service.
## Execution steps
1. Adjustment/Modification on step 4 Preparing the web application
1.1 Change the "functionresource" variable in "app_train.py" to Azure functions resource. In this experiment
```
functionresource = "aoi-search-app"
```
2. Copy app_train.py and rename it with app.py
3. Fix the functions name and function resource name

4. Create Resources for Azure App Service.[Click Here](https://hackmd.io/oW84CoIfTbGvYWNOocr1UA?view)