Deploying the movie booking app
We have already deployed one of our sample web apps in Azure and this is no different. The assumption here is that the reader already has an Azure subscription and is logged in with the email ID used for the subscription. If this is not the case, please go through the previous chapters where we have discussed Azure subscription at length. Let's have a look at steps to deploy our movie booking app on the cloud:
- In the Visual Studio
Solution Explorer window, r
ight-click on theMovieBooking
project and then clickPublish
. It will open aPublish
dialog.
- Select
Create New
and then clickOK
. It will open theCreate App Service
dialog. Enter the required fields, as shown in the following screenshot:
- After filling in all the required input, click on
Services
on the left panel. It will display the following dialog:
- We need a database for our app to function and the dialog shows the
SQL Database
as the additional Azure resource that we need to deploy. Click on the+
icon...