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)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn988289600
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |||||||||||
008 170530s2017 nyu ob 001 0 eng d
040 |a YDX  |b eng  |e pn  |c YDX  |d N$T  |d EBLCP  |d GW5XE  |d N$T  |d UAB  |d ESU  |d AZU  |d UPM  |d OCLCF  |d IOG  |d COO  |d OCLCQ  |d VT2  |d OCLCO  |d K6U  |d IDB  |d U3W  |d MERUC  |d LIV  |d D6H  |d CAUOI  |d VVB  |d OCLCQ  |d KSU  |d EZ9  |d OCLCQ  |d WYU  |d UMI  |d TOH  |d A6Q  |d STF  |d AUD  |d UKAHL  |d OCLCQ  |d ERF  |d UHL  |d LEATE  |d OCLCQ  |d UKMGB  |d OCLCQ  |d OCLCO  |d SRU  |d OCLCQ  |d COM  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB9I3833  |2 bnb 
016 7 |a 019140021  |2 Uk 
019 |a 988554733  |a 992536288  |a 992827892  |a 999382229  |a 1005801364  |a 1011796203  |a 1048121473  |a 1058895307  |a 1066545592  |a 1066642636  |a 1076923002  |a 1080605717  |a 1082294539  |a 1083554115  |a 1084589218  |a 1086549247  |a 1112525490  |a 1112586148  |a 1113008524  |a 1113389491  |a 1113657287  |a 1122814978  |a 1129356000  |a 1129377825 
020 |a 9781484228173  |q (electronic bk.) 
020 |a 1484228170  |q (electronic bk.) 
020 |a 1484228162 
020 |a 9781484228166 
020 |z 9781484228166  |q (paperback) 
024 7 |a 10.1007/978-1-4842-2817-3  |2 doi 
024 8 |a 9781484228166 
024 8 |a 9781484228173 
029 1 |a AU@  |b 000060382012 
029 1 |a AU@  |b 000065067586 
029 1 |a AU@  |b 000066233431 
029 1 |a CHNEW  |b 000961904 
029 1 |a CHVBK  |b 491705344 
029 1 |a UKMGB  |b 019140021 
035 |a (OCoLC)988289600  |z (OCoLC)988554733  |z (OCoLC)992536288  |z (OCoLC)992827892  |z (OCoLC)999382229  |z (OCoLC)1005801364  |z (OCoLC)1011796203  |z (OCoLC)1048121473  |z (OCoLC)1058895307  |z (OCoLC)1066545592  |z (OCoLC)1066642636  |z (OCoLC)1076923002  |z (OCoLC)1080605717  |z (OCoLC)1082294539  |z (OCoLC)1083554115  |z (OCoLC)1084589218  |z (OCoLC)1086549247  |z (OCoLC)1112525490  |z (OCoLC)1112586148  |z (OCoLC)1113008524  |z (OCoLC)1113389491  |z (OCoLC)1113657287  |z (OCoLC)1122814978  |z (OCoLC)1129356000  |z (OCoLC)1129377825 
037 |a CL0501000010  |b Safari Books Online 
050 4 |a QA76.76.A65 
072 7 |a COM  |x 051230  |2 bisacsh 
082 0 4 |a 005.1  |2 23 
082 0 4 |a 004 
049 |a UAMI 
100 1 |a Vijayakumar, Thurupathan. 
245 1 0 |a Practial Azure application development :  |b a step-by-step approach to build feature-rich cloud-ready solutions /  |c Thurupathan Vijayakumar. 
260 |a [New York] :  |b Apress,  |c ©2017. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 0 |a ITpro collection 
505 0 |a 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. 
505 8 |a 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. 
505 8 |a 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. 
505 8 |a 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. 
505 8 |a 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. 
520 |a 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 amount of resources and tutorials, but most of them focus on specific services and explain those services on their own and in a given context. Practical Azure Application Development focuses on building complete solutions on Azure using different services. This book gives you the holistic approach to Azure as a solutions development platform. This book: Covers Azure as a solution development platform for building applications Provides real-world examples to understand why and when an Azure service is required Discusses how Azure helps to achieve continuous improvement and expansion of an application Provides application development experience from purchasing Azure to integrating with core Azure services, including an introduction to DevOps with VSTS. 
504 |a Includes bibliographical references and index. 
542 |f © 2017 Thurupathan Vijayakumar.  |g 2017 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Application software  |x Development. 
650 0 |a Microsoft Azure (Computing platform) 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Microsoft Azure (Plateforme informatique) 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Microsoft Azure (Computing platform)  |2 fast 
776 0 8 |i Printed edition:  |z 9781484228166 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484228173/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33043673 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4866433 
938 |a EBSCOhost  |b EBSC  |n 1527246 
938 |a YBP Library Services  |b YANK  |n 14530482 
994 |a 92  |b IZTAP