Mid Azure

How do you manage appsettings and secrets during deployment?

  • Azure App Service App Settings override appsettings.json.
  • Use Azure Key Vault for sensitive information like connection strings.

builder.Configuration.AddAzureKeyVault(

new Uri("

new

DefaultAzureCredential());

More from Microsoft Azure Tutorial

All questions for this course