ebook img

Learn Azure in a Month of Lunches PDF

373 Pages·2018·11.58 MB·English
Save to my drive
Quick download
Download
Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.

Preview Learn Azure in a Month of Lunches

SAVE 40% ON BOOKS AND VIDEOS FROM MANNING! Manning publishes high-quality books and videos for technology professionals like you. Use this special discount code to save 40% on all eBooks, pBooks, MEAPs, and liveVideo courses at manning.com, including these selected titles. Just enter azuremsft in the Promotional Code box when you check out. SBEELSLTE R Learn Windows PowerShell in a Month of Lunches .NET Core in Action by Don Jones and Jeffery Hicks Dustin Metzgar December 2016, 384 pages July 2018, 288 pages More In A Month of Lunches books Learn PowerShell Scripting in a Month of Lunches Learn System Center Configuration Manager in a Month of Lunches Learn Active Directory Management in a Month of Lunches Learn Windows IIS in a Month of Lunches Learn Linux in a Month of Lunches Learn Amazon Web Services in a Month of Lunches Learn Git in a Month of Lunches Learn Cisco Network Administration in a Month of Lunches Books for Microsoft developers and IT Pros C# in Depth, Fourth Edition ASP.NET Core in Action Entity Framework Core in Action Reactive Applications with Akka.NET Functional Programming in C# Microservices in .NET Core Concurrency in .NET Kubernetes in Action Docker in Action, Second Edition Docker in Practice, Second Edition Read Manning books FREE on liveBook Manning’s liveBook platform offers a comfortable, flexible online reading experience. You get FREE full access for five minutes a day to each Manning book. In liveBook you can • Ask questions, share code and examples, and interact with other readers in the liveBook forum. (cid:129) Micro-purchase individual chapters, sections, or paragraphs using Manning tokens. (cid:129) Full-text search across all Manning books—even books you don’t own. (cid:129) Register for a FREE liveBook account at livebook.manning.com. You can use your FREE five minutes any way you want—start and stop the timer, hop between books, and try out the interactive exercises. Just log in and explore risk free. Learn Azure in a Month of Lunches Learn Azure in a Month of Lunches IAIN FOULDS MANNING SHELTERISLAND ForonlineinformationandorderingofthisandotherManningbooks,pleasevisit www.manning.com.Thepublisheroffersdiscountsonthisbookwhenorderedinquantity. Formoreinformation,pleasecontact SpecialSalesDepartment ManningPublicationsCo. 20BaldwinRoad POBox761 ShelterIsland,NY11964 Email:[email protected] ©2018byManningPublicationsCo.Allrightsreserved. Nopartofthispublicationmaybereproduced,storedinaretrievalsystem,ortransmitted,in anyformorbymeanselectronic,mechanical,photocopying,orotherwise,withoutpriorwritten permissionofthepublisher. Manyofthedesignationsusedbymanufacturersandsellerstodistinguishtheirproductsare claimedastrademarks.Wherethosedesignationsappearinthebook,andManning Publicationswasawareofatrademarkclaim,thedesignationshavebeenprintedininitialcaps orallcaps. Recognizingtheimportanceofpreservingwhathasbeenwritten,itisManning’spolicytohave thebookswepublishprintedonacid-freepaper,andweexertourbesteffortstothatend. Recognizingalsoourresponsibilitytoconservetheresourcesofourplanet,Manningbooks areprintedonpaperthatisatleast15percentrecycledandprocessedwithouttheuseof elementalchlorine. ManningPublicationsCo. Developmenteditor: KevinHarreld 20BaldwinRoad Technicaldevelopmenteditor: MikeShepard POBox761 Technicalproofreader: KarstenStrøbaek ShelterIsland,NY11964 Revieweditor: AleksandarDragosavljevic´ Projecteditor: TiffanyTaylor Copyeditor: TiffanyTaylor Proofreader: ElizabethMartin Typesetter: DottieMarsico Coverdesigner: LeslieHaimes ISBN9781617295171 PrintedintheUnitedStatesofAmerica 1 2 3 4 5 6 7 8 9 10 – DP – 23 22 21 20 19 18 To the ABCs of my life: Abigail, Bethany, and Charlotte brief contents PART 1 AZURE CORE SERVICES 1 1 ■ Beforeyoubegin 3 2 ■ Creatingavirtualmachine 15 3 ■ AzureWebApps 32 4 ■ IntroductiontoAzureStorage 46 5 ■ AzureNetworkingbasics 57 PART 2 HIGH AVAILABILITY AND SCALE 75 6 ■ AzureResourceManager 77 7 ■ Highavailabilityandredundancy 91 8 ■ Load-balancingapplications 108 9 ■ Applicationsthatscale 127 10 ■ GlobaldatabaseswithCosmosDB 144 11 ■ Managingnetworktrafficandrouting 162 12 ■ Monitoringandtroubleshooting 181 PART 3 SECURE BY DEFAULT 199 13 ■ Backup,recovery,andreplication 201 14 ■ Dataencryption 219 15 ■ SecuringinformationwithAzureKeyVault 232 16 ■ AzureSecurityCenterandupdates 249 vii viii BRIEFCONTENTS PART 4 THE COOL STUFF 267 17 ■ Machinelearningandartificialintelligence 269 18 ■ AzureAutomation 284 19 ■ Azurecontainers 299 20 ■ AzureandtheInternetofThings 314 21 ■ Serverlesscomputing 331 contents preface xvii acknowledgments xviii aboutthisbook xix abouttheauthor xxiii PART 1 AZURE CORE SERVICES...................................... 1 1 Before you begin 3 1.1 Isthisbookforyou? 3 1.2 Howtousethisbook 4 Themainchapters 4 ■ Tryitnow 5 ■ Hands-onlabs 5 Sourcecodeandsupplementarymaterials 5 1.3 Creatingyourlabenvironment 5 CreatingafreeAzureaccount 5 ■ Bonuslabexercise:Create afreeGitHubaccount 8 1.4 Alittlehelpinghand 9 1.5 UnderstandingtheAzureplatform 9 VirtualizationinAzure 11 ■ Managementtools 13 2 Creating a virtual machine 15 2.1 CreatingaVMfromyourwebbrowser 15 Azurestorage 16 ■ Basicsettings,continued 17 VMsizes 20 ■ Settings 22 ix x CONTENTS 2.2 ConnectingtotheVM,andinstallingthewebserver 23 ConnectingtotheVMwithSSH 23 ■ Installingtheweb server 25 2.3 AllowingwebtraffictoreachtheVM 26 Creatingaruletoallowwebtraffic 27 ■ Viewingtheweb serverinaction 27 2.4 Lab:CreatingaWindowsVM 29 2.5 Cleaningupresources 29 2.6 Houston,wehaveaproblem 30 3 Azure Web Apps 32 3.1 AzureWebAppsoverviewandconcepts 33 Supportedlanguagesandenvironments 33 ■ Staging differentversionswithdeploymentslots 34 3.2 Creatingawebapp 35 Creatingabasicwebapp 35 ■ Deployingasample HTMLsite 38 3.3 Managingwebapps 41 Viewingdiagnosticlogs 41 3.4 Lab:Creatingandusingadeploymentslot 44 4 Introduction to Azure Storage 46 4.1 What’ssospecialaboutstorage? 46 Tablestorage 48 ■ Queuestorage 50 ■ Storage availabilityandredundancy 51 4.2 VMstorage 52 Standardvs.premiumstorage 52 ■ Temporarydisks anddatadisks 53 ■ Disk-cachingoptions 54 4.3 AddingdiskstoaVM 54 4.4 Lab:ExploringAzureStorage 56 Developer-focused 56 ■ VM-focused 56 5 Azure Networking basics 57 5.1 Virtualnetworkcomponents 57 Creatingandusingvirtualnetworksandsubnets 58 Virtualnetworkinterfacecards 60 ■ PublicIPaddress andDNSresolution 62 ■ Securingandcontrollingtraffic withnetworksecuritygroups 65 ■ Creatinganetworksecurity

See more

The list of books you might like

Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.