Book Image

Learning Microsoft Azure

By : Geoff Webber Cross, Geoff Webber-Cross
Book Image

Learning Microsoft Azure

By: Geoff Webber Cross, Geoff Webber-Cross

Overview of this book

Table of Contents (19 chapters)
Learning Microsoft Azure
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Questions


  1. What impact would unchecking the ALLOW WINDOWS AZURE SERVICES TO ACCESS THE SERVER checkbox have, when creating a database from the portal?

  2. Describe the Database-First approach to creating an Entity Framework data model

  3. In an EF entity, what is a navigation property, and which property modifier must be used?

  4. What is special about IdentityDbContext?

  5. How do we relate a user entity (such as Customer) to an authenticated user?

  6. How do we enable migrations in an EF project?

  7. When we change our EF model and want to capture the change in migrations, what do we do?

  8. What EF cmdlet do we use to build the database from our entity model?

  9. What are the differences in features between using SSMS with Azure SQL Server and SQL Server?

  10. If we wanted to design an Azure SQL Database table with a GUI editor, which tool would be the best choice?

  11. Which SQL Azure PowerShell cmdlet would you use to delete a database?

  12. Which SQL Azure PowerShell cmdlet would you use to set a firewall rule on an Azure SQL Database Server...