I'm doing an Azure App Service Deploy (ASP.NET Core 2.0 Web Api) in Visual Studio Team Services and want to replace some values in the appsettings.json so I read https://learn.microsoft.com/en-us/vsts/build-release/tasks/transforms-variable-substitution#jsonvarsubs, but they talk about substituting values in nested levels of the file, by concatenate the names with a period (.).
Problem is that you can't use periods (.) in an Azure Key Vault.
Does anyone know how to substitute variables with nested levels in an appsettings.json file using Secrets from the Azure Key Vault?