< Previous Challenge - Home - Next Challenge >
Things are running fine on App Service, but the Application Settings contain the database credentials in clear text. That’s not too secure, let’s fix that.
Create a Key Vault and connect it to App Service. Make sure that all database settings (url, user, password) are in the Key Vault and accessed by the App Service instance through that Key Vault only.
Next Challenge - Do you know what’s going on in your application? >