問題タブ [n-layer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - Azure Key Vault 接続文字列と N 層設計
この質問は、役立つかもしれない次の投稿に関連しています: Azure DevOps CI/CD and Separating Connection Strings from Source Control
私は現在、Imar Spaanjaars のASP.NET N-Layered Applicationsという記事に基づいた N-Layered プロジェクトに取り組んでいます。
私はAzure Key Vaultを実装して、アプリケーション自体から秘密を抽象化しようとしています。
ゴール
この N 層の概念を使用してAzure Key Vaultを実装したいと考えています。NLayer-Spaanjaars.ContactManagerにサンプル プロジェクトがあります。
問題
Key Vault Syntax Referenceを使用して、Entity Framework でシークレット (接続文字列) を適切に取得する方法を理解しようとしています。
2019/2/22更新
コメントに記載されているように、コア以外のアプリの値を使用して、実行時に接続文字列の方法inject
または接続文字列を見つけようとしています。override
Key Vault
.Net Web API