Azure Webapps contd..
- Lets deploy a java based application to azure app service Refer Here
- Try Creating the Azure App Service with Standard S1 and create the slots and deploy the application to the slots depending on the stage of the project.
- Azure App Service Dependencies
- Generally Apps require Databases to store the information about applications
- Databases can be SQL Servers, mySQL, Postgres and Mongo db. To integrate application with Database lets look at the following
- Look at the below references to understand
- .net core Refer Here
- .net framework Refer Here
- Python Refer Here
- Node js Refer Here
- Java Refer Here
- Azure App Service also support Docker Container deployments.
How to use Azure SDK
- In this series we will be using python/.net sdk’s to interact with azure
