Cargando…

Practial Azure application development : a step-by-step approach to build feature-rich cloud-ready solutions /

Get started and learn a step-by-step approach to application development using Microsoft Azure. Select the right services to solve the problem at hand in a cost-effective manner and explore the potential different services and how they can help in building enterprise applications. Azure has an ample...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Vijayakumar, Thurupathan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : Apress, ©2017.
Colección:ITpro collection
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Azure
  • A Solutions Development Platform; Let's Define IaaS, PaaS, and SaaS; Infrastructure as a Service (IaaS); Platform as a Service (PaaS); Software as a Service (SaaS); PaaS Services of Azure; Azure Account and Subscriptions; Azure Deployment Models; Azure Resource Manager and Resource Groups; Azure Regions; Introduction to Azure Portal; Azure Compliances; Introduction to DashDocs Application; DashDocs Application; Summary.
  • Chapter 2: Beginning Application Development with Azure Web Apps, SQL Database, and Blob StorageBeginning DashDocs Application Development; Getting Started with Azure Web Apps; Choosing the Hosting Option; Web Apps vs. Cloud Services vs. VMs; Creating an Azure Web App; Azure App Service Plan; Azure Web Apps Deployment Options; Publishing the Application from Visual Studio; Exploring the Publish Settings File; Getting Started with Azure SQL Database; Creating an Azure SQL Database; Accessing Azure SQL Database from SSMS; Entity Framework Code-First with Azure SQL Database.
  • Creating the Code-First ModelsGetting Started with Azure Blob Storage; Creating an Azure Blob Storage; Azure Blob Storage Replication; Azure Blob Storage Structure; Accessing Azure Blob Storage from SDK; Finalizing the First Version of DashDocs Application; Summary; Chapter 3: DevOps with Visual Studio Team Services and Azure; Getting Started with VSTS; Setting Up a VSTS Account; Creating a Git Repo and Pushing the Code to VSTS; Creating Build Definition and Deployment to Azure Web Apps; Enabling Application Monitoring Using Azure Application Insights.
  • Automate Azure Environment Provisioning Using Azure Resource Manager (ARM) TemplatesHandling Environment Settings in Web Apps; Summary; Chapter 4: Azure Active Directory and Multitenancy; AAD and Azure Login Experience; Microsoft Account Login; Creating an AAD User; Inviting External Users to AAD; Role Based Access Control (RBAC); Assigning Resources to the Users; Enabling Multitenancy with AAD; Setting Up the AAD Application in the Portal; AAD Authentication Flow and App Permissions; Configuring the MVC Application to Use AAD Authentication; Summary.
  • Chapter 5: Getting Started with Azure NoSQL ServicesAzure Table Storage; Creating a Table Storage; Azure Table Storage Structure; Programmatically Accessing Azure Table Storage; Insert Data to Azure Table Storage Using Azure Storage SDK; Retrieve Data from Azure Table Storage Using Azure Storage SDK; Azure Document DB; Azure Document DB Structure; Creating Azure Document DB; Document DB Consistency Levels; Programmatically Access Azure Document DB with SDK; Install-Package Microsoft. Azure. DocumentDB; Redis; Setting Up Redis on Azure; Accessing Redis Service on Azure through SDK.