June 2020
Intermediate to advanced
432 pages
11h 57m
English
The next possible location for storing app service settings is in an Azure key vault, where the application loads them at runtime. To make this possible, the following has to be in place.
To be able to authorize an application with access to a key vault, the application first has to be able to authenticate itself against the Azure Active Directory (AAD). Of course, this can be done by registering a service principal manually, but this would return a username and password that have to be stored somewhere. Usernames and passwords are secrets, but cannot be stored in the key vault since they are needed for accessing it. This problem of how to keep the key to the vault safe can be solved by using an ...
Read now
Unlock full access