From the course: Microsoft Azure Developer Associate (AZ-204) Exam Tips

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Secure cloud solutions

Secure cloud solutions - Azure Tutorial

From the course: Microsoft Azure Developer Associate (AZ-204) Exam Tips

Start my 1-month free trial

Secure cloud solutions

- [Instructor] The second half of this section focuses on how to implement secure cloud solutions. A large part of this topic is centered on Azure Key Vault. Key Vault is a service which helps you to manage your keys, certificates, and secrets. If we go over to the portal, here's Key Vault I created earlier. We can see that there are three sections available. Key management is specifically for managing encryption keys. These can be generated using Key Vault, or there is now support for bringing your own. If we generate a new key, we can see that we have a range of options, including whether we want to set an activation date or expiry date on our key. Secret management is for managing all other values. This is access tokens, account keys, connection strings, passwords, or whatever you want. It's used for managing any values which need to be stored securely. If we update the value of secret, we can see that any old versions…

Contents