-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Azure for Architects
By :

The typical architecture for Azure PaaS app services is based on Figure 13.8:
The architecture shows some of the important components—such as Azure SQL, Storage accounts, and the version control system—that participate in the Azure App Service-based cloud solution architecture. These artifacts should be created using ARM templates. These ARM templates should be part of the overall configuration management strategy. It can have its own build and release management pipelines, similar to the one shown in Figure 13.9:
Now that we have explored the various deployment source options, let's go ahead and dive into understanding how to deploy cloud solutions on Azure.
Azure App Service provides managed hosting services...