DevOps for PaaS solutions
The typical architecture for Azure PaaS app services is based on the solution shown next:

The architecture shows some of the important components, such as Azure SQL, storage accounts, version control system, and more that participate in Azure app services based cloud solution architecture. These artifacts should be created using Azure resource manager templates. These ARM templates should be part of the overall configuration management strategy. It can have its own build and release management pipelines very similar to the one shown in the previous section:

The ARM template should also configure continuous deployment by configuring Deployment options
.
Azure app services
Azure app service provides managed hosting services for cloud solutions. It is a fully managed platform for provisioning and deploying cloud solutions. App services takes away the burden of creating and managing infrastructure and provides minimum service level agreements (SLA) for hosting your cloud...