我正在使用 Azure Keyvault 来存储我的数据库连接字符串。@Microsoft.KeyVault(SecretUri=https://vaultlink....)
在 Azure WebApps 的配置中使用连接字符串选项,我可以毫无问题地注入连接字符串,因为我可以在应用程序端访问连接字符串。
但是,如果我在设置连接字符串时尝试使用 WebApps 备份功能@Microsoft.KeyVault...
,则备份失败,Database connection string not valid for database secretfnlafter (SQLAzure). Keyword not supported: '@microsoft.keyvault(secreturi'.
提示使用 kayvault 连接字符串时备份 azure webapp 的正确方法是什么