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

Answers


  1. In the App_Start/Startup.Auth.cs class.

  2. Put the setting in Web.config and use ConfigurationManager to retrieve the settings at runtime.

  3. If we are working with sensitive information such as names, addresses, and bank account details, we should use an SSL encryption to protect the user and ourselves from malicious third parties interested in stealing our data.

  4. There is a performance overhead using SSL, so if our content is not sensitive, then we get no benefit from encrypting it, and we degrade the performance.

  5. A wildcard certificate.

  6. Add a redirect to the Web.config file. Doing this in a transform allows us to apply this to release configs, so we can debug against the HTTP endpoint too.

  7. Organizational Accounts.

  8. Enable Organizational Authentication.

  9. Azure Active Directory Graph API.

  10. get-credential.