更新时间:2021-08-05 17:46:06
封面
版权页
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Getting Started with Microsoft Azure
An overview of cloud computing
Microsoft Azure overview
Selecting a Microsoft Azure solution
Administration of Microsoft Azure systems
Choosing a subscription
Creating a Microsoft Azure account
Adding a subscription
Exploring the portal
Examining Microsoft Azure Services
Summary
Questions
Answers
Chapter 2. Designing a System for Microsoft Azure
Designing scalable and resilient systems
Systems architecture
A case study of a small business system
A case study of an enterprise system – Azure Bakery
Designing platform environments
Chapter 3. Starting to Develop with Microsoft Azure
Preparing our development environment
Checking for Visual Studio updates
Creating a website
Configuring a website in the portal
Creating a Visual Studio Online project
Setting up continuous deployment
Setting up alerts
Chapter 4. Creating and Managing a Windows Azure SQL Server Database
Creating a database using the Azure management portal
Building a database using Entity Framework (EF) Code First Migrations
Managing SQL Azure Servers and databases
Backing up and restoring databases
Chapter 5. Building Azure MVC Websites
Implementing OAuth authentication
Completing the customer sales website
Adding a custom domain name to a website
Implementing an SSL certificate
Adding Azure AD single sign-on to a website
Implementing Azure AD group authorization
Completing the admin sales website
Chapter 6. Azure Website Diagnostics and Debugging
Enabling diagnostics
Application logging
Site diagnostics
Kudu
Remote debugging
Chapter 7. Azure Service Bus Topic Integration
Introducing Azure Service Bus and topics
Dead-letter queues
Creating a Service Bus topic
Connecting a website to the Service Bus topic
The messaging simulator
Exploring the topic workspace
Chapter 8. Building Worker Roles
Introducing cloud services
Exploring worker roles
Running locally
Publishing a worker role
Building the production order processor
Creating a scheduled work activity
Completing the worker role
Testing the production order processor
Deleting idle cloud services
Chapter 9. Cloud Service Diagnostics Debugging and Configuration
Configuring diagnostics