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.